Wellfleet-WFDOT1D-MIB: View SNMP OID List / Download MIB
VENDOR: WELLFLEET
Home | MIB: Wellfleet-WFDOT1D-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
wfDot1d | 1.3.6.1.4.1.18.3.5.1.1.6 | |||
wfDot1dBaseGroup | 1.3.6.1.4.1.18.3.5.1.1.6.1 | |||
wfDot1dBaseBridgeAddress | 1.3.6.1.4.1.18.3.5.1.1.6.1.1 | octet string | read-only |
The MAC address used by this bridge when it must be referred to in a unique fashion. It is recommended that this be the numerically smallest MAC address of all ports that belong to this bridge. However it is only required to be unique. When concatenated with dot1dStpPriority a unique BridgeIdentifier is formed which is used in the Spanning Tree Protocol. |
wfDot1dBaseNumPorts | 1.3.6.1.4.1.18.3.5.1.1.6.1.2 | integer | read-only |
The number of ports controlled by this bridging entity. |
wfDot1dBaseType | 1.3.6.1.4.1.18.3.5.1.1.6.1.3 | integer | read-only |
Indicates what type of bridging this bridge can perform. If a bridge is actually performing a certain type of bridging this will be indicated by entries in the port table for the given type. Enumeration: 'sr': 3, 'only': 2, 'unk': 1, 'srt': 4. |
wfDot1dStaticGroup | 1.3.6.1.4.1.18.3.5.1.1.6.5 | |||
wfDot1dStaticTable | 1.3.6.1.4.1.18.3.5.1.1.6.5.1 | no-access |
'A table containing filtering information configured into the bridge by (local or network) management specifying the set of ports to which frames received from specific ports and containing specific destination addresses are allowed to be forwarded. The value of zero in this table as the port number from which frames with a specific destination address are received, is used to specify all ports for which there is no specific entry in this table for that particular destination address. Entries are valid for unicast and for group/broadcast addresses.' |
|
1.3.6.1.4.1.18.3.5.1.1.6.5.1.1 | no-access |
'Filtering information configured into the bridge by (local or network) management specifying the set of ports to which frames received from a specific port and containing a specific destination address are allowed to be forwarded.' |
||
wfDot1dStaticAddress | 1.3.6.1.4.1.18.3.5.1.1.6.5.1.1.1 | octet string | read-write |
'The destination MAC address in a frame to which this entry's filtering information applies. This object can take the value of a unicast address, a group address or the broadcast address.' |
wfDot1dStaticReceivePort | 1.3.6.1.4.1.18.3.5.1.1.6.5.1.1.2 | integer | read-write |
'Either the value '0', or the port number of the port from which a frame must be received in order for this entry's filtering information to apply. A value of zero indicates that this entry applies on all ports of the bridge for which there is no other applicable entry.' |
wfDot1dStaticAllowedToGoTo | 1.3.6.1.4.1.18.3.5.1.1.6.5.1.1.3 | octet string | read-write |
'The set of ports to which frames received from a specific port and destined for a specific MAC address, are allowed to be forwarded. Each octet within the value of this object 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'. (Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant.)' |
wfDot1dStaticStatus | 1.3.6.1.4.1.18.3.5.1.1.6.5.1.1.4 | integer | read-write |
'This object indicates the status of this entry. other(1) - this entry is currently in use but the conditions under which it will remain so are different from each of the following values. invalid(2) - writing this value to the object removes the corresponding entry. permanent(3) - this entry is currently in use and will remain so after the next reset of the bridge. deleteOnReset(4) - this entry is currently in use and will remain so until the next reset of the bridge. deleteOnTimeout(5) - this entry is currently in use and will remain so until it is aged out.' Enumeration: 'reset': 4, 'permanent': 3, 'other': 1, 'timeout': 5, 'invalid': 2. |