scGenPortSendBridgedPackets
XSWITCH-MIB ·
.1.3.6.1.4.1.81.28.1.4.1.1.10
Object
column mandatory
r/w
Enumeration
When set to on(1), the port will transmit to the line bridged frames (for which their secondary VLAN was 0xFFE internally). This is the case for ports connected to a station or to another switch that has no bridging capabilities. When set to off(2), the port will reject the bridged frames, by not sending them to the line. This is the case for ports connected to another switch that has its own bridging capabilities. Default value is on(1).
Context
- MIB
- XSWITCH-MIB
- OID
.1.3.6.1.4.1.81.28.1.4.1.1.10- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- scGenPortEntry
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 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XSWITCH-MIB::scGenPortSendBridgedPackets'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XSWITCH-MIB::scGenPortSendBridgedPackets.<scGenPortGroupId>.<scGenPortId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XSWITCH-MIB::scGenPortSendBridgedPackets'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | on |
2 | off |
255 | notSupported |