fsBgp4ORFAction
SUPERMICRO-BGP-MIB ·
.1.3.6.1.4.1.10876.101.1.41.44.1.11
Object
column Enumeration
This object specifies the action to be taken for a particular route if it matches with the ORF rules defined in this particular ORF entry. If it is PERMIT, then the matched route will be advertised to the peer. Else if it is DENY, then the matched route will not be advertised to the peer
Context
- MIB
- SUPERMICRO-BGP-MIB
- OID
.1.3.6.1.4.1.10876.101.1.41.44.1.11- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- fsBgp4ORFListEntry
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 'SUPERMICRO-BGP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-BGP-MIB::fsBgp4ORFAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-BGP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-BGP-MIB::fsBgp4ORFAction.<fsBgp4ORFPeerAddrType>.<fsBgp4ORFPeerAddr>.<fsBgp4ORFAfi>.<fsBgp4ORFSafi>.<fsBgp4ORFType>.<fsBgp4ORFSequence>.<fsBgp4ORFAddrPrefix>.<fsBgp4ORFAddrPrefixLen>.<fsBgp4ORFMinLength>.<fsBgp4ORFMaxLength>.<fsBgp4ORFAction>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-BGP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-BGP-MIB::fsBgp4ORFAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | permit |
1 | deny |