All MIBs › CM-IP-MIB › cmStaticRouteMask
cmStaticRouteMask
Module: CM-IP-MIB
OID (symbolic): CM-IP-MIB::cmStaticRouteMask
OID (numeric): 1.3.6.1.4.1.2544.1.12.11.1.2.1.2
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-only
Description:
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the cmStaticRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the cmStaticRouteMask by reference to the IP Ad- dress Class. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the cmStaticRouteDest object is not equal to cmStaticRouteDest.
What is cmStaticRouteMask?
This object specifies the network mask (subnet mask) that is logically AND-ed with a destination IP address to determine if a static route should be applied. For example, a mask of 255.255.255.0 identifies a Class C subnet. Network operators use this mask alongside the route destination to control which traffic flows use this particular static route entry.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2544.1.12.11.1.2.1.2 snmpwalk -v2c -c public <target> CM-IP-MIB::cmStaticRouteMask
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2544.1.12.11.1.2.1.2.1 snmpget -v2c -c public <target> CM-IP-MIB::cmStaticRouteMask.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.2544 | advaMIB | ADVA-MIB |
| 1.3.6.1.4.1.2544.1 | products | ADVA-MIB |
| 1.3.6.1.4.1.2544.1.12 | fsp150cm | ADVA-MIB |
| 1.3.6.1.4.1.2544.1.12.11 | cmIPMIB | CM-IP-MIB |
| 1.3.6.1.4.1.2544.1.12.11.1 | cmIpObjects | CM-IP-MIB |
| 1.3.6.1.4.1.2544.1.12.11.1.2 | cmStaticRouteTable | CM-IP-MIB |
| 1.3.6.1.4.1.2544.1.12.11.1.2.1 | cmStaticRouteEntry | CM-IP-MIB |
| 1.3.6.1.4.1.2544.1.12.11.1.2.1.2 | cmStaticRouteMask | CM-IP-MIB |