IPV6-STATIC-ROUTE-MIB: View SNMP OID List / Download MIB
VENDOR: D-LINK
Home | MIB: IPV6-STATIC-ROUTE-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 |
swIPv6StaticRouteMIB | 1.3.6.1.4.1.171.12.26 |
The structure of the IPv6 static Route and ARP table management for the proprietary enterprise. |
||
swIPv6StaticRouteCtrl | 1.3.6.1.4.1.171.12.26.1 | |||
swIPv6StaticRouteInfo | 1.3.6.1.4.1.171.12.26.2 | |||
swIPv6StaticRouteMgmt | 1.3.6.1.4.1.171.12.26.3 | |||
swIPv6StaticRouteTable | 1.3.6.1.4.1.171.12.26.3.1 | no-access |
This entity's IPv6 static Routing table. |
|
1.3.6.1.4.1.171.12.26.3.1.1 | no-access |
A particular route to a particular destination, under a particular policy. Once an entry is built, it cannot be modified. That is, it just supports create and delete actions. |
||
swIPv6StaticRouteDest | 1.3.6.1.4.1.171.12.26.3.1.1.1 | ipv6address | read-only |
Specify the destination network IPv6 address for the route. If swIPv6StaticRouteDest and swIPv6StaticRoutePrefixLen are both 0, it means the default route. |
swIPv6StaticRoutePrefixLen | 1.3.6.1.4.1.171.12.26.3.1.1.2 | integer | read-only |
The prefix length for this IPv6 address. If swIPv6StaticRouteDest and swIPv6StaticRoutePrefixLen are both 0, it means the default route. |
swIPv6StaticRouteInterfaceName | 1.3.6.1.4.1.171.12.26.3.1.1.3 | displaystring | read-only |
This object indicates the name of the interface. |
swIPv6StaticRouteNextHop | 1.3.6.1.4.1.171.12.26.3.1.1.4 | ipv6address | read-only |
Specify the next hop address for this route. |
swIPv6StaticRouteMetric | 1.3.6.1.4.1.171.12.26.3.1.1.5 | integer | read-only |
The routing metric for this route. |
swIPv6StaticRouteWeight | 1.3.6.1.4.1.171.12.26.3.1.1.6 | integer | read-only |
Specified weight value. Used for weighted multipath. The default setting is 1. |
swIPv6StaticProtocol | 1.3.6.1.4.1.171.12.26.3.1.1.7 | displaystring | read-only |
The protocol state for this route. |
swIPv6StaticRouteStatus | 1.3.6.1.4.1.171.12.26.3.1.1.8 | rowstatus | read-only |
This object indicates the status of this entry. |
swIPv6StaticRouteBkupState | 1.3.6.1.4.1.171.12.26.3.1.1.9 | integer | read-only |
primary: Specifies the route as the primary route to the destination. backup: Specifies the route as the backup route to the destination. none: The route is not specified. If the route is not specified as the primary route or the backup route, then it will be auto-assigned by the system. The first created is the primary, the second created is the backup. Enumeration: 'none': 3, 'backup': 2, 'primary': 1. |
swIPv6NeighborCacheMgmt | 1.3.6.1.4.1.171.12.26.4 | |||
swIPv6NeighborCacheTable | 1.3.6.1.4.1.171.12.26.4.1 | no-access |
This entity's IPv6 NeighborCache table. |
|
1.3.6.1.4.1.171.12.26.4.1.1 | no-access |
A particular route to a particular destination, under a particular policy. Once an entry is built, it cannot be modified. That is, it just supports create and delete actions. |
||
swIPv6NeighborCacheIPv6Address | 1.3.6.1.4.1.171.12.26.4.1.1.1 | ipv6address | read-only |
The destination IPv6 address of this neighbor. |
swIPv6NeighborCacheMacAddress | 1.3.6.1.4.1.171.12.26.4.1.1.2 | macaddress | read-only |
The MAC address of this neighbor . |
swIPv6NeighborCacheInterfaceName | 1.3.6.1.4.1.171.12.26.4.1.1.3 | displaystring | read-only |
This object indicates the name of the IP interface. |
swIPv6NeighborCacheReachState | 1.3.6.1.4.1.171.12.26.4.1.1.4 | integer | read-only |
This object indicates the reachability state of this neighbor. Enumeration: 'probe': 5, 'delay': 4, 'static': 6, 'reachable': 2, 'stale': 3, 'incomplete': 1. |
swIPv6NeighborCacheRouteStatus | 1.3.6.1.4.1.171.12.26.4.1.1.5 | rowstatus | read-only |
This object indicates the status of this entry. |
swIPv6NeighborCacheDeleteAction | 1.3.6.1.4.1.171.12.26.4.2 | integer | read-write |
This object will delete the cached neighbor entries. all: Deletes all cached neighbor entries include static and dynamic entries. static: Deletes all the cached static neighbor entries. dynamic: Deletes all the cached dynamic neighbor entries. Enumeration: 'dynamic': 3, 'all': 1, 'other': 4, 'static': 2. |