scGenGroupSupportCopyPortList
XSWITCH-MIB ·
.1.3.6.1.4.1.81.28.1.3.1.1.9
Object
column mandatory
OctetString
A bitmap defining the status of each port of the hub\module whether it support copy port or not, 0 - the port does not support copy port 1 - the port support the copy port the list should start with the MSB indicates port number 1 (one) and the LSB indicates the highest number of the ports in the hub\module. For Example: if a module\hub has 8 ports and ports number 1,3,4 support copy port while the other don't, the bitmap will be: 10110000.
Context
- MIB
- XSWITCH-MIB
- OID
.1.3.6.1.4.1.81.28.1.3.1.1.9- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- scGenGroupEntry
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::scGenGroupSupportCopyPortList'
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::scGenGroupSupportCopyPortList.<scGenGroupId>'
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::scGenGroupSupportCopyPortList'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.