f10BgpM2AsPathType
FORCE10-BGP4-V2-MIB ·
.1.3.6.1.4.1.6027.20.1.3.6.1.3
Object
column Enumeration
The type of sequence in which this asPath was advertised as an attribute. Note that all asPath row instances for a given (f10BgpM2PathAttrIndex, f10BgpM2AsPathIndex) index pair will have their f10BgpM2AsPathType set to the same value. The values for f10BgpM2AsPathType are interpreted as defined in the base BGP document and the BGP AS Confederations document.
Context
- MIB
- FORCE10-BGP4-V2-MIB
- OID
.1.3.6.1.4.1.6027.20.1.3.6.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- f10BgpM2AsPathTableEntry
- Groups
- 2
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 'FORCE10-BGP4-V2-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FORCE10-BGP4-V2-MIB::f10BgpM2AsPathType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FORCE10-BGP4-V2-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FORCE10-BGP4-V2-MIB::f10BgpM2AsPathType.<f10BgpM2PathAttrIndex>.<f10BgpM2AsPathSegmentIndex>.<f10BgpM2AsPathElementIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FORCE10-BGP4-V2-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FORCE10-BGP4-V2-MIB::f10BgpM2AsPathType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | asSet |
2 | asSequence |
3 | confedSequence |
4 | confedSet |