fsUniServiceMultiplexingBundling
SUPERMICRO-MEF-MIB ·
.1.3.6.1.4.1.10876.101.2.71.2.1.1.7
Object
column r/w
Bits
This object specifies the UNI service attributes.
service-Multiplexing :
This bit specifies whether the UNI supports multiple
EVCs. Point-to-Point EVCs and Multipoint-to-Multipoint
EVCs may be multiplexed in any combination at the UNI
if this bit is set to 1.
bundling :
This bit specifies whether the UNI has the bundling
attribute configured. If this bit is set to 1, more
than one CE-VLAN ID can map to a particular EVC at the
UNI.
allToOneBundling :
This bit specifies whether the UNI has the all to one
bundling attribute. If this bit is set to 1, all
CE-VLAN IDs map to a single EVC at the UNI.But if it is
set to 1 than serviceMultiplexing and bundling should be 0.
To summarize the valid combinations of serviceMultiplexing(0),
bundling(1) and allToOneBundling(2) bits for an UNI, consider
the following diagram:
VALID COMBINATIONS
-----------------------------------------------
|UNI ATTRIBUTES | 1 | 2 | 3 | 4 |
-----------------------------------------------
|Service | | | | |
|Multiplexing | Y | Y | | |
| | | | | |
-----------------------------------------------
| | | | | |
|Bundling | | Y | Y | |
| | | | | |
-----------------------------------------------
|All to One | | | | |
|Bundling | | | | Y |
| | | | | |
-----------------------------------------------
This object will take care of different service for example
if you set all-in-bundling bit to 1 than serviceMultiplexing and
bundling bits will set 0.
Context
- MIB
- SUPERMICRO-MEF-MIB
- OID
.1.3.6.1.4.1.10876.101.2.71.2.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsUniEntry
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::fsUniServiceMultiplexingBundling'
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::fsUniServiceMultiplexingBundling.<ifIndex>'
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::fsUniServiceMultiplexingBundling'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | serviceMultiplexing |
1 | bundling |
2 | allToOneBundling |