fsMIPbPortSVlanClassificationMethod
ARICENT-MIPROVIDERBRIDGE-MIB ·
.1.3.6.1.4.1.2076.127.2.1.1.2
Object
column r/w
Enumeration
This object specifies the type of SVLAN classification that has to be used for a given type of port. providerNetworkPort / customerNetworkPort - Port's 'pvid' will be the SVLAN classification for the untagged packets received over this interface. customerEdgePort - The SVLAN classification mechanism is always based on 'cvlan' (i.e CVidRegistrationTable ).No other SVLAN classification mechanism is allowed for this port type. propCustomerNetworkPort / propCustomerEdgePort - 'pvid' will be default SVLAN classification mechanism for this port. But the user is free to configure any other SVLAN classification mechanism except the CVidRegistrationTable (ie cvlan mechanism) For proprietary CEP and proprietary CNP ports,the SVLAN classification is based on one of the configured SVLAN classification methods mentioned here. If it is not configured, by default the port's 'PVID' is considered as the SVLAN for untagged packets.
Context
- MIB
- ARICENT-MIPROVIDERBRIDGE-MIB
- OID
.1.3.6.1.4.1.2076.127.2.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsMIPbPortInfoEntry
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 'ARICENT-MIPROVIDERBRIDGE-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-MIPROVIDERBRIDGE-MIB::fsMIPbPortSVlanClassificationMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-MIPROVIDERBRIDGE-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-MIPROVIDERBRIDGE-MIB::fsMIPbPortSVlanClassificationMethod.<fsMIPbPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-MIPROVIDERBRIDGE-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-MIPROVIDERBRIDGE-MIB::fsMIPbPortSVlanClassificationMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sourceMac |
2 | destinationMac |
3 | cvlanSrcMac |
4 | cvlanDstMac |
5 | dscp |
6 | cvlanDscp |
7 | sourceIp |
8 | destinationIp |
9 | srcIpDstIp |
10 | cvlanDstIp |
11 | cvlan |
12 | pvid |