rcVpnPortServiceType
RC-OPM-MIB ·
.1.3.6.1.4.1.2272.1.37.4.1.2
Object
column r/w
Enumeration
Indicates the port functionality. 12uni is used to configure the port to be part of Martini service, tls is used to configure the port to be part of Any2Any VPN service and ip is used to perform the IP routing and mpls if enabled.
Context
- MIB
- RC-OPM-MIB
- OID
.1.3.6.1.4.1.2272.1.37.4.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcVpnPortEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RC-OPM-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-OPM-MIB::rcVpnPortServiceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-OPM-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-OPM-MIB::rcVpnPortServiceType.<rcVpnPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-OPM-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-OPM-MIB::rcVpnPortServiceType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | l2uni |
2 | vpls |
3 | ip |
4 | serverl2uni |