Main index | Section 3 | Options |
begemotBridgeBaseStatus | |
Bridge interfaces can be created and destroyed via this object. SNMP SET operations with the following values are allowed: | |
createAndWait | |
will attempt to create a bridge interface with the name given by the table index. | |
createAndGo | |
will attempt to create a bridge interface with the name given by the table index and set the status of the interface to "active/up". | |
destroy | |
will attempt to destroy the bridge interface. | |
begemotBridgeBaseSpanEnabled | |
A SNMP SET operation on this object is only successful if the corresponding port has not been added as member of the bridge interface on the system. | |
begemotBridgeBasePortStatus | |
SNMP SET operations with the following values are allowed: | |
createAndWait | |
will create a new row for the bridge member in the SNMP begemotBridgeBasePortTable but will not try to commit the information to the system. | |
active | |
will attempt to commit the information to the system and will be successful only if a value for begemotBridgeBaseSpanEnabled has been SET already. | |
destroy | |
will attempt to remove the interface from the system bridge interface. | |
begemotBridgeBasePortPrivate | |
This object controls a bridge interface flag called PRIVATE where any private port can not communicate with another private port. | |
dot1dBasePortCircuit
dot1dBasePortDelayExceededDiscards dot1dBasePortMtuExceededDiscards begemotBridgeBasePortDelayExceededDiscards begemotBridgeBasePortMtuExceededDiscards | |
/usr/share/snmp/defs/bridge_tree.def | |
The description of the MIB tree implemented by snmp_bridge. | |
/usr/share/snmp/mibs/BRIDGE-MIB.txt | |
This is the BRIDGE-MIB that is implemented by this module. | |
/usr/share/snmp/mibs/RSTP-MIB.txt | |
This is the RSTP-MIB implemented by this module. | |
/usr/share/snmp/mibs/BEGEMOT-BRIDGE-MIB.txt | |
This is the private BEGEMOT-BRIDGE-MIB that is implemented by this module. | |
SNMP_BRIDGE (3) | August 6, 2007 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Never write it in C if you can do it in `awk'; Never do it in `awk' if `sed' can handle it; Never use `sed' when `tr' can do the job; Never invoke `tr' when `cat' is sufficient; Avoid using `cat' whenever possible. |
” |
— Taylor's Laws of Programming |