DSLite-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: DSLite-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
dsliteMIB | 1.3.6.1.2.1.240 |
The MIB module is defined for management of objects in the DS-Lite scenario. Copyright (c) 2016 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). |
||
dsliteNotifications | 1.3.6.1.2.1.240.0 | |||
dsliteTunnelNumAlarm | 1.3.6.1.2.1.240.0.1 |
This trap is triggered when the number of current DS-Lite tunnels exceeds the value of the dsliteAFTRAlarmConnectNumber. |
||
dsliteAFTRUserSessionNumAlarm | 1.3.6.1.2.1.240.0.2 |
This trap is triggered when user sessions reach the threshold. The threshold is specified by the dsliteAFTRAlarmSessionNumber. |
||
dsliteAFTRPortUsageOfSpecificIpAlarm | 1.3.6.1.2.1.240.0.3 |
This trap is triggered when the used NAT ports of map address reach the threshold. The threshold is specified by the dsliteAFTRAlarmPortNumber. |
||
dsliteMIBObjects | 1.3.6.1.2.1.240.1 | |||
dsliteTunnel | 1.3.6.1.2.1.240.1.1 | |||
dsliteTunnelTable | 1.3.6.1.2.1.240.1.1.1 | no-access |
The (conceptual) table containing information on configured tunnels. This table can be used to map a B4 address to the associated AFTR address. It can also be used for row creation. |
|
1.3.6.1.2.1.240.1.1.1.1 | no-access |
Each entry in this table contains the information on a particular configured tunnel. |
||
dsliteTunnelAddressType | 1.3.6.1.2.1.240.1.1.1.1.1 | inetaddresstype | no-access |
This object MUST be set to the value of ipv6(2). It describes the address type of the IPv4-in-IPv6 tunnel initiator and endpoint. |
dsliteTunnelStartAddress | 1.3.6.1.2.1.240.1.1.1.1.2 | inetaddress | no-access |
The IPv6 address of the initiator of the tunnel. The address type is given by dsliteTunnelAddressType. |
dsliteTunnelEndAddress | 1.3.6.1.2.1.240.1.1.1.1.3 | inetaddress | no-access |
The IPv6 address of the endpoint of the tunnel. The address type is given by dsliteTunnelAddressType. |
dsliteTunnelStartAddPreLen | 1.3.6.1.2.1.240.1.1.1.1.4 | inetaddressprefixlength | read-only |
The IPv6 prefix length of the IP address for the initiator of the tunnel(dsliteTunnelStartAddress). |
dsliteNAT | 1.3.6.1.2.1.240.1.2 | |||
dsliteNATBindTable | 1.3.6.1.2.1.240.1.2.1 | no-access |
This table contains information about currently active NAT binds in the NAT of the AFTR. This table adds the IPv6 address of a B4 to the natv2PortMapTable defined in NATV2-MIB (RFC 7659). |
|
1.3.6.1.2.1.240.1.2.1.1 | no-access |
The entry in this table holds the mapping relationship between tunnel information and NAT bind information. Each entry in this table not only needs to match a corresponding entry in the natv2PortMapTable, but also a corresponding entry in the dsliteTunnelTable. So, the INDEX of the entry needs to match a corresponding value in the natv2PortMapTable INDEX and a corresponding value in the dsliteTunnelTable INDEX. These entries are lost upon agent restart. |
||
dsliteNATBindMappingInstanceIndex | 1.3.6.1.2.1.240.1.2.1.1.1 | natv2instanceindex | no-access |
Index of the NAT instance that created this port map entry. |
dsliteNATBindMappingProto | 1.3.6.1.2.1.240.1.2.1.1.2 | protocolnumber | no-access |
This object specifies the mapping's transport protocol number. |
dsliteNATBindMappingExtRealm | 1.3.6.1.2.1.240.1.2.1.1.3 | snmpadminstring | no-access |
The realm to which dsliteNATBindMappingExtAddress belongs. |
dsliteNATBindMappingExtAddressType | 1.3.6.1.2.1.240.1.2.1.1.4 | inetaddresstype | no-access |
Address type for the mapping's external address. This object MUST be set to the value of iPv4(1). The values of ipv6(2), ipv4z(3), and ipv6z(4) are not allowed. |
dsliteNATBindMappingExtAddress | 1.3.6.1.2.1.240.1.2.1.1.5 | inetaddress | no-access |
The mapping's external address. This is the source address for translated outgoing packets. The address type is given by dsliteNATBindMappingExtAddressType. |
dsliteNATBindMappingExtPort | 1.3.6.1.2.1.240.1.2.1.1.6 | inetportnumber | no-access |
The mapping's assigned external port number. This is the source port for translated outgoing packets. This MUST be a non-zero value. |
dsliteNATBindMappingIntRealm | 1.3.6.1.2.1.240.1.2.1.1.7 | snmpadminstring | read-only |
The realm to which natMappingIntAddress belongs. This realm defines the IPv6 address space from which the tunnel source address is taken. The realm of the encapsulated IPv4 address is restricted in scope to the tunnel, so there is no point in identifying it separately. |
dsliteNATBindMappingIntAddressType | 1.3.6.1.2.1.240.1.2.1.1.8 | inetaddresstype | read-only |
Address type of the mapping's internal address. This object MUST be set to the value of iPv4z(3). The values of ipv4(1), ipv6(2), and ipv6z(4) are not allowed. |
dsliteNATBindMappingIntAddress | 1.3.6.1.2.1.240.1.2.1.1.9 | inetaddress | read-only |
The mapping's internal address. It is the IPv6 tunnel source address. The address type is given by dsliteNATBindMappingIntAddressType. |
dsliteNATBindMappingIntPort | 1.3.6.1.2.1.240.1.2.1.1.10 | inetportnumber | read-only |
The mapping's internal port number. This MUST be a non-zero value. |
dsliteNATBindMappingPool | 1.3.6.1.2.1.240.1.2.1.1.11 | unsigned32 | read-only |
Index of the pool that contains this mapping's external address and port. If zero, no pool is associated with this mapping. |
dsliteNATBindMappingMapBehavior | 1.3.6.1.2.1.240.1.2.1.1.12 | integer | read-only |
Mapping behavior as described in Section 4.1 of RFC 4787. endpointIndependent(0), the behavior REQUIRED by RFC 4787, REQ-1 maps the source address and port to the same external address and port for all destination address and port combinations reached through the same external realm and using the given protocol. addressDependent(1) maps to the same external address and port for all destination ports at the same destination address reached through the same external realm and using the given protocol. addressAndPortDependent(2) maps to a separate external address and port combination for each different destination address and port combination reached through the same external realm. For the DS-Lite scenario, it must be addressAndPortDependent(2). Enumeration: 'endpointIndependent': 0, 'addressDependent': 1, 'addressAndPortDependent': 2. |
dsliteNATBindMappingFilterBehavior | 1.3.6.1.2.1.240.1.2.1.1.13 | integer | read-only |
Filtering behavior as described in Section 5 of RFC 4787. endpointIndependent(0) accepts for translation packets from all combinations of remote address and port destined to the mapped external address and port via the given external realm and using the given protocol. addressDependent(1) accepts for translation packets from all remote ports from the same remote source address destined to the mapped external address and port via the given external realm and using the given protocol. addressAndPortDependent(2) accepts for translation only those packets with the same remote source address, port, and protocol incoming from the same external realm as identified when the applicable port map entry was created. RFC 4787, REQ-8 recommends either endpointIndependent(0) or addressDependent(1) filtering behavior, depending on whether application friendliness or security takes priority. For the DS-Lite scenario, it must be addressAndPortDependent(2). Enumeration: 'endpointIndependent': 0, 'addressDependent': 1, 'addressAndPortDependent': 2. |
dsliteNATBindMappingAddressPooling | 1.3.6.1.2.1.240.1.2.1.1.14 | integer | read-only |
Type of address pooling behavior that was used to create this mapping. arbitrary(0) pooling behavior means that the NAT instance may create the new port mapping using any address in the pool that has a free port for the protocol concerned. paired(1) pooling behavior, the behavior RECOMMENDED by RFC 4787, REQ-2 means that once a given internal address has been mapped to a particular address in a particular pool, further mappings of the same internal address to that pool will reuse the previously assigned pool member address. Enumeration: 'paired': 1, 'arbitrary': 0. |
dsliteInfo | 1.3.6.1.2.1.240.1.3 | |||
dsliteAFTRAlarmScalar | 1.3.6.1.2.1.240.1.3.1 | |||
dsliteAFTRAlarmB4AddrType | 1.3.6.1.2.1.240.1.3.1.1 | inetaddresstype | no-access |
This object indicates the address type of the B4, which will send an alarm. |
dsliteAFTRAlarmB4Addr | 1.3.6.1.2.1.240.1.3.1.2 | inetaddress | no-access |
This object indicates the IP address of B4, which will send an alarm. The address type is given by dsliteAFTRAlarmB4AddrType. |
dsliteAFTRAlarmProtocolType | 1.3.6.1.2.1.240.1.3.1.3 | integer | no-access |
This object indicates the transport protocol type of alarm. tcp (0) means that the transport protocol type of alarm is tcp. udp (1) means that the transport protocol type of alarm is udp. icmp (2) means that the transport protocol type of alarm is icmp. total (3) means that the transport protocol type of alarm is total. Enumeration: 'total': 3, 'udp': 1, 'icmp': 2, 'tcp': 0. |
dsliteAFTRAlarmSpecificIPAddrType | 1.3.6.1.2.1.240.1.3.1.4 | inetaddresstype | no-access |
This object indicates the address type of the IP address whose port usage has reached the threshold. |
dsliteAFTRAlarmSpecificIP | 1.3.6.1.2.1.240.1.3.1.5 | inetaddress | no-access |
This object indicates the IP address whose port usage has reached the threshold. The address type is given by dsliteAFTRAlarmSpecificIPAddrType. |
dsliteAFTRAlarmConnectNumber | 1.3.6.1.2.1.240.1.3.1.6 | integer32 | read-write |
This object indicates the notification threshold of the DS-Lite tunnels that is active in the AFTR device. |
dsliteAFTRAlarmSessionNumber | 1.3.6.1.2.1.240.1.3.1.7 | integer32 | read-write |
This object indicates the notification threshold of the IPv4 session for the user. |
dsliteAFTRAlarmPortNumber | 1.3.6.1.2.1.240.1.3.1.8 | integer32 | read-write |
This object indicates the notification threshold of the NAT ports that have been used by the user. |
dsliteStatisticsTable | 1.3.6.1.2.1.240.1.3.2 | no-access |
This table provides statistical information about DS-Lite. |
|
1.3.6.1.2.1.240.1.3.2.1 | no-access |
Each entry in this table provides statistical information about DS-Lite. |
||
dsliteStatisticsSubscriberIndex | 1.3.6.1.2.1.240.1.3.2.1.1 | natv2subscriberindex | no-access |
Index of the subscriber or host. A unique value, greater than zero, for each subscriber in the managed system. |
dsliteStatisticsDiscards | 1.3.6.1.2.1.240.1.3.2.1.2 | counter64 | read-only |
This object indicates the number of packets discarded from this subscriber. |
dsliteStatisticsSends | 1.3.6.1.2.1.240.1.3.2.1.3 | counter64 | read-only |
This object indicates the number of packets that is sent to this subscriber. |
dsliteStatisticsReceives | 1.3.6.1.2.1.240.1.3.2.1.4 | counter64 | read-only |
This object indicates the number of packets that is received from this subscriber. |
dsliteStatisticsIpv4Session | 1.3.6.1.2.1.240.1.3.2.1.5 | counter64 | read-only |
This object indicates the number of the current IPv4 Sessions. |
dsliteStatisticsIpv6Session | 1.3.6.1.2.1.240.1.3.2.1.6 | counter64 | read-only |
This object indicates the number of the current IPv6 session. Because the AFTR is also a dual-stack device, it will also forward normal IPv6 packets for the inbound and outbound direction. |
dsliteConformance | 1.3.6.1.2.1.240.2 | |||
dsliteCompliances | 1.3.6.1.2.1.240.2.1 | |||
dsliteCompliance | 1.3.6.1.2.1.240.2.1.1 |
Describes the minimal requirements for conformance to the DS-Lite MIB. |
||
dsliteGroups | 1.3.6.1.2.1.240.2.2 | |||
dsliteNATBindGroup | 1.3.6.1.2.1.240.2.2.1 |
A collection of objects to support basic management of NAT binds in the NAT of the AFTR. |
||
dsliteTunnelGroup | 1.3.6.1.2.1.240.2.2.2 |
A collection of objects to support management of DS-Lite tunnels. |
||
dsliteStatisticsGroup | 1.3.6.1.2.1.240.2.2.3 |
A collection of objects to support management of statistical information for AFTR devices. |
||
dsliteNotificationsGroup | 1.3.6.1.2.1.240.2.2.4 |
A collection of objects to support management of trap information for AFTR devices. |
||
dsliteAFTRAlarmScalarGroup | 1.3.6.1.2.1.240.2.2.5 |
A collection of objects to support management of the information about the AFTR alarming scalar. |