sfpsConnectionType
CTRON-SFPS-CONNECTION-MIB ·
.1.3.6.1.4.1.52.4.2.4.2.1.3.1.1.10
Object
column mandatory
Enumeration
Sets the type of connection. Provisioned connections are setup manually; switched and vlan connections are setup dynammically.
Context
- MIB
- CTRON-SFPS-CONNECTION-MIB
- OID
.1.3.6.1.4.1.52.4.2.4.2.1.3.1.1.10- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- sfpsConnectionEntry
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 'CTRON-SFPS-CONNECTION-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-SFPS-CONNECTION-MIB::sfpsConnectionType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-SFPS-CONNECTION-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-SFPS-CONNECTION-MIB::sfpsConnectionType.<sfpsConnectionDestination>.<sfpsConnectionSource>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-SFPS-CONNECTION-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-SFPS-CONNECTION-MIB::sfpsConnectionType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | filter |
2 | provisioned |
3 | switched |
4 | netport-filter |
5 | self-prog-non-filter |
6 | vlan |
7 | tap |
8 | mcast |