All MIBs › SWITCH-L3-MIB › rcL3IpRouteFlags
rcL3IpRouteFlags
Module: SWITCH-L3-MIB
OID (symbolic): SWITCH-L3-MIB::rcL3IpRouteFlags
OID (numeric): 1.3.6.1.4.1.8886.6.1.16.3.1.1.12
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description:
Not implemented. Returns '0'.
Contains the information required for a netstat-like 'Flags' field.
The flags field represents a decimal value of the flags specified for a given route. The following is a list of currently available flag values: 0x1 | - route is usable (that is, 'up') 0x2 | - destination is a gateway 0x4 | - host specific routing entry 0x8 | - host or net unreachable 0x10 | - created dynamically (by redirect) 0x20 | - modified dynamically (by redirect) 0x40 | - message confirmed 0x80 | - subnet mask present 0x100 | - generate new routes on use 0x200 | - external daemon resolves name 0x400 | - generated by ARP 0x800 | - manually added (static) 0x1000 | - just discard packets (during updates) 0x2000 | - modified by management protocol 0x4000 | - protocol specific routing flag 0x8000 | - protocol specific routing flag
For example, if the entry in the Routing Table has a flag value of decimal 5, (0x1 OR'ed with 0x4), then this route is 'up' and usable and is host-specific.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.8886.6.1.16.3.1.1.12 snmpwalk -v2c -c public <target> SWITCH-L3-MIB::rcL3IpRouteFlags
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.8886.6.1.16.3.1.1.12.1 snmpget -v2c -c public <target> SWITCH-L3-MIB::rcL3IpRouteFlags.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.8886 | raisecom | RAISECOM-BASE-MIB |
| 1.3.6.1.4.1.8886.6 | iscomSeries | RAISECOM-BASE-MIB |
| 1.3.6.1.4.1.8886.6.1 | iscomSwitch | RAISECOM-BASE-MIB |
| 1.3.6.1.4.1.8886.6.1.16 | rcL3 | SWITCH-L3-MIB |
| 1.3.6.1.4.1.8886.6.1.16.3 | rcL3IpRoute | SWITCH-L3-MIB |
| 1.3.6.1.4.1.8886.6.1.16.3.1 | rcL3IpRouteTable | SWITCH-L3-MIB |
| 1.3.6.1.4.1.8886.6.1.16.3.1.1 | rcL3IpRouteEntry | SWITCH-L3-MIB |
| 1.3.6.1.4.1.8886.6.1.16.3.1.1.12 | rcL3IpRouteFlags | SWITCH-L3-MIB |