gDot1qForwardUnregisteredStaticPorts

GARP-MIB · qtech variant · .1.3.6.1.4.1.27514.1.2.4.2.1.2.5.1.3

Object

column r/w PortList
DURABLE: { 0:all } 
The set of ports configured by management, in this
VLAN, to which multicast group-addressed frames for
which there is no more specific forwarding information
are to be forwarded.  Ports entered in this list will
also appear in the complete set shown by
gDot1qForwardUnregisteredPorts.  This value will be
restored after the device is reset.  A port may not be
added in this set if it is already a member of the set
of ports in gDot1qForwardUnregisteredForbiddenPorts.  The
default value is a string of zeros of appropriate
length, although this has no effect with the default
value of gDot1qForwardAllStaticPorts.

Context

MIB
GARP-MIB
OID
.1.3.6.1.4.1.27514.1.2.4.2.1.2.5.1.3
Type
column
Access
readwrite
Status
current
Parent
gDot1qForwardUnregisteredEntry
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 'GARP-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GARP-MIB::gDot1qForwardUnregisteredStaticPorts'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'GARP-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GARP-MIB::gDot1qForwardUnregisteredStaticPorts.<gDot1qVlanSlotIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'GARP-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'GARP-MIB::gDot1qForwardUnregisteredStaticPorts'

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