s5AgCustomBannerType
S5-AGENT-MIB ·
.1.3.6.1.4.1.45.1.6.4.5.2.1.1
Object
column Enumeration
Identifies the banner type. The table can store 2 separate banners, one for use in switch/stand-alone mode (with a type of switch(1)), and one for use in stack mode (with a type of stack(2)). Note that a non-stackable system should never return entries with type equal to stack(2), nor should it allow writes to such entries.
Context
- MIB
- S5-AGENT-MIB
- OID
.1.3.6.1.4.1.45.1.6.4.5.2.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- s5AgCustomBannerEntry
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 'S5-AGENT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-AGENT-MIB::s5AgCustomBannerType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'S5-AGENT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-AGENT-MIB::s5AgCustomBannerType.<s5AgCustomBannerType>.<s5AgCustomBannerId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'S5-AGENT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'S5-AGENT-MIB::s5AgCustomBannerType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | switch |
2 | stack |