sDot1qStaticUnicastAllowedToGoTo

GBNDeviceSWAPI-MIB · .1.3.6.1.4.1.13464.1.2.2.2.8.3.1.1.3

Object

column r/w PortList
The set of ports for which a frame with a specific
unicast address will be flooded in the event that it
has not been learned.  It also specifies the set of
ports a specific unicast address may be dynamically
learnt on.  The dot1qTpFdbTable will have an equivalent
entry with a dot1qTpFdbPort value of '0' until this
address has been learnt, when it will be updated with
the port the address has been seen on.  This only
applies to ports that are members of the VLAN, defined
by dot1qVlanCurrentEgressPorts.  The default value of
this object is a string of ones of appropriate length.

Context

MIB
GBNDeviceSWAPI-MIB
OID
.1.3.6.1.4.1.13464.1.2.2.2.8.3.1.1.3
Type
column
Access
readwrite
Status
current
Parent
sDot1qStaticUnicastEntry
Groups
1

Walk 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 'GBNDeviceSWAPI-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GBNDeviceSWAPI-MIB::sDot1qStaticUnicastAllowedToGoTo'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'GBNDeviceSWAPI-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GBNDeviceSWAPI-MIB::sDot1qStaticUnicastAllowedToGoTo.<sDot1qFdbId>.<sDot1qStaticUnicastAddress>.<sDot1qStaticUnicastReceivePort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'GBNDeviceSWAPI-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'GBNDeviceSWAPI-MIB::sDot1qStaticUnicastAllowedToGoTo'

Syntax

Source
PortList
Base type
OctetString
Type Description
Each octet within this value specifies a set of eight
ports, with the first octet specifying ports 1 through
8, the second octet specifying ports 9 through 16, etc.
Within each octet, the most significant bit represents
the lowest numbered port, and the least significant bit
represents the highest numbered port.  Thus, each port
of the bridge is represented by a single bit within the
value of this object.  If that bit has a value of '1'
then that port is included in the set of ports; the port
is not included if its bit has a value of '0'.

Values & Constraints

No enumerated values or constraints recorded.

Conformance