fsEvcType
SUPERMICRO-MEF-MIB ·
.1.3.6.1.4.1.10876.101.2.71.3.1.1.4
Object
column r/w
Enumeration
There are three type of EVC.
Point-to-Point :
In a Point-to-Point EVC (E-Line), exactly two UNIs must be associated
with one another.
Multipoint-to-Multipoint :
In a Multipoint-to-Multipoint EVC (E-LAN), two or more UNIs must be
associated with one another and all should be root node.
Rooted-Multipoint :
In a Rooted-Multipoint EVC (E-Tree), one or more of the UNIs must be
designated as a Root and each of the other UNIs MUST be
designated as a Leaf.A root can send packet to all other root
and leaf node but leaf node can send packet to only root node.
Context
- MIB
- SUPERMICRO-MEF-MIB
- OID
.1.3.6.1.4.1.10876.101.2.71.3.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsEvcEntry
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-MEF-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-MEF-MIB::fsEvcType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-MEF-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-MEF-MIB::fsEvcType.<fsEvcContextId>.<fsEvcIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-MEF-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-MEF-MIB::fsEvcType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pointtoPoint |
2 | multipointtoMultipoint |
3 | rootedMultipoint |