vrPpTbclIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.2.1.1.10 |
This variable represents the index for the vrPpTbcl tables.
|
vrPpTbclRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.2.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpTbcl components.
These components can be added and deleted.
|
vrPpTbclComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.2.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpTbclStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.2.1.1.4 |
This variable represents the storage type value for the
vrPpTbcl tables.
|
vrPpTbclTranslateIpx |
.1.3.6.1.4.1.562.2.4.1.100.3.2.10.1.1 |
This attribute specifies the type of translation to be performed on frames
carrying IPX packets. Ethernet frames carrying IPX payload could be
translated to IEEE 802.3 frames (with the same IPX payload) or vice-
versa. The main reason to do so is to allow the bridge unit to
consistently forward one type of frames carrying IPX packets.
Translations can be turned off altogether in which case the IPX frames
will pass through the bridge unit unchanged.
|
vrPpTbclFragmentIp |
.1.3.6.1.4.1.562.2.4.1.100.3.2.10.1.2 |
This attribute specifies if or not outbound frames carrying IP datagrams
should be fragmented to conform to message transfer unit (mtu) sizes
dictated by the media.
|
vrPpTbclServiceClass |
.1.3.6.1.4.1.562.2.4.1.100.3.2.10.1.3 |
This attribute specifies if the frames should be ordered or not before they
are transmitted through a bridge port.
If this attribute has a value of ordered the received frames are ordered as
in the original message, before they are transmitted out through a bridge
port.
If it has a value of notOrdered, received then frames pass through the
bridge unit in the order they are received. This feature can be used over
multiple telecommunication links to increase data flow.
Please note that this attribute only affects link protocols and is
ineffective with lan media.
|
vrPpTbclConvertArpMacAddress |
.1.3.6.1.4.1.562.2.4.1.100.3.2.10.1.4 |
This attribute is indicative of the state of the MAC address format
conversion process for ARP/RARP frames. The MAC addresses may be
translated if need be from a canonical format to a non-canonical format,
based on the needs of the associated media.
If this attribute is set to a value of on then all Mac addresses will
converted if need be to suit the format of mac address, the outgoing
media will support.
If this attribute is set to a value of off no such conversion takes place.
|
vrPpTbclPortNum |
.1.3.6.1.4.1.562.2.4.1.100.3.2.10.1.5 |
This attribute is indicative of the unique number assigned to the bridge
port. It is used for SNMP management of this bridge port and in
spanning tree as an identifier this bridge port.
Notes regarding portNum:
Escape routines exist for initializing, copying, and deleting port
numbers. This is necessary because SNMP requires a unique port
instance identifier. The initPortNum escape routine sets the port number
to a value in the range 1-255 for this purpose. The setCopiedPortNum
escape routine exists to maintain the uniqueness of the port number in
cases when one port is copied to another. When a bridge port is deleted,
the releasePortNum escape routine places the port number being
released into a pending deletion state. This is because the port number
cannot be re-allocated until the port is truely deleted in the current view.
This is necessary since there is no guarantee of order when processing
changes to multiple protocol ports so without the pending deletion state,
the same port number could be temporarily assigned to two ports for a
short period of time.
The portNum is set as component critical since bridging also uses the
port number as a key for indexing into its data structures. If a port is
deleted then re-added under the same protocol port, CAS treats the
change as a SET to the portNum attribute.
|
vrPpTbclOutboundFrameMediaType |
.1.3.6.1.4.1.562.2.4.1.100.3.2.10.1.6 |
This attribute specifies the media type the frame must be in before it is
to be forwarded over the outbound supported WAN Bridge Protocol
Port. The attribute only applies to outbound Bridge Protocol Port.
For supported bridge ports, if the attribute value remains set to the
default value of unaltered then there will be no frame conversion. When
the value is set to the value ethernetConv then all frames being
forwarded out the outbound WAN Port will be converted to ethernet
before forwarding takes place. The only outbound WAN medias that
currently support conversion are: FR (Frame Relay) and VNS. All other
medias will fail the Bridge Port semantic check when attempts are made
to alter this attribute.
The following is an example of what the user may be able to do. Frames
originating from a Token Ring are to be flooded out onto another Token
Ring and a Frame Relay Port. The token ring Outbound port performs
no translation, yet the FR Port has the outboundFrameMediaType
attribute set to ethernetConv which results in the frame being translated
into Ethernet format from Token Ring format before Frame Relay does
its encapsulation and transmits over the FR port.
|
vrPpTbclSecureOption |
.1.3.6.1.4.1.562.2.4.1.100.3.2.11.1.1 |
This attribute specifies whether the port secure feature is enabled. The
secure feature, if enabled causes the following things to happen:
a) disallows dynamic learning,
b) disallows frames to be forwarded that do not satisfy the following
condition: the mac address of the source should be found in the
forwarding table and the destination mac address of the frame should
also be found in the forwarding table. In addition to this, the port the
frame was received on should figure as the in port, given the destination
mac address found in the frame.
c) disallows frames to be forwarded if the allowed to go port map for the
destination mac address is empty.
This feature in effect allows the user to choose the hosts that can
generate traffic and the hosts that can receive traffic through this bridge
unit.
|
vrPpTbclAdminStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.2.12.1.1 |
This attribute defines the current administrative state for this component.
enabled indicates that the component is available for operation. disabled
indicates the component is unavailable for operation.
|
vrPpTbclPortStateStpControl |
.1.3.6.1.4.1.562.2.4.1.100.3.2.12.1.2 |
This attribute specifies whether or not spanning tree protocol state for
this bridge port is controlled by the spanning tree protocol. In essence it
indicates the participation of this bridge port in the spanning tree
protocol, by accepting and acting on received bridge protocol data units
and by sending out the same.
on signifies that this bridge port's spanning tree port state is controlled
by the spanning tree protocol.
A value of off signifies that the spanning tree port state of this bridge
port is unaffected by the spanning tree protocol. This in effect puts the
bridge port out of reach of the spanning tree protocol and in the
forwarding state. Care should be taken while assigning a value of off to
this attribute, as this might cause network loops. Please do not set this
attribute to off unless you are absolutely sure about the effect of such an
action on your network topology.
|
vrPpTbclStpTypeProv |
.1.3.6.1.4.1.562.2.4.1.100.3.2.12.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol. If the value of
the attribute protocolSpec in the SpanningTreeProtocol component,
provisioned under the TransparentBridge component is in conflict with
the value of this attribute, the value of the protocolSpec attribute will
prevail. Prevailing stp type is reflected in the value of the attribute
stpTypeOper.
|
vrPpTbclPortPriority |
.1.3.6.1.4.1.562.2.4.1.100.3.2.12.1.4 |
This attribute specifies the value for port priority, which is contained in
the first octet of the port identifier. Valid values are as follows:
1) 0..255 for stp type DEC and
2) 0..65535 for stp type IEEE.
|
vrPpTbclPathCost |
.1.3.6.1.4.1.562.2.4.1.100.3.2.12.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. Please note that the value of the
attribute pathCostMethod is applied only when the value of the attribute
pathCostMethod is set to on and is ignored if otherwise.
|
vrPpTbclPathCostMethod |
.1.3.6.1.4.1.562.2.4.1.100.3.2.12.1.6 |
This attribute specifies the method used by the bridging logic, to
calculate the path cost to the bridge considered to be the root bridge in
the spanning tree topology. This attribute should be set to off before
attempting to provision a value for pathCostProv.
|
vrPpTbclDomainNum |
.1.3.6.1.4.1.562.2.4.1.100.3.2.13.1.1 |
This attribute specifies the domain number associated with this bridge
port. Domain numbers are used for confining frames to a domain.
Domain based filtering provides a complete segregation of traffic based
on domain number associated with frames. There can exist only sixteen
domains when a spanning tree is desired specific to each domain. When
there is only a single spanning tree spanning all the domains the
maximum number of domains possible are 4294967293.
This attribute is of no relevance when associated with backbone bridge
port. Its value is ignored in such a situation.
|
vrPpTbclPreserveDomain |
.1.3.6.1.4.1.562.2.4.1.100.3.2.13.1.2 |
This attribute specifies if the domain information should be preserved or
embedded in the frame header. This attribute applies only to backbone
ports and does not affect the access bridge ports. By setting this attribute
to a value of on, domain information could be preserved in frames being
tunnelled across the a backbone, so that this information can be
deciphered at the other end of the backbone tunnel. This preserves the
integrity of the domains thus preventing domain breaches while
tunnelling frames across backbone network.
If the value of this attribute is set to off then domain information is not
preserved in the header of the frames tunnelling through the backbone.
This eliminates the overhead incurred to preserve domain information
across the backbone while tunnelling frames across it.
Preserve domain is relevant when used in conjunction with the following
media: FDDI, ATM MPE, Frame Relay and PPP. It is ignored when
used with other types of media.
|
vrPpTbclAdminState |
.1.3.6.1.4.1.562.2.4.1.100.3.2.14.1.1 |
This attribute indicates the OSI Administrative State of the
component.
The value locked indicates that the component is administratively
prohibited from providing services for its users. A Lock or Lock -
force command has been previously issued for this component.
When the value is locked, the value of usageState must be idle.
The value shuttingDown indicates that the component is
administratively permitted to provide service to its existing users
only. A Lock command was issued against the component and it is
in the process of shutting down.
The value unlocked indicates that the component is administratively
permitted to provide services for its users. To enter this state, issue
an Unlock command to this component.
|
vrPpTbclOperationalState |
.1.3.6.1.4.1.562.2.4.1.100.3.2.14.1.2 |
This attribute indicates the OSI Operational State of the component.
The value enabled indicates that the component is available for
operation. Note that if adminState is locked, it would still not be
providing service.
The value disabled indicates that the component is not available for
operation. For example, something is wrong with the component
itself, or with another component on which this one depends. If the
value is disabled, the usageState must be idle.
|
vrPpTbclUsageState |
.1.3.6.1.4.1.562.2.4.1.100.3.2.14.1.3 |
This attribute indicates the OSI Usage State of the component.
The value idle indicates that the component is not currently in use.
The value active indicates that the component is in use and has
spare capacity to provide for additional users.
The value busy indicates that the component is in use and has no
spare operating capacity for additional users at this time.
|
vrPpTbclSnmpOperStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.2.15.1.1 |
The current state of the interface. The up state indicates the
interface is operational and capable of forwarding packets. The
down state indicates the interface is not operational, thus unable to
forward packets. testing state indicates that no operational packets
can be passed.
|
vrPpTbclPortName |
.1.3.6.1.4.1.562.2.4.1.100.3.2.16.1.1 |
The attribute portName is a string of the form 'BridgePortName-i',
where BridgePortName is the abbreviation of the corresponding bridge
port and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
|
vrPpTbclUpTime |
.1.3.6.1.4.1.562.2.4.1.100.3.2.16.1.3 |
This attribute specifies the accumulated up time of this bridge port since
the last reset occurred.
|
vrPpTbclDownTime |
.1.3.6.1.4.1.562.2.4.1.100.3.2.16.1.4 |
This attribute specifies the accumulated down time of this bridge port
since the last reset occurred.
|
vrPpTbclBridgingMode |
.1.3.6.1.4.1.562.2.4.1.100.3.2.16.1.5 |
This attribute specifies the mode of bridging this port can support. It in
turn implies the format of frames, this bridge port can process and
forward.
|
vrPpTbclBridgePortConfig |
.1.3.6.1.4.1.562.2.4.1.100.3.2.16.1.6 |
This attribute specifies the bridge port's configuration. It indicates if the
bridge port is operating as an access port or as a backbone port. An
access bridge port does not encapsulate a MAC frame and does not
preserve domain information in the encapsulation, whereas a backbone
bridge port encapsulates the MAC frame and optionally preserves
domain information in the encapsulated frame.A backbone bridge port
is typically used to transport frames across a high bandwidth backbone
network to another bridge unit for further processing/forwarding of the
frame.
|
vrPpTbclBridgePortType |
.1.3.6.1.4.1.562.2.4.1.100.3.2.16.1.7 |
This attribute specifies the type of bridge port that was provisioned. It
takes into consideration the bridgingMode, bridgePortConfig and the
media the bridge port is linked to before branding a bridge port.
|
vrPpTbclIfIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.2.16.1.8 |
This attribute specifies the index into the Interface Table where in
information about the media interface corresponding to the bridge port is
maintained.
|
vrPpTbclDelayExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.2.16.1.10 |
This attribute is indicative of the number of frames that were discarded
because the time taken to process these frames exceeded the transit
delay allowed for this bridge unit. This attribute is not supported by
bridging and will always have a value of 0.
|
vrPpTbclMtuExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.2.16.1.11 |
This attribute is indicative of the number of frames discarded because
the size of the out bound frame exceeded the message transfer unit (mtu)
allowed for the bridge port. Note that this counter only refers to the
outbound frames for this bridge port. This counter wraps around its
maximum value of 4294967295.
This counter is influenced by the attribute fragmentIp. This counter is
incremented when the a frame larger than the mtu allowed is
encountered and cannot be fragmented. If this counter is increasing
steadily, it might be useful to set the value of the attribute fragmentIp to
a value of on.
|
vrPpTbclMaxInfo |
.1.3.6.1.4.1.562.2.4.1.100.3.2.17.1.2 |
This attribute specifies the maximum size of the information field in a
TB frame. This excludes the header field.
|
vrPpTbclBadVerifyDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.2.17.1.3 |
This attribute is indicative of the number of incoming frames that were
discarded because:
a) the value of the secureOption attribute was set to on and
b) it is not allowed to receive frames originating from the mac address
found in the source address field of the frame (source mac address look
up in the forwarding table failed.) on this bridge port.
c) for the destination mac address found in the frame, the port the frame
was received on does not appear as in port in the corresponding static
table entry.
Permission to receive frames from a mac address is granted via the static
table entries.
This attribute, badVerifyDiscards, is directly influenced by:
1. secureOption and
2. the static table entries.
This counter wraps around its maximum value of 4294967295.
|
vrPpTbclUnicastNoMatches |
.1.3.6.1.4.1.562.2.4.1.100.3.2.17.1.4 |
This attribute is indicative of the number frames discarded because the
MAC address found in the destination field did not match the local MAC
address of the bridge port. This counter is only applicable for the
protocols that are being routed currently.This counter wraps around its
maximum value of 4294967295.
|
vrPpTbclStaticEntryDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.2.17.1.5 |
This attribute is indicative of the number of frames that were discarded
because of the following two reasons:
a) there was no entry for the 'allowed to go' field in the static table
entry, where the input port is this bridge port.
b) for spanning tree bpdus that are locally processed.
This counter wraps around its maximum value of 4294967295.
It might prove useful to check the static table entry corresponding to the
bridge port in question, if this counter consistently displays a high value.
Ideally this counter should be as low as possible.
|
vrPpTbclDynamicEntryDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.2.17.1.6 |
This attribute is indicative of the number of incoming frames that
a) were discarded because of the fact that the bridge port, the frame is to
go out of matches the bridge port it came in from or
b) if the stp port state of the out port is not forwarding.
This counter wraps around its maximum value of 4294967295.
|
vrPpTbclLearningDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.2.17.1.7 |
This attribute is indicative of the number of frames that were discarded
while this bridge port was in a state other than the forwarding state.
While in learning state the frame is discarded after the information from
its header is learnt. This counter wraps around its maximum value of
4294967295.
|
vrPpTbclInDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.2.17.1.8 |
This attribute is indicative of the number of frames that were received by
this bridge port and were discarded by the forwarding process. This
includes frames that could have been discarded due to filtering. A
repidly increasing value for this attribute could indicate a shrtage of
resource in terms of memory needed to process the incoming frames.
More memory can be provisioned through the VirtualRouter's memory
manager.
|
vrPpTbclInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.2.17.1.9 |
This attribute is indicative of the number of frames that have been
received by this port from its segment. Note that a frame received on this
bridge port is counted if and only if it can be processed by the bridge
logic contained in this bridge unit, a protocol that can be processed by
the bridge logic. This counter wraps around its maximum value of
4294967295.
|
vrPpTbclOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.2.17.1.10 |
This attribute is indicative of the number of frames that have been
transmitted out this bridge port. Note that frame transmitted out this
bridge port is counted if and only if it is for a protocol being processed
by the bridge unit. This also includes management frames.This counter
wraps around its maximum value of 4294967295.
|
vrPpTbclStpPortState |
.1.3.6.1.4.1.562.2.4.1.100.3.2.18.1.2 |
This attribute specifies the spanning tree protocol state of the bridge
port.
|
vrPpTbclStpTypeOper |
.1.3.6.1.4.1.562.2.4.1.100.3.2.18.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol.
|
vrPpTbclDesignatedCost |
.1.3.6.1.4.1.562.2.4.1.100.3.2.18.1.4 |
This attribute specifies the path cost of the designated port of the lan
segment connected to the port.
|
vrPpTbclPathCostOper |
.1.3.6.1.4.1.562.2.4.1.100.3.2.18.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. This attribute pathCostOper will track
the value of the attribute pathCostProv when the value of the attribute
pathCostMethod is set of off.
|
vrPpTbclDesignatedBridge |
.1.3.6.1.4.1.562.2.4.1.100.3.2.18.1.6 |
This attribute specifies the identifier of the bridge that this port considers
to be the designated bridge.
|
vrPpTbclDesignatedPort |
.1.3.6.1.4.1.562.2.4.1.100.3.2.18.1.7 |
This attribute specifies the port identifier of the port on the designated
bridge, attached to the same lan as this port is attached to.
|
vrPpTbclForwardTransitions |
.1.3.6.1.4.1.562.2.4.1.100.3.2.18.1.8 |
This attribute is indicative of the number of times this bridge port
transitioned from the learning state to the forwarding state. This
counter wraps around its maximum value of 4294967295.
A rapidly increasing value might be indicative of an unstable spanning
tree topology.
|
vrPpTbclBlockingDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.2.18.1.9 |
This attribute is indicative of the number of incoming frames that were
discarded because the bridge port was in the blocking state. This counter
wraps around its maximum value of 4294967295.
|
vrPpTbclDesignatedRoot |
.1.3.6.1.4.1.562.2.4.1.100.3.2.18.1.10 |
This attribute specifies the bridge identifier of the bridge recorded as the
root bridge, in the configuration BPDUs sent out by the designated
bridge on the segment to which the port is attached.
|
vrPpTbclBadAbstractDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.2.19.1.1 |
This attribute is indicative of the number of frames that were discarded
because the data that was abstracted, from frames coming in through this
bridge port, did not conform to the format expected by the bridge
logic.This counter wraps around its maximum value of 4294967295.
|
vrPpTbclTinygramFramesIn |
.1.3.6.1.4.1.562.2.4.1.100.3.2.19.1.2 |
This attribute is indicative of the number of frames received on this
bridge port that used the tinygram compression scheme.
|
vrPpTbclTinygramFramesOut |
.1.3.6.1.4.1.562.2.4.1.100.3.2.19.1.3 |
This attribute is indicative of the number of frames transmitted out this
bridge port that used the tinygram compression scheme.
|
vrPpTbclInFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.2.19.1.4 |
This attribute is indicative of the number of frames discarded at the in
filter point. This includes
a) frames discarded due to application of the filter defined with PCF for
the in filter point and
b) the frames discarded due to domain based filtering at the in filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpTbclOutFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.2.19.1.5 |
This attribute is indicative of the number of frames discarded at the out
filter point. This includes:
a) frames discarded due to application of the filter defined with PCF for
the out filter point and
b) the frames discarded due to domain based filtering at the out filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpTbclNsIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.2.2.1.1.10 |
This variable represents the index for the vrPpTbclNs tables.
|
vrPpTbclNsRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.2.2.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpTbclNs components.
These components can be added and deleted.
|
vrPpTbclNsComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.2.2.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpTbclNsStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.2.2.1.1.4 |
This variable represents the storage type value for the
vrPpTbclNs tables.
|
vrPpTbclNsIncomingFilter |
.1.3.6.1.4.1.562.2.4.1.100.3.2.2.10.1.2 |
This attribute specifies the name of the filter to be applied at the
incoming filter point.
|
vrPpTbclNsOutgoingFilter |
.1.3.6.1.4.1.562.2.4.1.100.3.2.2.10.1.3 |
This attribute specifies the name of the filter to be applied at the out
going filter point.
|
vrPpFddiETBIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.3.1.1.10 |
This variable represents the index for the vrPpFddiETB tables.
|
vrPpFddiETBRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.3.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpFddiETB components.
These components can be added and deleted.
|
vrPpFddiETBComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.3.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpFddiETBStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.3.1.1.4 |
This variable represents the storage type value for the
vrPpFddiETB tables.
|
vrPpFddiETBTranslateIpx |
.1.3.6.1.4.1.562.2.4.1.100.3.3.10.1.1 |
This attribute specifies the type of translation to be performed on frames
carrying IPX packets. Ethernet frames carrying IPX payload could be
translated to IEEE 802.3 frames (with the same IPX payload) or vice-
versa. The main reason to do so is to allow the bridge unit to
consistently forward one type of frames carrying IPX packets.
Translations can be turned off altogether in which case the IPX frames
will pass through the bridge unit unchanged.
|
vrPpFddiETBFragmentIp |
.1.3.6.1.4.1.562.2.4.1.100.3.3.10.1.2 |
This attribute specifies if or not outbound frames carrying IP datagrams
should be fragmented to conform to message transfer unit (mtu) sizes
dictated by the media.
|
vrPpFddiETBServiceClass |
.1.3.6.1.4.1.562.2.4.1.100.3.3.10.1.3 |
This attribute specifies if the frames should be ordered or not before they
are transmitted through a bridge port.
If this attribute has a value of ordered the received frames are ordered as
in the original message, before they are transmitted out through a bridge
port.
If it has a value of notOrdered, received then frames pass through the
bridge unit in the order they are received. This feature can be used over
multiple telecommunication links to increase data flow.
Please note that this attribute only affects link protocols and is
ineffective with lan media.
|
vrPpFddiETBConvertArpMacAddress |
.1.3.6.1.4.1.562.2.4.1.100.3.3.10.1.4 |
This attribute is indicative of the state of the MAC address format
conversion process for ARP/RARP frames. The MAC addresses may be
translated if need be from a canonical format to a non-canonical format,
based on the needs of the associated media.
If this attribute is set to a value of on then all Mac addresses will
converted if need be to suit the format of mac address, the outgoing
media will support.
If this attribute is set to a value of off no such conversion takes place.
|
vrPpFddiETBPortNum |
.1.3.6.1.4.1.562.2.4.1.100.3.3.10.1.5 |
This attribute is indicative of the unique number assigned to the bridge
port. It is used for SNMP management of this bridge port and in
spanning tree as an identifier this bridge port.
Notes regarding portNum:
Escape routines exist for initializing, copying, and deleting port
numbers. This is necessary because SNMP requires a unique port
instance identifier. The initPortNum escape routine sets the port number
to a value in the range 1-255 for this purpose. The setCopiedPortNum
escape routine exists to maintain the uniqueness of the port number in
cases when one port is copied to another. When a bridge port is deleted,
the releasePortNum escape routine places the port number being
released into a pending deletion state. This is because the port number
cannot be re-allocated until the port is truely deleted in the current view.
This is necessary since there is no guarantee of order when processing
changes to multiple protocol ports so without the pending deletion state,
the same port number could be temporarily assigned to two ports for a
short period of time.
The portNum is set as component critical since bridging also uses the
port number as a key for indexing into its data structures. If a port is
deleted then re-added under the same protocol port, CAS treats the
change as a SET to the portNum attribute.
|
vrPpFddiETBOutboundFrameMediaType |
.1.3.6.1.4.1.562.2.4.1.100.3.3.10.1.6 |
This attribute specifies the media type the frame must be in before it is
to be forwarded over the outbound supported WAN Bridge Protocol
Port. The attribute only applies to outbound Bridge Protocol Port.
For supported bridge ports, if the attribute value remains set to the
default value of unaltered then there will be no frame conversion. When
the value is set to the value ethernetConv then all frames being
forwarded out the outbound WAN Port will be converted to ethernet
before forwarding takes place. The only outbound WAN medias that
currently support conversion are: FR (Frame Relay) and VNS. All other
medias will fail the Bridge Port semantic check when attempts are made
to alter this attribute.
The following is an example of what the user may be able to do. Frames
originating from a Token Ring are to be flooded out onto another Token
Ring and a Frame Relay Port. The token ring Outbound port performs
no translation, yet the FR Port has the outboundFrameMediaType
attribute set to ethernetConv which results in the frame being translated
into Ethernet format from Token Ring format before Frame Relay does
its encapsulation and transmits over the FR port.
|
vrPpFddiETBSecureOption |
.1.3.6.1.4.1.562.2.4.1.100.3.3.11.1.1 |
This attribute specifies whether the port secure feature is enabled. The
secure feature, if enabled causes the following things to happen:
a) disallows dynamic learning,
b) disallows frames to be forwarded that do not satisfy the following
condition: the mac address of the source should be found in the
forwarding table and the destination mac address of the frame should
also be found in the forwarding table. In addition to this, the port the
frame was received on should figure as the in port, given the destination
mac address found in the frame.
c) disallows frames to be forwarded if the allowed to go port map for the
destination mac address is empty.
This feature in effect allows the user to choose the hosts that can
generate traffic and the hosts that can receive traffic through this bridge
unit.
|
vrPpFddiETBAdminStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.3.12.1.1 |
This attribute defines the current administrative state for this component.
enabled indicates that the component is available for operation. disabled
indicates the component is unavailable for operation.
|
vrPpFddiETBPortStateStpControl |
.1.3.6.1.4.1.562.2.4.1.100.3.3.12.1.2 |
This attribute specifies whether or not spanning tree protocol state for
this bridge port is controlled by the spanning tree protocol. In essence it
indicates the participation of this bridge port in the spanning tree
protocol, by accepting and acting on received bridge protocol data units
and by sending out the same.
on signifies that this bridge port's spanning tree port state is controlled
by the spanning tree protocol.
A value of off signifies that the spanning tree port state of this bridge
port is unaffected by the spanning tree protocol. This in effect puts the
bridge port out of reach of the spanning tree protocol and in the
forwarding state. Care should be taken while assigning a value of off to
this attribute, as this might cause network loops. Please do not set this
attribute to off unless you are absolutely sure about the effect of such an
action on your network topology.
|
vrPpFddiETBStpTypeProv |
.1.3.6.1.4.1.562.2.4.1.100.3.3.12.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol. If the value of
the attribute protocolSpec in the SpanningTreeProtocol component,
provisioned under the TransparentBridge component is in conflict with
the value of this attribute, the value of the protocolSpec attribute will
prevail. Prevailing stp type is reflected in the value of the attribute
stpTypeOper.
|
vrPpFddiETBPortPriority |
.1.3.6.1.4.1.562.2.4.1.100.3.3.12.1.4 |
This attribute specifies the value for port priority, which is contained in
the first octet of the port identifier. Valid values are as follows:
1) 0..255 for stp type DEC and
2) 0..65535 for stp type IEEE.
|
vrPpFddiETBPathCost |
.1.3.6.1.4.1.562.2.4.1.100.3.3.12.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. Please note that the value of the
attribute pathCostMethod is applied only when the value of the attribute
pathCostMethod is set to on and is ignored if otherwise.
|
vrPpFddiETBPathCostMethod |
.1.3.6.1.4.1.562.2.4.1.100.3.3.12.1.6 |
This attribute specifies the method used by the bridging logic, to
calculate the path cost to the bridge considered to be the root bridge in
the spanning tree topology. This attribute should be set to off before
attempting to provision a value for pathCostProv.
|
vrPpFddiETBDomainNum |
.1.3.6.1.4.1.562.2.4.1.100.3.3.13.1.1 |
This attribute specifies the domain number associated with this bridge
port. Domain numbers are used for confining frames to a domain.
Domain based filtering provides a complete segregation of traffic based
on domain number associated with frames. There can exist only sixteen
domains when a spanning tree is desired specific to each domain. When
there is only a single spanning tree spanning all the domains the
maximum number of domains possible are 4294967293.
This attribute is of no relevance when associated with backbone bridge
port. Its value is ignored in such a situation.
|
vrPpFddiETBPreserveDomain |
.1.3.6.1.4.1.562.2.4.1.100.3.3.13.1.2 |
This attribute specifies if the domain information should be preserved or
embedded in the frame header. This attribute applies only to backbone
ports and does not affect the access bridge ports. By setting this attribute
to a value of on, domain information could be preserved in frames being
tunnelled across the a backbone, so that this information can be
deciphered at the other end of the backbone tunnel. This preserves the
integrity of the domains thus preventing domain breaches while
tunnelling frames across backbone network.
If the value of this attribute is set to off then domain information is not
preserved in the header of the frames tunnelling through the backbone.
This eliminates the overhead incurred to preserve domain information
across the backbone while tunnelling frames across it.
Preserve domain is relevant when used in conjunction with the following
media: FDDI, ATM MPE, Frame Relay and PPP. It is ignored when
used with other types of media.
|
vrPpFddiETBAdminState |
.1.3.6.1.4.1.562.2.4.1.100.3.3.14.1.1 |
This attribute indicates the OSI Administrative State of the
component.
The value locked indicates that the component is administratively
prohibited from providing services for its users. A Lock or Lock -
force command has been previously issued for this component.
When the value is locked, the value of usageState must be idle.
The value shuttingDown indicates that the component is
administratively permitted to provide service to its existing users
only. A Lock command was issued against the component and it is
in the process of shutting down.
The value unlocked indicates that the component is administratively
permitted to provide services for its users. To enter this state, issue
an Unlock command to this component.
|
vrPpFddiETBOperationalState |
.1.3.6.1.4.1.562.2.4.1.100.3.3.14.1.2 |
This attribute indicates the OSI Operational State of the component.
The value enabled indicates that the component is available for
operation. Note that if adminState is locked, it would still not be
providing service.
The value disabled indicates that the component is not available for
operation. For example, something is wrong with the component
itself, or with another component on which this one depends. If the
value is disabled, the usageState must be idle.
|
vrPpFddiETBUsageState |
.1.3.6.1.4.1.562.2.4.1.100.3.3.14.1.3 |
This attribute indicates the OSI Usage State of the component.
The value idle indicates that the component is not currently in use.
The value active indicates that the component is in use and has
spare capacity to provide for additional users.
The value busy indicates that the component is in use and has no
spare operating capacity for additional users at this time.
|
vrPpFddiETBSnmpOperStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.3.15.1.1 |
The current state of the interface. The up state indicates the
interface is operational and capable of forwarding packets. The
down state indicates the interface is not operational, thus unable to
forward packets. testing state indicates that no operational packets
can be passed.
|
vrPpFddiETBPortName |
.1.3.6.1.4.1.562.2.4.1.100.3.3.16.1.1 |
The attribute portName is a string of the form 'BridgePortName-i',
where BridgePortName is the abbreviation of the corresponding bridge
port and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
|
vrPpFddiETBUpTime |
.1.3.6.1.4.1.562.2.4.1.100.3.3.16.1.3 |
This attribute specifies the accumulated up time of this bridge port since
the last reset occurred.
|
vrPpFddiETBDownTime |
.1.3.6.1.4.1.562.2.4.1.100.3.3.16.1.4 |
This attribute specifies the accumulated down time of this bridge port
since the last reset occurred.
|
vrPpFddiETBBridgingMode |
.1.3.6.1.4.1.562.2.4.1.100.3.3.16.1.5 |
This attribute specifies the mode of bridging this port can support. It in
turn implies the format of frames, this bridge port can process and
forward.
|
vrPpFddiETBBridgePortConfig |
.1.3.6.1.4.1.562.2.4.1.100.3.3.16.1.6 |
This attribute specifies the bridge port's configuration. It indicates if the
bridge port is operating as an access port or as a backbone port. An
access bridge port does not encapsulate a MAC frame and does not
preserve domain information in the encapsulation, whereas a backbone
bridge port encapsulates the MAC frame and optionally preserves
domain information in the encapsulated frame.A backbone bridge port
is typically used to transport frames across a high bandwidth backbone
network to another bridge unit for further processing/forwarding of the
frame.
|
vrPpFddiETBBridgePortType |
.1.3.6.1.4.1.562.2.4.1.100.3.3.16.1.7 |
This attribute specifies the type of bridge port that was provisioned. It
takes into consideration the bridgingMode, bridgePortConfig and the
media the bridge port is linked to before branding a bridge port.
|
vrPpFddiETBIfIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.3.16.1.8 |
This attribute specifies the index into the Interface Table where in
information about the media interface corresponding to the bridge port is
maintained.
|
vrPpFddiETBDelayExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.3.16.1.10 |
This attribute is indicative of the number of frames that were discarded
because the time taken to process these frames exceeded the transit
delay allowed for this bridge unit. This attribute is not supported by
bridging and will always have a value of 0.
|
vrPpFddiETBMtuExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.3.16.1.11 |
This attribute is indicative of the number of frames discarded because
the size of the out bound frame exceeded the message transfer unit (mtu)
allowed for the bridge port. Note that this counter only refers to the
outbound frames for this bridge port. This counter wraps around its
maximum value of 4294967295.
This counter is influenced by the attribute fragmentIp. This counter is
incremented when the a frame larger than the mtu allowed is
encountered and cannot be fragmented. If this counter is increasing
steadily, it might be useful to set the value of the attribute fragmentIp to
a value of on.
|
vrPpFddiETBMaxInfo |
.1.3.6.1.4.1.562.2.4.1.100.3.3.17.1.2 |
This attribute specifies the maximum size of the information field in a
TB frame. This excludes the header field.
|
vrPpFddiETBBadVerifyDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.3.17.1.3 |
This attribute is indicative of the number of incoming frames that were
discarded because:
a) the value of the secureOption attribute was set to on and
b) it is not allowed to receive frames originating from the mac address
found in the source address field of the frame (source mac address look
up in the forwarding table failed.) on this bridge port.
c) for the destination mac address found in the frame, the port the frame
was received on does not appear as in port in the corresponding static
table entry.
Permission to receive frames from a mac address is granted via the static
table entries.
This attribute, badVerifyDiscards, is directly influenced by:
1. secureOption and
2. the static table entries.
This counter wraps around its maximum value of 4294967295.
|
vrPpFddiETBUnicastNoMatches |
.1.3.6.1.4.1.562.2.4.1.100.3.3.17.1.4 |
This attribute is indicative of the number frames discarded because the
MAC address found in the destination field did not match the local MAC
address of the bridge port. This counter is only applicable for the
protocols that are being routed currently.This counter wraps around its
maximum value of 4294967295.
|
vrPpFddiETBStaticEntryDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.3.17.1.5 |
This attribute is indicative of the number of frames that were discarded
because of the following two reasons:
a) there was no entry for the 'allowed to go' field in the static table
entry, where the input port is this bridge port.
b) for spanning tree bpdus that are locally processed.
This counter wraps around its maximum value of 4294967295.
It might prove useful to check the static table entry corresponding to the
bridge port in question, if this counter consistently displays a high value.
Ideally this counter should be as low as possible.
|
vrPpFddiETBDynamicEntryDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.3.17.1.6 |
This attribute is indicative of the number of incoming frames that
a) were discarded because of the fact that the bridge port, the frame is to
go out of matches the bridge port it came in from or
b) if the stp port state of the out port is not forwarding.
This counter wraps around its maximum value of 4294967295.
|
vrPpFddiETBLearningDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.3.17.1.7 |
This attribute is indicative of the number of frames that were discarded
while this bridge port was in a state other than the forwarding state.
While in learning state the frame is discarded after the information from
its header is learnt. This counter wraps around its maximum value of
4294967295.
|
vrPpFddiETBInDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.3.17.1.8 |
This attribute is indicative of the number of frames that were received by
this bridge port and were discarded by the forwarding process. This
includes frames that could have been discarded due to filtering. A
repidly increasing value for this attribute could indicate a shrtage of
resource in terms of memory needed to process the incoming frames.
More memory can be provisioned through the VirtualRouter's memory
manager.
|
vrPpFddiETBInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.3.17.1.9 |
This attribute is indicative of the number of frames that have been
received by this port from its segment. Note that a frame received on this
bridge port is counted if and only if it can be processed by the bridge
logic contained in this bridge unit, a protocol that can be processed by
the bridge logic. This counter wraps around its maximum value of
4294967295.
|
vrPpFddiETBOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.3.17.1.10 |
This attribute is indicative of the number of frames that have been
transmitted out this bridge port. Note that frame transmitted out this
bridge port is counted if and only if it is for a protocol being processed
by the bridge unit. This also includes management frames.This counter
wraps around its maximum value of 4294967295.
|
vrPpFddiETBStpPortState |
.1.3.6.1.4.1.562.2.4.1.100.3.3.18.1.2 |
This attribute specifies the spanning tree protocol state of the bridge
port.
|
vrPpFddiETBStpTypeOper |
.1.3.6.1.4.1.562.2.4.1.100.3.3.18.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol.
|
vrPpFddiETBDesignatedCost |
.1.3.6.1.4.1.562.2.4.1.100.3.3.18.1.4 |
This attribute specifies the path cost of the designated port of the lan
segment connected to the port.
|
vrPpFddiETBPathCostOper |
.1.3.6.1.4.1.562.2.4.1.100.3.3.18.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. This attribute pathCostOper will track
the value of the attribute pathCostProv when the value of the attribute
pathCostMethod is set of off.
|
vrPpFddiETBDesignatedBridge |
.1.3.6.1.4.1.562.2.4.1.100.3.3.18.1.6 |
This attribute specifies the identifier of the bridge that this port considers
to be the designated bridge.
|
vrPpFddiETBDesignatedPort |
.1.3.6.1.4.1.562.2.4.1.100.3.3.18.1.7 |
This attribute specifies the port identifier of the port on the designated
bridge, attached to the same lan as this port is attached to.
|
vrPpFddiETBForwardTransitions |
.1.3.6.1.4.1.562.2.4.1.100.3.3.18.1.8 |
This attribute is indicative of the number of times this bridge port
transitioned from the learning state to the forwarding state. This
counter wraps around its maximum value of 4294967295.
A rapidly increasing value might be indicative of an unstable spanning
tree topology.
|
vrPpFddiETBBlockingDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.3.18.1.9 |
This attribute is indicative of the number of incoming frames that were
discarded because the bridge port was in the blocking state. This counter
wraps around its maximum value of 4294967295.
|
vrPpFddiETBDesignatedRoot |
.1.3.6.1.4.1.562.2.4.1.100.3.3.18.1.10 |
This attribute specifies the bridge identifier of the bridge recorded as the
root bridge, in the configuration BPDUs sent out by the designated
bridge on the segment to which the port is attached.
|
vrPpFddiETBBadAbstractDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.3.19.1.1 |
This attribute is indicative of the number of frames that were discarded
because the data that was abstracted, from frames coming in through this
bridge port, did not conform to the format expected by the bridge
logic.This counter wraps around its maximum value of 4294967295.
|
vrPpFddiETBTinygramFramesIn |
.1.3.6.1.4.1.562.2.4.1.100.3.3.19.1.2 |
This attribute is indicative of the number of frames received on this
bridge port that used the tinygram compression scheme.
|
vrPpFddiETBTinygramFramesOut |
.1.3.6.1.4.1.562.2.4.1.100.3.3.19.1.3 |
This attribute is indicative of the number of frames transmitted out this
bridge port that used the tinygram compression scheme.
|
vrPpFddiETBInFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.3.19.1.4 |
This attribute is indicative of the number of frames discarded at the in
filter point. This includes
a) frames discarded due to application of the filter defined with PCF for
the in filter point and
b) the frames discarded due to domain based filtering at the in filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpFddiETBOutFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.3.19.1.5 |
This attribute is indicative of the number of frames discarded at the out
filter point. This includes:
a) frames discarded due to application of the filter defined with PCF for
the out filter point and
b) the frames discarded due to domain based filtering at the out filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpFddiETBNsIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.3.2.1.1.10 |
This variable represents the index for the vrPpFddiETBNs tables.
|
vrPpFddiETBNsRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.3.2.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpFddiETBNs components.
These components can be added and deleted.
|
vrPpFddiETBNsComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.3.2.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpFddiETBNsStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.3.2.1.1.4 |
This variable represents the storage type value for the
vrPpFddiETBNs tables.
|
vrPpFddiETBNsIncomingFilter |
.1.3.6.1.4.1.562.2.4.1.100.3.3.2.10.1.2 |
This attribute specifies the name of the filter to be applied at the
incoming filter point.
|
vrPpFddiETBNsOutgoingFilter |
.1.3.6.1.4.1.562.2.4.1.100.3.3.2.10.1.3 |
This attribute specifies the name of the filter to be applied at the out
going filter point.
|
vrPpTbpIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.4.1.1.10 |
This variable represents the index for the vrPpTbp tables.
|
vrPpTbpRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.4.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpTbp components.
These components can be added and deleted.
|
vrPpTbpComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.4.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpTbpStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.4.1.1.4 |
This variable represents the storage type value for the
vrPpTbp tables.
|
vrPpTbpTranslateIpx |
.1.3.6.1.4.1.562.2.4.1.100.3.4.10.1.1 |
This attribute specifies the type of translation to be performed on frames
carrying IPX packets. Ethernet frames carrying IPX payload could be
translated to IEEE 802.3 frames (with the same IPX payload) or vice-
versa. The main reason to do so is to allow the bridge unit to
consistently forward one type of frames carrying IPX packets.
Translations can be turned off altogether in which case the IPX frames
will pass through the bridge unit unchanged.
|
vrPpTbpFragmentIp |
.1.3.6.1.4.1.562.2.4.1.100.3.4.10.1.2 |
This attribute specifies if or not outbound frames carrying IP datagrams
should be fragmented to conform to message transfer unit (mtu) sizes
dictated by the media.
|
vrPpTbpServiceClass |
.1.3.6.1.4.1.562.2.4.1.100.3.4.10.1.3 |
This attribute specifies if the frames should be ordered or not before they
are transmitted through a bridge port.
If this attribute has a value of ordered the received frames are ordered as
in the original message, before they are transmitted out through a bridge
port.
If it has a value of notOrdered, received then frames pass through the
bridge unit in the order they are received. This feature can be used over
multiple telecommunication links to increase data flow.
Please note that this attribute only affects link protocols and is
ineffective with lan media.
|
vrPpTbpConvertArpMacAddress |
.1.3.6.1.4.1.562.2.4.1.100.3.4.10.1.4 |
This attribute is indicative of the state of the MAC address format
conversion process for ARP/RARP frames. The MAC addresses may be
translated if need be from a canonical format to a non-canonical format,
based on the needs of the associated media.
If this attribute is set to a value of on then all Mac addresses will
converted if need be to suit the format of mac address, the outgoing
media will support.
If this attribute is set to a value of off no such conversion takes place.
|
vrPpTbpPortNum |
.1.3.6.1.4.1.562.2.4.1.100.3.4.10.1.5 |
This attribute is indicative of the unique number assigned to the bridge
port. It is used for SNMP management of this bridge port and in
spanning tree as an identifier this bridge port.
Notes regarding portNum:
Escape routines exist for initializing, copying, and deleting port
numbers. This is necessary because SNMP requires a unique port
instance identifier. The initPortNum escape routine sets the port number
to a value in the range 1-255 for this purpose. The setCopiedPortNum
escape routine exists to maintain the uniqueness of the port number in
cases when one port is copied to another. When a bridge port is deleted,
the releasePortNum escape routine places the port number being
released into a pending deletion state. This is because the port number
cannot be re-allocated until the port is truely deleted in the current view.
This is necessary since there is no guarantee of order when processing
changes to multiple protocol ports so without the pending deletion state,
the same port number could be temporarily assigned to two ports for a
short period of time.
The portNum is set as component critical since bridging also uses the
port number as a key for indexing into its data structures. If a port is
deleted then re-added under the same protocol port, CAS treats the
change as a SET to the portNum attribute.
|
vrPpTbpOutboundFrameMediaType |
.1.3.6.1.4.1.562.2.4.1.100.3.4.10.1.6 |
This attribute specifies the media type the frame must be in before it is
to be forwarded over the outbound supported WAN Bridge Protocol
Port. The attribute only applies to outbound Bridge Protocol Port.
For supported bridge ports, if the attribute value remains set to the
default value of unaltered then there will be no frame conversion. When
the value is set to the value ethernetConv then all frames being
forwarded out the outbound WAN Port will be converted to ethernet
before forwarding takes place. The only outbound WAN medias that
currently support conversion are: FR (Frame Relay) and VNS. All other
medias will fail the Bridge Port semantic check when attempts are made
to alter this attribute.
The following is an example of what the user may be able to do. Frames
originating from a Token Ring are to be flooded out onto another Token
Ring and a Frame Relay Port. The token ring Outbound port performs
no translation, yet the FR Port has the outboundFrameMediaType
attribute set to ethernetConv which results in the frame being translated
into Ethernet format from Token Ring format before Frame Relay does
its encapsulation and transmits over the FR port.
|
vrPpTbpSecureOption |
.1.3.6.1.4.1.562.2.4.1.100.3.4.11.1.1 |
This attribute specifies whether the port secure feature is enabled. The
secure feature, if enabled causes the following things to happen:
a) disallows dynamic learning,
b) disallows frames to be forwarded that do not satisfy the following
condition: the mac address of the source should be found in the
forwarding table and the destination mac address of the frame should
also be found in the forwarding table. In addition to this, the port the
frame was received on should figure as the in port, given the destination
mac address found in the frame.
c) disallows frames to be forwarded if the allowed to go port map for the
destination mac address is empty.
This feature in effect allows the user to choose the hosts that can
generate traffic and the hosts that can receive traffic through this bridge
unit.
|
vrPpTbpAdminStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.4.12.1.1 |
This attribute defines the current administrative state for this component.
enabled indicates that the component is available for operation. disabled
indicates the component is unavailable for operation.
|
vrPpTbpPortStateStpControl |
.1.3.6.1.4.1.562.2.4.1.100.3.4.12.1.2 |
This attribute specifies whether or not spanning tree protocol state for
this bridge port is controlled by the spanning tree protocol. In essence it
indicates the participation of this bridge port in the spanning tree
protocol, by accepting and acting on received bridge protocol data units
and by sending out the same.
on signifies that this bridge port's spanning tree port state is controlled
by the spanning tree protocol.
A value of off signifies that the spanning tree port state of this bridge
port is unaffected by the spanning tree protocol. This in effect puts the
bridge port out of reach of the spanning tree protocol and in the
forwarding state. Care should be taken while assigning a value of off to
this attribute, as this might cause network loops. Please do not set this
attribute to off unless you are absolutely sure about the effect of such an
action on your network topology.
|
vrPpTbpStpTypeProv |
.1.3.6.1.4.1.562.2.4.1.100.3.4.12.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol. If the value of
the attribute protocolSpec in the SpanningTreeProtocol component,
provisioned under the TransparentBridge component is in conflict with
the value of this attribute, the value of the protocolSpec attribute will
prevail. Prevailing stp type is reflected in the value of the attribute
stpTypeOper.
|
vrPpTbpPortPriority |
.1.3.6.1.4.1.562.2.4.1.100.3.4.12.1.4 |
This attribute specifies the value for port priority, which is contained in
the first octet of the port identifier. Valid values are as follows:
1) 0..255 for stp type DEC and
2) 0..65535 for stp type IEEE.
|
vrPpTbpPathCost |
.1.3.6.1.4.1.562.2.4.1.100.3.4.12.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. Please note that the value of the
attribute pathCostMethod is applied only when the value of the attribute
pathCostMethod is set to on and is ignored if otherwise.
|
vrPpTbpPathCostMethod |
.1.3.6.1.4.1.562.2.4.1.100.3.4.12.1.6 |
This attribute specifies the method used by the bridging logic, to
calculate the path cost to the bridge considered to be the root bridge in
the spanning tree topology. This attribute should be set to off before
attempting to provision a value for pathCostProv.
|
vrPpTbpDomainNum |
.1.3.6.1.4.1.562.2.4.1.100.3.4.13.1.1 |
This attribute specifies the domain number associated with this bridge
port. Domain numbers are used for confining frames to a domain.
Domain based filtering provides a complete segregation of traffic based
on domain number associated with frames. There can exist only sixteen
domains when a spanning tree is desired specific to each domain. When
there is only a single spanning tree spanning all the domains the
maximum number of domains possible are 4294967293.
This attribute is of no relevance when associated with backbone bridge
port. Its value is ignored in such a situation.
|
vrPpTbpPreserveDomain |
.1.3.6.1.4.1.562.2.4.1.100.3.4.13.1.2 |
This attribute specifies if the domain information should be preserved or
embedded in the frame header. This attribute applies only to backbone
ports and does not affect the access bridge ports. By setting this attribute
to a value of on, domain information could be preserved in frames being
tunnelled across the a backbone, so that this information can be
deciphered at the other end of the backbone tunnel. This preserves the
integrity of the domains thus preventing domain breaches while
tunnelling frames across backbone network.
If the value of this attribute is set to off then domain information is not
preserved in the header of the frames tunnelling through the backbone.
This eliminates the overhead incurred to preserve domain information
across the backbone while tunnelling frames across it.
Preserve domain is relevant when used in conjunction with the following
media: FDDI, ATM MPE, Frame Relay and PPP. It is ignored when
used with other types of media.
|
vrPpTbpAdminState |
.1.3.6.1.4.1.562.2.4.1.100.3.4.14.1.1 |
This attribute indicates the OSI Administrative State of the
component.
The value locked indicates that the component is administratively
prohibited from providing services for its users. A Lock or Lock -
force command has been previously issued for this component.
When the value is locked, the value of usageState must be idle.
The value shuttingDown indicates that the component is
administratively permitted to provide service to its existing users
only. A Lock command was issued against the component and it is
in the process of shutting down.
The value unlocked indicates that the component is administratively
permitted to provide services for its users. To enter this state, issue
an Unlock command to this component.
|
vrPpTbpOperationalState |
.1.3.6.1.4.1.562.2.4.1.100.3.4.14.1.2 |
This attribute indicates the OSI Operational State of the component.
The value enabled indicates that the component is available for
operation. Note that if adminState is locked, it would still not be
providing service.
The value disabled indicates that the component is not available for
operation. For example, something is wrong with the component
itself, or with another component on which this one depends. If the
value is disabled, the usageState must be idle.
|
vrPpTbpUsageState |
.1.3.6.1.4.1.562.2.4.1.100.3.4.14.1.3 |
This attribute indicates the OSI Usage State of the component.
The value idle indicates that the component is not currently in use.
The value active indicates that the component is in use and has
spare capacity to provide for additional users.
The value busy indicates that the component is in use and has no
spare operating capacity for additional users at this time.
|
vrPpTbpSnmpOperStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.4.15.1.1 |
The current state of the interface. The up state indicates the
interface is operational and capable of forwarding packets. The
down state indicates the interface is not operational, thus unable to
forward packets. testing state indicates that no operational packets
can be passed.
|
vrPpTbpPortName |
.1.3.6.1.4.1.562.2.4.1.100.3.4.16.1.1 |
The attribute portName is a string of the form 'BridgePortName-i',
where BridgePortName is the abbreviation of the corresponding bridge
port and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
|
vrPpTbpUpTime |
.1.3.6.1.4.1.562.2.4.1.100.3.4.16.1.3 |
This attribute specifies the accumulated up time of this bridge port since
the last reset occurred.
|
vrPpTbpDownTime |
.1.3.6.1.4.1.562.2.4.1.100.3.4.16.1.4 |
This attribute specifies the accumulated down time of this bridge port
since the last reset occurred.
|
vrPpTbpBridgingMode |
.1.3.6.1.4.1.562.2.4.1.100.3.4.16.1.5 |
This attribute specifies the mode of bridging this port can support. It in
turn implies the format of frames, this bridge port can process and
forward.
|
vrPpTbpBridgePortConfig |
.1.3.6.1.4.1.562.2.4.1.100.3.4.16.1.6 |
This attribute specifies the bridge port's configuration. It indicates if the
bridge port is operating as an access port or as a backbone port. An
access bridge port does not encapsulate a MAC frame and does not
preserve domain information in the encapsulation, whereas a backbone
bridge port encapsulates the MAC frame and optionally preserves
domain information in the encapsulated frame.A backbone bridge port
is typically used to transport frames across a high bandwidth backbone
network to another bridge unit for further processing/forwarding of the
frame.
|
vrPpTbpBridgePortType |
.1.3.6.1.4.1.562.2.4.1.100.3.4.16.1.7 |
This attribute specifies the type of bridge port that was provisioned. It
takes into consideration the bridgingMode, bridgePortConfig and the
media the bridge port is linked to before branding a bridge port.
|
vrPpTbpIfIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.4.16.1.8 |
This attribute specifies the index into the Interface Table where in
information about the media interface corresponding to the bridge port is
maintained.
|
vrPpTbpDelayExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.4.16.1.10 |
This attribute is indicative of the number of frames that were discarded
because the time taken to process these frames exceeded the transit
delay allowed for this bridge unit. This attribute is not supported by
bridging and will always have a value of 0.
|
vrPpTbpMtuExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.4.16.1.11 |
This attribute is indicative of the number of frames discarded because
the size of the out bound frame exceeded the message transfer unit (mtu)
allowed for the bridge port. Note that this counter only refers to the
outbound frames for this bridge port. This counter wraps around its
maximum value of 4294967295.
This counter is influenced by the attribute fragmentIp. This counter is
incremented when the a frame larger than the mtu allowed is
encountered and cannot be fragmented. If this counter is increasing
steadily, it might be useful to set the value of the attribute fragmentIp to
a value of on.
|
vrPpTbpMaxInfo |
.1.3.6.1.4.1.562.2.4.1.100.3.4.17.1.2 |
This attribute specifies the maximum size of the information field in a
TB frame. This excludes the header field.
|
vrPpTbpBadVerifyDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.4.17.1.3 |
This attribute is indicative of the number of incoming frames that were
discarded because:
a) the value of the secureOption attribute was set to on and
b) it is not allowed to receive frames originating from the mac address
found in the source address field of the frame (source mac address look
up in the forwarding table failed.) on this bridge port.
c) for the destination mac address found in the frame, the port the frame
was received on does not appear as in port in the corresponding static
table entry.
Permission to receive frames from a mac address is granted via the static
table entries.
This attribute, badVerifyDiscards, is directly influenced by:
1. secureOption and
2. the static table entries.
This counter wraps around its maximum value of 4294967295.
|
vrPpTbpUnicastNoMatches |
.1.3.6.1.4.1.562.2.4.1.100.3.4.17.1.4 |
This attribute is indicative of the number frames discarded because the
MAC address found in the destination field did not match the local MAC
address of the bridge port. This counter is only applicable for the
protocols that are being routed currently.This counter wraps around its
maximum value of 4294967295.
|
vrPpTbpStaticEntryDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.4.17.1.5 |
This attribute is indicative of the number of frames that were discarded
because of the following two reasons:
a) there was no entry for the 'allowed to go' field in the static table
entry, where the input port is this bridge port.
b) for spanning tree bpdus that are locally processed.
This counter wraps around its maximum value of 4294967295.
It might prove useful to check the static table entry corresponding to the
bridge port in question, if this counter consistently displays a high value.
Ideally this counter should be as low as possible.
|
vrPpTbpDynamicEntryDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.4.17.1.6 |
This attribute is indicative of the number of incoming frames that
a) were discarded because of the fact that the bridge port, the frame is to
go out of matches the bridge port it came in from or
b) if the stp port state of the out port is not forwarding.
This counter wraps around its maximum value of 4294967295.
|
vrPpTbpLearningDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.4.17.1.7 |
This attribute is indicative of the number of frames that were discarded
while this bridge port was in a state other than the forwarding state.
While in learning state the frame is discarded after the information from
its header is learnt. This counter wraps around its maximum value of
4294967295.
|
vrPpTbpInDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.4.17.1.8 |
This attribute is indicative of the number of frames that were received by
this bridge port and were discarded by the forwarding process. This
includes frames that could have been discarded due to filtering. A
repidly increasing value for this attribute could indicate a shrtage of
resource in terms of memory needed to process the incoming frames.
More memory can be provisioned through the VirtualRouter's memory
manager.
|
vrPpTbpInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.4.17.1.9 |
This attribute is indicative of the number of frames that have been
received by this port from its segment. Note that a frame received on this
bridge port is counted if and only if it can be processed by the bridge
logic contained in this bridge unit, a protocol that can be processed by
the bridge logic. This counter wraps around its maximum value of
4294967295.
|
vrPpTbpOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.4.17.1.10 |
This attribute is indicative of the number of frames that have been
transmitted out this bridge port. Note that frame transmitted out this
bridge port is counted if and only if it is for a protocol being processed
by the bridge unit. This also includes management frames.This counter
wraps around its maximum value of 4294967295.
|
vrPpTbpStpPortState |
.1.3.6.1.4.1.562.2.4.1.100.3.4.18.1.2 |
This attribute specifies the spanning tree protocol state of the bridge
port.
|
vrPpTbpStpTypeOper |
.1.3.6.1.4.1.562.2.4.1.100.3.4.18.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol.
|
vrPpTbpDesignatedCost |
.1.3.6.1.4.1.562.2.4.1.100.3.4.18.1.4 |
This attribute specifies the path cost of the designated port of the lan
segment connected to the port.
|
vrPpTbpPathCostOper |
.1.3.6.1.4.1.562.2.4.1.100.3.4.18.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. This attribute pathCostOper will track
the value of the attribute pathCostProv when the value of the attribute
pathCostMethod is set of off.
|
vrPpTbpDesignatedBridge |
.1.3.6.1.4.1.562.2.4.1.100.3.4.18.1.6 |
This attribute specifies the identifier of the bridge that this port considers
to be the designated bridge.
|
vrPpTbpDesignatedPort |
.1.3.6.1.4.1.562.2.4.1.100.3.4.18.1.7 |
This attribute specifies the port identifier of the port on the designated
bridge, attached to the same lan as this port is attached to.
|
vrPpTbpForwardTransitions |
.1.3.6.1.4.1.562.2.4.1.100.3.4.18.1.8 |
This attribute is indicative of the number of times this bridge port
transitioned from the learning state to the forwarding state. This
counter wraps around its maximum value of 4294967295.
A rapidly increasing value might be indicative of an unstable spanning
tree topology.
|
vrPpTbpBlockingDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.4.18.1.9 |
This attribute is indicative of the number of incoming frames that were
discarded because the bridge port was in the blocking state. This counter
wraps around its maximum value of 4294967295.
|
vrPpTbpDesignatedRoot |
.1.3.6.1.4.1.562.2.4.1.100.3.4.18.1.10 |
This attribute specifies the bridge identifier of the bridge recorded as the
root bridge, in the configuration BPDUs sent out by the designated
bridge on the segment to which the port is attached.
|
vrPpTbpBadAbstractDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.4.19.1.1 |
This attribute is indicative of the number of frames that were discarded
because the data that was abstracted, from frames coming in through this
bridge port, did not conform to the format expected by the bridge
logic.This counter wraps around its maximum value of 4294967295.
|
vrPpTbpTinygramFramesIn |
.1.3.6.1.4.1.562.2.4.1.100.3.4.19.1.2 |
This attribute is indicative of the number of frames received on this
bridge port that used the tinygram compression scheme.
|
vrPpTbpTinygramFramesOut |
.1.3.6.1.4.1.562.2.4.1.100.3.4.19.1.3 |
This attribute is indicative of the number of frames transmitted out this
bridge port that used the tinygram compression scheme.
|
vrPpTbpInFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.4.19.1.4 |
This attribute is indicative of the number of frames discarded at the in
filter point. This includes
a) frames discarded due to application of the filter defined with PCF for
the in filter point and
b) the frames discarded due to domain based filtering at the in filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpTbpOutFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.4.19.1.5 |
This attribute is indicative of the number of frames discarded at the out
filter point. This includes:
a) frames discarded due to application of the filter defined with PCF for
the out filter point and
b) the frames discarded due to domain based filtering at the out filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpTbpNsIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.4.2.1.1.10 |
This variable represents the index for the vrPpTbpNs tables.
|
vrPpTbpNsRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.4.2.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpTbpNs components.
These components can be added and deleted.
|
vrPpTbpNsComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.4.2.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpTbpNsStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.4.2.1.1.4 |
This variable represents the storage type value for the
vrPpTbpNs tables.
|
vrPpTbpNsIncomingFilter |
.1.3.6.1.4.1.562.2.4.1.100.3.4.2.10.1.2 |
This attribute specifies the name of the filter to be applied at the
incoming filter point.
|
vrPpTbpNsOutgoingFilter |
.1.3.6.1.4.1.562.2.4.1.100.3.4.2.10.1.3 |
This attribute specifies the name of the filter to be applied at the out
going filter point.
|
vrPpSrBpIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.8.1.1.10 |
This variable represents the index for the vrPpSrBp tables.
|
vrPpSrBpRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.8.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpSrBp components.
These components can be added and deleted.
|
vrPpSrBpComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.8.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpSrBpStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.8.1.1.4 |
This variable represents the storage type value for the
vrPpSrBp tables.
|
vrPpSrBpTranslateIpx |
.1.3.6.1.4.1.562.2.4.1.100.3.8.10.1.1 |
This attribute specifies the type of translation to be performed on frames
carrying IPX packets. Ethernet frames carrying IPX payload could be
translated to IEEE 802.3 frames (with the same IPX payload) or vice-
versa. The main reason to do so is to allow the bridge unit to
consistently forward one type of frames carrying IPX packets.
Translations can be turned off altogether in which case the IPX frames
will pass through the bridge unit unchanged.
|
vrPpSrBpFragmentIp |
.1.3.6.1.4.1.562.2.4.1.100.3.8.10.1.2 |
This attribute specifies if or not outbound frames carrying IP datagrams
should be fragmented to conform to message transfer unit (mtu) sizes
dictated by the media.
|
vrPpSrBpServiceClass |
.1.3.6.1.4.1.562.2.4.1.100.3.8.10.1.3 |
This attribute specifies if the frames should be ordered or not before they
are transmitted through a bridge port.
If this attribute has a value of ordered the received frames are ordered as
in the original message, before they are transmitted out through a bridge
port.
If it has a value of notOrdered, received then frames pass through the
bridge unit in the order they are received. This feature can be used over
multiple telecommunication links to increase data flow.
Please note that this attribute only affects link protocols and is
ineffective with lan media.
|
vrPpSrBpConvertArpMacAddress |
.1.3.6.1.4.1.562.2.4.1.100.3.8.10.1.4 |
This attribute is indicative of the state of the MAC address format
conversion process for ARP/RARP frames. The MAC addresses may be
translated if need be from a canonical format to a non-canonical format,
based on the needs of the associated media.
If this attribute is set to a value of on then all Mac addresses will
converted if need be to suit the format of mac address, the outgoing
media will support.
If this attribute is set to a value of off no such conversion takes place.
|
vrPpSrBpPortNum |
.1.3.6.1.4.1.562.2.4.1.100.3.8.10.1.5 |
This attribute is indicative of the unique number assigned to the bridge
port. It is used for SNMP management of this bridge port and in
spanning tree as an identifier this bridge port.
Notes regarding portNum:
Escape routines exist for initializing, copying, and deleting port
numbers. This is necessary because SNMP requires a unique port
instance identifier. The initPortNum escape routine sets the port number
to a value in the range 1-255 for this purpose. The setCopiedPortNum
escape routine exists to maintain the uniqueness of the port number in
cases when one port is copied to another. When a bridge port is deleted,
the releasePortNum escape routine places the port number being
released into a pending deletion state. This is because the port number
cannot be re-allocated until the port is truely deleted in the current view.
This is necessary since there is no guarantee of order when processing
changes to multiple protocol ports so without the pending deletion state,
the same port number could be temporarily assigned to two ports for a
short period of time.
The portNum is set as component critical since bridging also uses the
port number as a key for indexing into its data structures. If a port is
deleted then re-added under the same protocol port, CAS treats the
change as a SET to the portNum attribute.
|
vrPpSrBpOutboundFrameMediaType |
.1.3.6.1.4.1.562.2.4.1.100.3.8.10.1.6 |
This attribute specifies the media type the frame must be in before it is
to be forwarded over the outbound supported WAN Bridge Protocol
Port. The attribute only applies to outbound Bridge Protocol Port.
For supported bridge ports, if the attribute value remains set to the
default value of unaltered then there will be no frame conversion. When
the value is set to the value ethernetConv then all frames being
forwarded out the outbound WAN Port will be converted to ethernet
before forwarding takes place. The only outbound WAN medias that
currently support conversion are: FR (Frame Relay) and VNS. All other
medias will fail the Bridge Port semantic check when attempts are made
to alter this attribute.
The following is an example of what the user may be able to do. Frames
originating from a Token Ring are to be flooded out onto another Token
Ring and a Frame Relay Port. The token ring Outbound port performs
no translation, yet the FR Port has the outboundFrameMediaType
attribute set to ethernetConv which results in the frame being translated
into Ethernet format from Token Ring format before Frame Relay does
its encapsulation and transmits over the FR port.
|
vrPpSrBpAdminStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.8.12.1.1 |
This attribute defines the current administrative state for this component.
enabled indicates that the component is available for operation. disabled
indicates the component is unavailable for operation.
|
vrPpSrBpPortStateStpControl |
.1.3.6.1.4.1.562.2.4.1.100.3.8.12.1.2 |
This attribute specifies whether or not spanning tree protocol state for
this bridge port is controlled by the spanning tree protocol. In essence it
indicates the participation of this bridge port in the spanning tree
protocol, by accepting and acting on received bridge protocol data units
and by sending out the same.
on signifies that this bridge port's spanning tree port state is controlled
by the spanning tree protocol.
A value of off signifies that the spanning tree port state of this bridge
port is unaffected by the spanning tree protocol. This in effect puts the
bridge port out of reach of the spanning tree protocol and in the
forwarding state. Care should be taken while assigning a value of off to
this attribute, as this might cause network loops. Please do not set this
attribute to off unless you are absolutely sure about the effect of such an
action on your network topology.
|
vrPpSrBpStpTypeProv |
.1.3.6.1.4.1.562.2.4.1.100.3.8.12.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol. If the value of
the attribute protocolSpec in the SpanningTreeProtocol component,
provisioned under the TransparentBridge component is in conflict with
the value of this attribute, the value of the protocolSpec attribute will
prevail. Prevailing stp type is reflected in the value of the attribute
stpTypeOper.
|
vrPpSrBpPortPriority |
.1.3.6.1.4.1.562.2.4.1.100.3.8.12.1.4 |
This attribute specifies the value for port priority, which is contained in
the first octet of the port identifier. Valid values are as follows:
1) 0..255 for stp type DEC and
2) 0..65535 for stp type IEEE.
|
vrPpSrBpPathCost |
.1.3.6.1.4.1.562.2.4.1.100.3.8.12.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. Please note that the value of the
attribute pathCostMethod is applied only when the value of the attribute
pathCostMethod is set to on and is ignored if otherwise.
|
vrPpSrBpPathCostMethod |
.1.3.6.1.4.1.562.2.4.1.100.3.8.12.1.6 |
This attribute specifies the method used by the bridging logic, to
calculate the path cost to the bridge considered to be the root bridge in
the spanning tree topology. This attribute should be set to off before
attempting to provision a value for pathCostProv.
|
vrPpSrBpDomainNum |
.1.3.6.1.4.1.562.2.4.1.100.3.8.13.1.1 |
This attribute specifies the domain number associated with this bridge
port. Domain numbers are used for confining frames to a domain.
Domain based filtering provides a complete segregation of traffic based
on domain number associated with frames. There can exist only sixteen
domains when a spanning tree is desired specific to each domain. When
there is only a single spanning tree spanning all the domains the
maximum number of domains possible are 4294967293.
This attribute is of no relevance when associated with backbone bridge
port. Its value is ignored in such a situation.
|
vrPpSrBpPreserveDomain |
.1.3.6.1.4.1.562.2.4.1.100.3.8.13.1.2 |
This attribute specifies if the domain information should be preserved or
embedded in the frame header. This attribute applies only to backbone
ports and does not affect the access bridge ports. By setting this attribute
to a value of on, domain information could be preserved in frames being
tunnelled across the a backbone, so that this information can be
deciphered at the other end of the backbone tunnel. This preserves the
integrity of the domains thus preventing domain breaches while
tunnelling frames across backbone network.
If the value of this attribute is set to off then domain information is not
preserved in the header of the frames tunnelling through the backbone.
This eliminates the overhead incurred to preserve domain information
across the backbone while tunnelling frames across it.
Preserve domain is relevant when used in conjunction with the following
media: FDDI, ATM MPE, Frame Relay and PPP. It is ignored when
used with other types of media.
|
vrPpSrBpAdminState |
.1.3.6.1.4.1.562.2.4.1.100.3.8.14.1.1 |
This attribute indicates the OSI Administrative State of the
component.
The value locked indicates that the component is administratively
prohibited from providing services for its users. A Lock or Lock -
force command has been previously issued for this component.
When the value is locked, the value of usageState must be idle.
The value shuttingDown indicates that the component is
administratively permitted to provide service to its existing users
only. A Lock command was issued against the component and it is
in the process of shutting down.
The value unlocked indicates that the component is administratively
permitted to provide services for its users. To enter this state, issue
an Unlock command to this component.
|
vrPpSrBpOperationalState |
.1.3.6.1.4.1.562.2.4.1.100.3.8.14.1.2 |
This attribute indicates the OSI Operational State of the component.
The value enabled indicates that the component is available for
operation. Note that if adminState is locked, it would still not be
providing service.
The value disabled indicates that the component is not available for
operation. For example, something is wrong with the component
itself, or with another component on which this one depends. If the
value is disabled, the usageState must be idle.
|
vrPpSrBpUsageState |
.1.3.6.1.4.1.562.2.4.1.100.3.8.14.1.3 |
This attribute indicates the OSI Usage State of the component.
The value idle indicates that the component is not currently in use.
The value active indicates that the component is in use and has
spare capacity to provide for additional users.
The value busy indicates that the component is in use and has no
spare operating capacity for additional users at this time.
|
vrPpSrBpSnmpOperStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.8.15.1.1 |
The current state of the interface. The up state indicates the
interface is operational and capable of forwarding packets. The
down state indicates the interface is not operational, thus unable to
forward packets. testing state indicates that no operational packets
can be passed.
|
vrPpSrBpPortName |
.1.3.6.1.4.1.562.2.4.1.100.3.8.16.1.1 |
The attribute portName is a string of the form 'BridgePortName-i',
where BridgePortName is the abbreviation of the corresponding bridge
port and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
|
vrPpSrBpUpTime |
.1.3.6.1.4.1.562.2.4.1.100.3.8.16.1.3 |
This attribute specifies the accumulated up time of this bridge port since
the last reset occurred.
|
vrPpSrBpDownTime |
.1.3.6.1.4.1.562.2.4.1.100.3.8.16.1.4 |
This attribute specifies the accumulated down time of this bridge port
since the last reset occurred.
|
vrPpSrBpBridgingMode |
.1.3.6.1.4.1.562.2.4.1.100.3.8.16.1.5 |
This attribute specifies the mode of bridging this port can support. It in
turn implies the format of frames, this bridge port can process and
forward.
|
vrPpSrBpBridgePortConfig |
.1.3.6.1.4.1.562.2.4.1.100.3.8.16.1.6 |
This attribute specifies the bridge port's configuration. It indicates if the
bridge port is operating as an access port or as a backbone port. An
access bridge port does not encapsulate a MAC frame and does not
preserve domain information in the encapsulation, whereas a backbone
bridge port encapsulates the MAC frame and optionally preserves
domain information in the encapsulated frame.A backbone bridge port
is typically used to transport frames across a high bandwidth backbone
network to another bridge unit for further processing/forwarding of the
frame.
|
vrPpSrBpBridgePortType |
.1.3.6.1.4.1.562.2.4.1.100.3.8.16.1.7 |
This attribute specifies the type of bridge port that was provisioned. It
takes into consideration the bridgingMode, bridgePortConfig and the
media the bridge port is linked to before branding a bridge port.
|
vrPpSrBpIfIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.8.16.1.8 |
This attribute specifies the index into the Interface Table where in
information about the media interface corresponding to the bridge port is
maintained.
|
vrPpSrBpDelayExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.8.16.1.10 |
This attribute is indicative of the number of frames that were discarded
because the time taken to process these frames exceeded the transit
delay allowed for this bridge unit. This attribute is not supported by
bridging and will always have a value of 0.
|
vrPpSrBpMtuExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.8.16.1.11 |
This attribute is indicative of the number of frames discarded because
the size of the out bound frame exceeded the message transfer unit (mtu)
allowed for the bridge port. Note that this counter only refers to the
outbound frames for this bridge port. This counter wraps around its
maximum value of 4294967295.
This counter is influenced by the attribute fragmentIp. This counter is
incremented when the a frame larger than the mtu allowed is
encountered and cannot be fragmented. If this counter is increasing
steadily, it might be useful to set the value of the attribute fragmentIp to
a value of on.
|
vrPpSrBpStpPortState |
.1.3.6.1.4.1.562.2.4.1.100.3.8.18.1.2 |
This attribute specifies the spanning tree protocol state of the bridge
port.
|
vrPpSrBpStpTypeOper |
.1.3.6.1.4.1.562.2.4.1.100.3.8.18.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol.
|
vrPpSrBpDesignatedCost |
.1.3.6.1.4.1.562.2.4.1.100.3.8.18.1.4 |
This attribute specifies the path cost of the designated port of the lan
segment connected to the port.
|
vrPpSrBpPathCostOper |
.1.3.6.1.4.1.562.2.4.1.100.3.8.18.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. This attribute pathCostOper will track
the value of the attribute pathCostProv when the value of the attribute
pathCostMethod is set of off.
|
vrPpSrBpDesignatedBridge |
.1.3.6.1.4.1.562.2.4.1.100.3.8.18.1.6 |
This attribute specifies the identifier of the bridge that this port considers
to be the designated bridge.
|
vrPpSrBpDesignatedPort |
.1.3.6.1.4.1.562.2.4.1.100.3.8.18.1.7 |
This attribute specifies the port identifier of the port on the designated
bridge, attached to the same lan as this port is attached to.
|
vrPpSrBpForwardTransitions |
.1.3.6.1.4.1.562.2.4.1.100.3.8.18.1.8 |
This attribute is indicative of the number of times this bridge port
transitioned from the learning state to the forwarding state. This
counter wraps around its maximum value of 4294967295.
A rapidly increasing value might be indicative of an unstable spanning
tree topology.
|
vrPpSrBpBlockingDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.8.18.1.9 |
This attribute is indicative of the number of incoming frames that were
discarded because the bridge port was in the blocking state. This counter
wraps around its maximum value of 4294967295.
|
vrPpSrBpDesignatedRoot |
.1.3.6.1.4.1.562.2.4.1.100.3.8.18.1.10 |
This attribute specifies the bridge identifier of the bridge recorded as the
root bridge, in the configuration BPDUs sent out by the designated
bridge on the segment to which the port is attached.
|
vrPpSrBpBadAbstractDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.8.19.1.1 |
This attribute is indicative of the number of frames that were discarded
because the data that was abstracted, from frames coming in through this
bridge port, did not conform to the format expected by the bridge
logic.This counter wraps around its maximum value of 4294967295.
|
vrPpSrBpTinygramFramesIn |
.1.3.6.1.4.1.562.2.4.1.100.3.8.19.1.2 |
This attribute is indicative of the number of frames received on this
bridge port that used the tinygram compression scheme.
|
vrPpSrBpTinygramFramesOut |
.1.3.6.1.4.1.562.2.4.1.100.3.8.19.1.3 |
This attribute is indicative of the number of frames transmitted out this
bridge port that used the tinygram compression scheme.
|
vrPpSrBpInFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.8.19.1.4 |
This attribute is indicative of the number of frames discarded at the in
filter point. This includes
a) frames discarded due to application of the filter defined with PCF for
the in filter point and
b) the frames discarded due to domain based filtering at the in filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpSrBpOutFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.8.19.1.5 |
This attribute is indicative of the number of frames discarded at the out
filter point. This includes:
a) frames discarded due to application of the filter defined with PCF for
the out filter point and
b) the frames discarded due to domain based filtering at the out filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpSrBpHopCount |
.1.3.6.1.4.1.562.2.4.1.100.3.8.20.1.1 |
This attribute specifies the maximum number of hops allowed in
Spanning Tree Explore and All Routes Explore frames. This value is one
less than the maximum number of route descriptors allowed in a source
route frame
|
vrPpSrBpExploreFrameTreatment |
.1.3.6.1.4.1.562.2.4.1.100.3.8.20.1.2 |
This attribute specifies whether or not explore frames received from
SourceRouteBridge ports will be sent to the SRTB-8209 translation or
the encapsulated SourceRouteBridge logic. This option is used only
when both the TbsrBridgePort and the SrtbBridgePort are provisioned
and enabled.
A value of Xlate implies that the explore frames will be sent to the Srtb
translation logic and a value of Encap implies that the frames will be
sent to the Encapsulated source route bridging logic.
|
vrPpSrBpLanId |
.1.3.6.1.4.1.562.2.4.1.100.3.8.20.1.3 |
This attribute specifies the identifier for the physical LAN that this port
is attached. All SourceRouteBridge ports are assigned to a physical LAN
and a logical internal LAN.
Current source route bridge implementations limit the lanId to a value in
the range 0 to 4095.
|
vrPpSrBpInternalLanId |
.1.3.6.1.4.1.562.2.4.1.100.3.8.20.1.4 |
This attribute specifies the identifier for the internal logical LAN this
port is attached. All SourceRouteBridge ports are assigned to a physical
LAN and a logical internal LAN.
Current source route bridge implementations limit the lanId to a value in
the range 0 to 4095.
|
vrPpSrBpBridgeNum |
.1.3.6.1.4.1.562.2.4.1.100.3.8.20.1.5 |
This attribute specifies the value that is used to identify this bridge when
more than one bridge is used to span the same two LAN segments.
|
vrPpSrBpLargestFrame |
.1.3.6.1.4.1.562.2.4.1.100.3.8.20.1.6 |
This attribute specifies the maximum frame size (LLC and above) in
octets, allowed by this SourceRouteBridge port. This field is used to
determine whether a modification of the largest frame field of the
routing control field of the routing information field is warranted.
|
vrPpSrBpSteSpanMode |
.1.3.6.1.4.1.562.2.4.1.100.3.8.20.1.7 |
This attribute determines how this bridge port will react when presented
with a Spanning Tree Explore frame.
If disabled, the Spanning Tree Explore frame is discarded regardless of
the value of stpPortState.
If the value of this attribute is forced, the Spanning Tree Explore frame
is forwarded regardless of the value of stpPortState.
autoSpan uses the stpPortState value to decide whether or not Spanning
Tree Explore frames should be forwarded out this bridge port. If the port
is in the forwarding state, the frame is received and transmitted
otherwise the frame is discarded.
|
vrPpSrBpAreRdLimit |
.1.3.6.1.4.1.562.2.4.1.100.3.8.20.1.8 |
This attribute specifies the number of route descriptors allowed in an All
Routes Explore frame received on a SourceRouteBridgePort or
SourceRouteTransparentBridgePort. Current source route bridge
implementations limit the areRdLimit to a value in the range 0 to 8.
|
vrPpSrBpSteRdLimit |
.1.3.6.1.4.1.562.2.4.1.100.3.8.20.1.9 |
This attribute specifies the number of route descriptors allowed in a
Spanning Tree Explore frame received on a SourceRouteBridgePort or
SourceRouteTransparentBridgePort. Current source route bridge
implementations limit the steRdLimit to a value in the range 0 to 8.
|
vrPpSrBpSpecInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.8.21.1.1 |
This attribute specifies the number of specifically routed frames that
were received by this bridge port. A specifically routed frame has a route
descriptor, constructed by the originating host which details an explicit
route to the destination host. This counter will wrap to zero when it
exceeds its maximum.
|
vrPpSrBpSpecOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.8.21.1.2 |
This attribute specifies the number of specifically routed frames that
were transmitted from this bridge port. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrBpApeInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.8.21.1.3 |
This attribute specifies the number of All Path Explore frames received
on this bridge port. The All Path Explore frames are forwarded to all
SourceRouteBridge ports assigned to this bridge regardless of the port's
portStpStates. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrBpApeOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.8.21.1.4 |
This attribute specifies the number of All Path Explore frames
transmitted on this bridge port. The All Path Explore frames are
forwarded to all SourceRouteBridge ports assigned to this bridge
regardless of the port's portStpState state. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrBpSteInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.8.21.1.5 |
This attribute specifies the number of Spanning Tree Explore frames
received on this bridge port. The Spanning Tree Explore frames are only
forwarded through bridge ports whose portStpState has a value of
forwarding. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrBpSteOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.8.21.1.6 |
This attribute specifies the number of Spanning Tree Frames transmitted
on this bridge port. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrBpSegmentMismatchDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.8.21.1.7 |
This attribute specifies the number of All Routes Explore and Spanning
Tree Explore frames that were discarded due to an invalid next segment
value in the routing information field. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrBpDupSegmentDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.8.21.1.8 |
This attribute specifies the number of frames discarded due to the
presence of a duplicate segment identifier in the route descriptor field
which may indicate a loop in the network topology. This counter will
wrap to zero when it exceeds its maximum.
|
vrPpSrBpHopCountExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.8.21.1.9 |
This attribute specifies the number of All Routes Explore and Spanning
Tree Explore frames discarded by this bridge port due to a frame
exceeding the maximum size allowed for a route descriptor length. This
counter will wrap to zero when it exceeds its maximum.
|
vrPpSrBpDupLanIdOrTreeErrors |
.1.3.6.1.4.1.562.2.4.1.100.3.8.21.1.10 |
This attribute specifies the number frames received which contain
duplicate LAN IDs or Tree errors. This attribute is helpful in debugging
problems in networks which contain older IBM-SR bridges. This
counter will wrap to zero when it exceeds its maximum.
|
vrPpSrBpLanIdMismatches |
.1.3.6.1.4.1.562.2.4.1.100.3.8.21.1.11 |
This attributes counts the number of All Routes Explore or Spanning
Tree Explore frames that were discarded because the last LAN ID in the
routing information field did not equal the LAN ID. This counter will
wrap to zero when it exceeds its maximum.
|
vrPpSrBpStaticDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.8.21.1.12 |
This attribute is indicative of the number of explorer frames discarded
due to fact that the outbound SourceRouteBridge port was disabled or
deleted. This counter will wrap to zero when it exceeds its maximum.
|
vrPpSrBpDynamicDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.8.21.1.13 |
This attribute specifies the number of frames discarded due to receiving
a frame with a target LAN ID which did not match the internal LAN ID
of the receiving bridge port. This counter will wrap to zero when it
exceeds its maximum.
|
vrPpSrBpNsIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.8.2.1.1.10 |
This variable represents the index for the vrPpSrBpNs tables.
|
vrPpSrBpNsRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.8.2.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpSrBpNs components.
These components can be added and deleted.
|
vrPpSrBpNsComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.8.2.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpSrBpNsStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.8.2.1.1.4 |
This variable represents the storage type value for the
vrPpSrBpNs tables.
|
vrPpSrBpNsIncomingFilter |
.1.3.6.1.4.1.562.2.4.1.100.3.8.2.10.1.2 |
This attribute specifies the name of the filter to be applied at the
incoming filter point.
|
vrPpSrBpNsOutgoingFilter |
.1.3.6.1.4.1.562.2.4.1.100.3.8.2.10.1.3 |
This attribute specifies the name of the filter to be applied at the out
going filter point.
|
vrPpSrtBpIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.9.1.1.10 |
This variable represents the index for the vrPpSrtBp tables.
|
vrPpSrtBpRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.9.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpSrtBp components.
These components can be added and deleted.
|
vrPpSrtBpComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.9.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpSrtBpStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.9.1.1.4 |
This variable represents the storage type value for the
vrPpSrtBp tables.
|
vrPpSrtBpTranslateIpx |
.1.3.6.1.4.1.562.2.4.1.100.3.9.10.1.1 |
This attribute specifies the type of translation to be performed on frames
carrying IPX packets. Ethernet frames carrying IPX payload could be
translated to IEEE 802.3 frames (with the same IPX payload) or vice-
versa. The main reason to do so is to allow the bridge unit to
consistently forward one type of frames carrying IPX packets.
Translations can be turned off altogether in which case the IPX frames
will pass through the bridge unit unchanged.
|
vrPpSrtBpFragmentIp |
.1.3.6.1.4.1.562.2.4.1.100.3.9.10.1.2 |
This attribute specifies if or not outbound frames carrying IP datagrams
should be fragmented to conform to message transfer unit (mtu) sizes
dictated by the media.
|
vrPpSrtBpServiceClass |
.1.3.6.1.4.1.562.2.4.1.100.3.9.10.1.3 |
This attribute specifies if the frames should be ordered or not before they
are transmitted through a bridge port.
If this attribute has a value of ordered the received frames are ordered as
in the original message, before they are transmitted out through a bridge
port.
If it has a value of notOrdered, received then frames pass through the
bridge unit in the order they are received. This feature can be used over
multiple telecommunication links to increase data flow.
Please note that this attribute only affects link protocols and is
ineffective with lan media.
|
vrPpSrtBpConvertArpMacAddress |
.1.3.6.1.4.1.562.2.4.1.100.3.9.10.1.4 |
This attribute is indicative of the state of the MAC address format
conversion process for ARP/RARP frames. The MAC addresses may be
translated if need be from a canonical format to a non-canonical format,
based on the needs of the associated media.
If this attribute is set to a value of on then all Mac addresses will
converted if need be to suit the format of mac address, the outgoing
media will support.
If this attribute is set to a value of off no such conversion takes place.
|
vrPpSrtBpPortNum |
.1.3.6.1.4.1.562.2.4.1.100.3.9.10.1.5 |
This attribute is indicative of the unique number assigned to the bridge
port. It is used for SNMP management of this bridge port and in
spanning tree as an identifier this bridge port.
Notes regarding portNum:
Escape routines exist for initializing, copying, and deleting port
numbers. This is necessary because SNMP requires a unique port
instance identifier. The initPortNum escape routine sets the port number
to a value in the range 1-255 for this purpose. The setCopiedPortNum
escape routine exists to maintain the uniqueness of the port number in
cases when one port is copied to another. When a bridge port is deleted,
the releasePortNum escape routine places the port number being
released into a pending deletion state. This is because the port number
cannot be re-allocated until the port is truely deleted in the current view.
This is necessary since there is no guarantee of order when processing
changes to multiple protocol ports so without the pending deletion state,
the same port number could be temporarily assigned to two ports for a
short period of time.
The portNum is set as component critical since bridging also uses the
port number as a key for indexing into its data structures. If a port is
deleted then re-added under the same protocol port, CAS treats the
change as a SET to the portNum attribute.
|
vrPpSrtBpOutboundFrameMediaType |
.1.3.6.1.4.1.562.2.4.1.100.3.9.10.1.6 |
This attribute specifies the media type the frame must be in before it is
to be forwarded over the outbound supported WAN Bridge Protocol
Port. The attribute only applies to outbound Bridge Protocol Port.
For supported bridge ports, if the attribute value remains set to the
default value of unaltered then there will be no frame conversion. When
the value is set to the value ethernetConv then all frames being
forwarded out the outbound WAN Port will be converted to ethernet
before forwarding takes place. The only outbound WAN medias that
currently support conversion are: FR (Frame Relay) and VNS. All other
medias will fail the Bridge Port semantic check when attempts are made
to alter this attribute.
The following is an example of what the user may be able to do. Frames
originating from a Token Ring are to be flooded out onto another Token
Ring and a Frame Relay Port. The token ring Outbound port performs
no translation, yet the FR Port has the outboundFrameMediaType
attribute set to ethernetConv which results in the frame being translated
into Ethernet format from Token Ring format before Frame Relay does
its encapsulation and transmits over the FR port.
|
vrPpSrtBpSecureOption |
.1.3.6.1.4.1.562.2.4.1.100.3.9.11.1.1 |
This attribute specifies whether the port secure feature is enabled. The
secure feature, if enabled causes the following things to happen:
a) disallows dynamic learning,
b) disallows frames to be forwarded that do not satisfy the following
condition: the mac address of the source should be found in the
forwarding table and the destination mac address of the frame should
also be found in the forwarding table. In addition to this, the port the
frame was received on should figure as the in port, given the destination
mac address found in the frame.
c) disallows frames to be forwarded if the allowed to go port map for the
destination mac address is empty.
This feature in effect allows the user to choose the hosts that can
generate traffic and the hosts that can receive traffic through this bridge
unit.
|
vrPpSrtBpAdminStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.9.12.1.1 |
This attribute defines the current administrative state for this component.
enabled indicates that the component is available for operation. disabled
indicates the component is unavailable for operation.
|
vrPpSrtBpPortStateStpControl |
.1.3.6.1.4.1.562.2.4.1.100.3.9.12.1.2 |
This attribute specifies whether or not spanning tree protocol state for
this bridge port is controlled by the spanning tree protocol. In essence it
indicates the participation of this bridge port in the spanning tree
protocol, by accepting and acting on received bridge protocol data units
and by sending out the same.
on signifies that this bridge port's spanning tree port state is controlled
by the spanning tree protocol.
A value of off signifies that the spanning tree port state of this bridge
port is unaffected by the spanning tree protocol. This in effect puts the
bridge port out of reach of the spanning tree protocol and in the
forwarding state. Care should be taken while assigning a value of off to
this attribute, as this might cause network loops. Please do not set this
attribute to off unless you are absolutely sure about the effect of such an
action on your network topology.
|
vrPpSrtBpStpTypeProv |
.1.3.6.1.4.1.562.2.4.1.100.3.9.12.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol. If the value of
the attribute protocolSpec in the SpanningTreeProtocol component,
provisioned under the TransparentBridge component is in conflict with
the value of this attribute, the value of the protocolSpec attribute will
prevail. Prevailing stp type is reflected in the value of the attribute
stpTypeOper.
|
vrPpSrtBpPortPriority |
.1.3.6.1.4.1.562.2.4.1.100.3.9.12.1.4 |
This attribute specifies the value for port priority, which is contained in
the first octet of the port identifier. Valid values are as follows:
1) 0..255 for stp type DEC and
2) 0..65535 for stp type IEEE.
|
vrPpSrtBpPathCost |
.1.3.6.1.4.1.562.2.4.1.100.3.9.12.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. Please note that the value of the
attribute pathCostMethod is applied only when the value of the attribute
pathCostMethod is set to on and is ignored if otherwise.
|
vrPpSrtBpPathCostMethod |
.1.3.6.1.4.1.562.2.4.1.100.3.9.12.1.6 |
This attribute specifies the method used by the bridging logic, to
calculate the path cost to the bridge considered to be the root bridge in
the spanning tree topology. This attribute should be set to off before
attempting to provision a value for pathCostProv.
|
vrPpSrtBpDomainNum |
.1.3.6.1.4.1.562.2.4.1.100.3.9.13.1.1 |
This attribute specifies the domain number associated with this bridge
port. Domain numbers are used for confining frames to a domain.
Domain based filtering provides a complete segregation of traffic based
on domain number associated with frames. There can exist only sixteen
domains when a spanning tree is desired specific to each domain. When
there is only a single spanning tree spanning all the domains the
maximum number of domains possible are 4294967293.
This attribute is of no relevance when associated with backbone bridge
port. Its value is ignored in such a situation.
|
vrPpSrtBpPreserveDomain |
.1.3.6.1.4.1.562.2.4.1.100.3.9.13.1.2 |
This attribute specifies if the domain information should be preserved or
embedded in the frame header. This attribute applies only to backbone
ports and does not affect the access bridge ports. By setting this attribute
to a value of on, domain information could be preserved in frames being
tunnelled across the a backbone, so that this information can be
deciphered at the other end of the backbone tunnel. This preserves the
integrity of the domains thus preventing domain breaches while
tunnelling frames across backbone network.
If the value of this attribute is set to off then domain information is not
preserved in the header of the frames tunnelling through the backbone.
This eliminates the overhead incurred to preserve domain information
across the backbone while tunnelling frames across it.
Preserve domain is relevant when used in conjunction with the following
media: FDDI, ATM MPE, Frame Relay and PPP. It is ignored when
used with other types of media.
|
vrPpSrtBpAdminState |
.1.3.6.1.4.1.562.2.4.1.100.3.9.14.1.1 |
This attribute indicates the OSI Administrative State of the
component.
The value locked indicates that the component is administratively
prohibited from providing services for its users. A Lock or Lock -
force command has been previously issued for this component.
When the value is locked, the value of usageState must be idle.
The value shuttingDown indicates that the component is
administratively permitted to provide service to its existing users
only. A Lock command was issued against the component and it is
in the process of shutting down.
The value unlocked indicates that the component is administratively
permitted to provide services for its users. To enter this state, issue
an Unlock command to this component.
|
vrPpSrtBpOperationalState |
.1.3.6.1.4.1.562.2.4.1.100.3.9.14.1.2 |
This attribute indicates the OSI Operational State of the component.
The value enabled indicates that the component is available for
operation. Note that if adminState is locked, it would still not be
providing service.
The value disabled indicates that the component is not available for
operation. For example, something is wrong with the component
itself, or with another component on which this one depends. If the
value is disabled, the usageState must be idle.
|
vrPpSrtBpUsageState |
.1.3.6.1.4.1.562.2.4.1.100.3.9.14.1.3 |
This attribute indicates the OSI Usage State of the component.
The value idle indicates that the component is not currently in use.
The value active indicates that the component is in use and has
spare capacity to provide for additional users.
The value busy indicates that the component is in use and has no
spare operating capacity for additional users at this time.
|
vrPpSrtBpSnmpOperStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.9.15.1.1 |
The current state of the interface. The up state indicates the
interface is operational and capable of forwarding packets. The
down state indicates the interface is not operational, thus unable to
forward packets. testing state indicates that no operational packets
can be passed.
|
vrPpSrtBpPortName |
.1.3.6.1.4.1.562.2.4.1.100.3.9.16.1.1 |
The attribute portName is a string of the form 'BridgePortName-i',
where BridgePortName is the abbreviation of the corresponding bridge
port and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
|
vrPpSrtBpUpTime |
.1.3.6.1.4.1.562.2.4.1.100.3.9.16.1.3 |
This attribute specifies the accumulated up time of this bridge port since
the last reset occurred.
|
vrPpSrtBpDownTime |
.1.3.6.1.4.1.562.2.4.1.100.3.9.16.1.4 |
This attribute specifies the accumulated down time of this bridge port
since the last reset occurred.
|
vrPpSrtBpBridgingMode |
.1.3.6.1.4.1.562.2.4.1.100.3.9.16.1.5 |
This attribute specifies the mode of bridging this port can support. It in
turn implies the format of frames, this bridge port can process and
forward.
|
vrPpSrtBpBridgePortConfig |
.1.3.6.1.4.1.562.2.4.1.100.3.9.16.1.6 |
This attribute specifies the bridge port's configuration. It indicates if the
bridge port is operating as an access port or as a backbone port. An
access bridge port does not encapsulate a MAC frame and does not
preserve domain information in the encapsulation, whereas a backbone
bridge port encapsulates the MAC frame and optionally preserves
domain information in the encapsulated frame.A backbone bridge port
is typically used to transport frames across a high bandwidth backbone
network to another bridge unit for further processing/forwarding of the
frame.
|
vrPpSrtBpBridgePortType |
.1.3.6.1.4.1.562.2.4.1.100.3.9.16.1.7 |
This attribute specifies the type of bridge port that was provisioned. It
takes into consideration the bridgingMode, bridgePortConfig and the
media the bridge port is linked to before branding a bridge port.
|
vrPpSrtBpIfIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.9.16.1.8 |
This attribute specifies the index into the Interface Table where in
information about the media interface corresponding to the bridge port is
maintained.
|
vrPpSrtBpDelayExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.16.1.10 |
This attribute is indicative of the number of frames that were discarded
because the time taken to process these frames exceeded the transit
delay allowed for this bridge unit. This attribute is not supported by
bridging and will always have a value of 0.
|
vrPpSrtBpMtuExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.16.1.11 |
This attribute is indicative of the number of frames discarded because
the size of the out bound frame exceeded the message transfer unit (mtu)
allowed for the bridge port. Note that this counter only refers to the
outbound frames for this bridge port. This counter wraps around its
maximum value of 4294967295.
This counter is influenced by the attribute fragmentIp. This counter is
incremented when the a frame larger than the mtu allowed is
encountered and cannot be fragmented. If this counter is increasing
steadily, it might be useful to set the value of the attribute fragmentIp to
a value of on.
|
vrPpSrtBpMaxInfo |
.1.3.6.1.4.1.562.2.4.1.100.3.9.17.1.2 |
This attribute specifies the maximum size of the information field in a
TB frame. This excludes the header field.
|
vrPpSrtBpBadVerifyDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.17.1.3 |
This attribute is indicative of the number of incoming frames that were
discarded because:
a) the value of the secureOption attribute was set to on and
b) it is not allowed to receive frames originating from the mac address
found in the source address field of the frame (source mac address look
up in the forwarding table failed.) on this bridge port.
c) for the destination mac address found in the frame, the port the frame
was received on does not appear as in port in the corresponding static
table entry.
Permission to receive frames from a mac address is granted via the static
table entries.
This attribute, badVerifyDiscards, is directly influenced by:
1. secureOption and
2. the static table entries.
This counter wraps around its maximum value of 4294967295.
|
vrPpSrtBpUnicastNoMatches |
.1.3.6.1.4.1.562.2.4.1.100.3.9.17.1.4 |
This attribute is indicative of the number frames discarded because the
MAC address found in the destination field did not match the local MAC
address of the bridge port. This counter is only applicable for the
protocols that are being routed currently.This counter wraps around its
maximum value of 4294967295.
|
vrPpSrtBpStaticEntryDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.17.1.5 |
This attribute is indicative of the number of frames that were discarded
because of the following two reasons:
a) there was no entry for the 'allowed to go' field in the static table
entry, where the input port is this bridge port.
b) for spanning tree bpdus that are locally processed.
This counter wraps around its maximum value of 4294967295.
It might prove useful to check the static table entry corresponding to the
bridge port in question, if this counter consistently displays a high value.
Ideally this counter should be as low as possible.
|
vrPpSrtBpDynamicEntryDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.17.1.6 |
This attribute is indicative of the number of incoming frames that
a) were discarded because of the fact that the bridge port, the frame is to
go out of matches the bridge port it came in from or
b) if the stp port state of the out port is not forwarding.
This counter wraps around its maximum value of 4294967295.
|
vrPpSrtBpLearningDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.17.1.7 |
This attribute is indicative of the number of frames that were discarded
while this bridge port was in a state other than the forwarding state.
While in learning state the frame is discarded after the information from
its header is learnt. This counter wraps around its maximum value of
4294967295.
|
vrPpSrtBpInDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.17.1.8 |
This attribute is indicative of the number of frames that were received by
this bridge port and were discarded by the forwarding process. This
includes frames that could have been discarded due to filtering. A
repidly increasing value for this attribute could indicate a shrtage of
resource in terms of memory needed to process the incoming frames.
More memory can be provisioned through the VirtualRouter's memory
manager.
|
vrPpSrtBpInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.9.17.1.9 |
This attribute is indicative of the number of frames that have been
received by this port from its segment. Note that a frame received on this
bridge port is counted if and only if it can be processed by the bridge
logic contained in this bridge unit, a protocol that can be processed by
the bridge logic. This counter wraps around its maximum value of
4294967295.
|
vrPpSrtBpOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.9.17.1.10 |
This attribute is indicative of the number of frames that have been
transmitted out this bridge port. Note that frame transmitted out this
bridge port is counted if and only if it is for a protocol being processed
by the bridge unit. This also includes management frames.This counter
wraps around its maximum value of 4294967295.
|
vrPpSrtBpStpPortState |
.1.3.6.1.4.1.562.2.4.1.100.3.9.18.1.2 |
This attribute specifies the spanning tree protocol state of the bridge
port.
|
vrPpSrtBpStpTypeOper |
.1.3.6.1.4.1.562.2.4.1.100.3.9.18.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol.
|
vrPpSrtBpDesignatedCost |
.1.3.6.1.4.1.562.2.4.1.100.3.9.18.1.4 |
This attribute specifies the path cost of the designated port of the lan
segment connected to the port.
|
vrPpSrtBpPathCostOper |
.1.3.6.1.4.1.562.2.4.1.100.3.9.18.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. This attribute pathCostOper will track
the value of the attribute pathCostProv when the value of the attribute
pathCostMethod is set of off.
|
vrPpSrtBpDesignatedBridge |
.1.3.6.1.4.1.562.2.4.1.100.3.9.18.1.6 |
This attribute specifies the identifier of the bridge that this port considers
to be the designated bridge.
|
vrPpSrtBpDesignatedPort |
.1.3.6.1.4.1.562.2.4.1.100.3.9.18.1.7 |
This attribute specifies the port identifier of the port on the designated
bridge, attached to the same lan as this port is attached to.
|
vrPpSrtBpForwardTransitions |
.1.3.6.1.4.1.562.2.4.1.100.3.9.18.1.8 |
This attribute is indicative of the number of times this bridge port
transitioned from the learning state to the forwarding state. This
counter wraps around its maximum value of 4294967295.
A rapidly increasing value might be indicative of an unstable spanning
tree topology.
|
vrPpSrtBpBlockingDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.18.1.9 |
This attribute is indicative of the number of incoming frames that were
discarded because the bridge port was in the blocking state. This counter
wraps around its maximum value of 4294967295.
|
vrPpSrtBpDesignatedRoot |
.1.3.6.1.4.1.562.2.4.1.100.3.9.18.1.10 |
This attribute specifies the bridge identifier of the bridge recorded as the
root bridge, in the configuration BPDUs sent out by the designated
bridge on the segment to which the port is attached.
|
vrPpSrtBpBadAbstractDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.19.1.1 |
This attribute is indicative of the number of frames that were discarded
because the data that was abstracted, from frames coming in through this
bridge port, did not conform to the format expected by the bridge
logic.This counter wraps around its maximum value of 4294967295.
|
vrPpSrtBpTinygramFramesIn |
.1.3.6.1.4.1.562.2.4.1.100.3.9.19.1.2 |
This attribute is indicative of the number of frames received on this
bridge port that used the tinygram compression scheme.
|
vrPpSrtBpTinygramFramesOut |
.1.3.6.1.4.1.562.2.4.1.100.3.9.19.1.3 |
This attribute is indicative of the number of frames transmitted out this
bridge port that used the tinygram compression scheme.
|
vrPpSrtBpInFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.19.1.4 |
This attribute is indicative of the number of frames discarded at the in
filter point. This includes
a) frames discarded due to application of the filter defined with PCF for
the in filter point and
b) the frames discarded due to domain based filtering at the in filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpSrtBpOutFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.19.1.5 |
This attribute is indicative of the number of frames discarded at the out
filter point. This includes:
a) frames discarded due to application of the filter defined with PCF for
the out filter point and
b) the frames discarded due to domain based filtering at the out filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpSrtBpHopCount |
.1.3.6.1.4.1.562.2.4.1.100.3.9.20.1.1 |
This attribute specifies the maximum number of hops allowed in
Spanning Tree Explore and All Routes Explore frames. This value is one
less than the maximum number of route descriptors allowed in a source
route frame
|
vrPpSrtBpExploreFrameTreatment |
.1.3.6.1.4.1.562.2.4.1.100.3.9.20.1.2 |
This attribute specifies whether or not explore frames received from
SourceRouteBridge ports will be sent to the SRTB-8209 translation or
the encapsulated SourceRouteBridge logic. This option is used only
when both the TbsrBridgePort and the SrtbBridgePort are provisioned
and enabled.
A value of Xlate implies that the explore frames will be sent to the Srtb
translation logic and a value of Encap implies that the frames will be
sent to the Encapsulated source route bridging logic.
|
vrPpSrtBpLanId |
.1.3.6.1.4.1.562.2.4.1.100.3.9.20.1.3 |
This attribute specifies the identifier for the physical LAN that this port
is attached. All SourceRouteBridge ports are assigned to a physical LAN
and a logical internal LAN.
Current source route bridge implementations limit the lanId to a value in
the range 0 to 4095.
|
vrPpSrtBpInternalLanId |
.1.3.6.1.4.1.562.2.4.1.100.3.9.20.1.4 |
This attribute specifies the identifier for the internal logical LAN this
port is attached. All SourceRouteBridge ports are assigned to a physical
LAN and a logical internal LAN.
Current source route bridge implementations limit the lanId to a value in
the range 0 to 4095.
|
vrPpSrtBpBridgeNum |
.1.3.6.1.4.1.562.2.4.1.100.3.9.20.1.5 |
This attribute specifies the value that is used to identify this bridge when
more than one bridge is used to span the same two LAN segments.
|
vrPpSrtBpLargestFrame |
.1.3.6.1.4.1.562.2.4.1.100.3.9.20.1.6 |
This attribute specifies the maximum frame size (LLC and above) in
octets, allowed by this SourceRouteBridge port. This field is used to
determine whether a modification of the largest frame field of the
routing control field of the routing information field is warranted.
|
vrPpSrtBpSteSpanMode |
.1.3.6.1.4.1.562.2.4.1.100.3.9.20.1.7 |
This attribute determines how this bridge port will react when presented
with a Spanning Tree Explore frame.
If disabled, the Spanning Tree Explore frame is discarded regardless of
the value of stpPortState.
If the value of this attribute is forced, the Spanning Tree Explore frame
is forwarded regardless of the value of stpPortState.
autoSpan uses the stpPortState value to decide whether or not Spanning
Tree Explore frames should be forwarded out this bridge port. If the port
is in the forwarding state, the frame is received and transmitted
otherwise the frame is discarded.
|
vrPpSrtBpAreRdLimit |
.1.3.6.1.4.1.562.2.4.1.100.3.9.20.1.8 |
This attribute specifies the number of route descriptors allowed in an All
Routes Explore frame received on a SourceRouteBridgePort or
SourceRouteTransparentBridgePort. Current source route bridge
implementations limit the areRdLimit to a value in the range 0 to 8.
|
vrPpSrtBpSteRdLimit |
.1.3.6.1.4.1.562.2.4.1.100.3.9.20.1.9 |
This attribute specifies the number of route descriptors allowed in a
Spanning Tree Explore frame received on a SourceRouteBridgePort or
SourceRouteTransparentBridgePort. Current source route bridge
implementations limit the steRdLimit to a value in the range 0 to 8.
|
vrPpSrtBpSpecInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.9.21.1.1 |
This attribute specifies the number of specifically routed frames that
were received by this bridge port. A specifically routed frame has a route
descriptor, constructed by the originating host which details an explicit
route to the destination host. This counter will wrap to zero when it
exceeds its maximum.
|
vrPpSrtBpSpecOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.9.21.1.2 |
This attribute specifies the number of specifically routed frames that
were transmitted from this bridge port. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrtBpApeInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.9.21.1.3 |
This attribute specifies the number of All Path Explore frames received
on this bridge port. The All Path Explore frames are forwarded to all
SourceRouteBridge ports assigned to this bridge regardless of the port's
portStpStates. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrtBpApeOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.9.21.1.4 |
This attribute specifies the number of All Path Explore frames
transmitted on this bridge port. The All Path Explore frames are
forwarded to all SourceRouteBridge ports assigned to this bridge
regardless of the port's portStpState state. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrtBpSteInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.9.21.1.5 |
This attribute specifies the number of Spanning Tree Explore frames
received on this bridge port. The Spanning Tree Explore frames are only
forwarded through bridge ports whose portStpState has a value of
forwarding. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrtBpSteOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.9.21.1.6 |
This attribute specifies the number of Spanning Tree Frames transmitted
on this bridge port. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrtBpSegmentMismatchDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.21.1.7 |
This attribute specifies the number of All Routes Explore and Spanning
Tree Explore frames that were discarded due to an invalid next segment
value in the routing information field. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrtBpDupSegmentDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.21.1.8 |
This attribute specifies the number of frames discarded due to the
presence of a duplicate segment identifier in the route descriptor field
which may indicate a loop in the network topology. This counter will
wrap to zero when it exceeds its maximum.
|
vrPpSrtBpHopCountExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.21.1.9 |
This attribute specifies the number of All Routes Explore and Spanning
Tree Explore frames discarded by this bridge port due to a frame
exceeding the maximum size allowed for a route descriptor length. This
counter will wrap to zero when it exceeds its maximum.
|
vrPpSrtBpDupLanIdOrTreeErrors |
.1.3.6.1.4.1.562.2.4.1.100.3.9.21.1.10 |
This attribute specifies the number frames received which contain
duplicate LAN IDs or Tree errors. This attribute is helpful in debugging
problems in networks which contain older IBM-SR bridges. This
counter will wrap to zero when it exceeds its maximum.
|
vrPpSrtBpLanIdMismatches |
.1.3.6.1.4.1.562.2.4.1.100.3.9.21.1.11 |
This attributes counts the number of All Routes Explore or Spanning
Tree Explore frames that were discarded because the last LAN ID in the
routing information field did not equal the LAN ID. This counter will
wrap to zero when it exceeds its maximum.
|
vrPpSrtBpStaticDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.21.1.12 |
This attribute is indicative of the number of explorer frames discarded
due to fact that the outbound SourceRouteBridge port was disabled or
deleted. This counter will wrap to zero when it exceeds its maximum.
|
vrPpSrtBpDynamicDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.9.21.1.13 |
This attribute specifies the number of frames discarded due to receiving
a frame with a target LAN ID which did not match the internal LAN ID
of the receiving bridge port. This counter will wrap to zero when it
exceeds its maximum.
|
vrPpSrtBpNsIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.9.2.1.1.10 |
This variable represents the index for the vrPpSrtBpNs tables.
|
vrPpSrtBpNsRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.9.2.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpSrtBpNs components.
These components can be added and deleted.
|
vrPpSrtBpNsComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.9.2.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpSrtBpNsStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.9.2.1.1.4 |
This variable represents the storage type value for the
vrPpSrtBpNs tables.
|
vrPpSrtBpNsIncomingFilter |
.1.3.6.1.4.1.562.2.4.1.100.3.9.2.10.1.2 |
This attribute specifies the name of the filter to be applied at the
incoming filter point.
|
vrPpSrtBpNsOutgoingFilter |
.1.3.6.1.4.1.562.2.4.1.100.3.9.2.10.1.3 |
This attribute specifies the name of the filter to be applied at the out
going filter point.
|
vrPpSrseIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.10.1.1.10 |
This variable represents the index for the vrPpSrse tables.
|
vrPpSrseRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.10.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpSrse components.
These components can be added and deleted.
|
vrPpSrseComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.10.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpSrseStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.10.1.1.4 |
This variable represents the storage type value for the
vrPpSrse tables.
|
vrPpSrseTranslateIpx |
.1.3.6.1.4.1.562.2.4.1.100.3.10.10.1.1 |
This attribute specifies the type of translation to be performed on frames
carrying IPX packets. Ethernet frames carrying IPX payload could be
translated to IEEE 802.3 frames (with the same IPX payload) or vice-
versa. The main reason to do so is to allow the bridge unit to
consistently forward one type of frames carrying IPX packets.
Translations can be turned off altogether in which case the IPX frames
will pass through the bridge unit unchanged.
|
vrPpSrseFragmentIp |
.1.3.6.1.4.1.562.2.4.1.100.3.10.10.1.2 |
This attribute specifies if or not outbound frames carrying IP datagrams
should be fragmented to conform to message transfer unit (mtu) sizes
dictated by the media.
|
vrPpSrseServiceClass |
.1.3.6.1.4.1.562.2.4.1.100.3.10.10.1.3 |
This attribute specifies if the frames should be ordered or not before they
are transmitted through a bridge port.
If this attribute has a value of ordered the received frames are ordered as
in the original message, before they are transmitted out through a bridge
port.
If it has a value of notOrdered, received then frames pass through the
bridge unit in the order they are received. This feature can be used over
multiple telecommunication links to increase data flow.
Please note that this attribute only affects link protocols and is
ineffective with lan media.
|
vrPpSrseConvertArpMacAddress |
.1.3.6.1.4.1.562.2.4.1.100.3.10.10.1.4 |
This attribute is indicative of the state of the MAC address format
conversion process for ARP/RARP frames. The MAC addresses may be
translated if need be from a canonical format to a non-canonical format,
based on the needs of the associated media.
If this attribute is set to a value of on then all Mac addresses will
converted if need be to suit the format of mac address, the outgoing
media will support.
If this attribute is set to a value of off no such conversion takes place.
|
vrPpSrsePortNum |
.1.3.6.1.4.1.562.2.4.1.100.3.10.10.1.5 |
This attribute is indicative of the unique number assigned to the bridge
port. It is used for SNMP management of this bridge port and in
spanning tree as an identifier this bridge port.
Notes regarding portNum:
Escape routines exist for initializing, copying, and deleting port
numbers. This is necessary because SNMP requires a unique port
instance identifier. The initPortNum escape routine sets the port number
to a value in the range 1-255 for this purpose. The setCopiedPortNum
escape routine exists to maintain the uniqueness of the port number in
cases when one port is copied to another. When a bridge port is deleted,
the releasePortNum escape routine places the port number being
released into a pending deletion state. This is because the port number
cannot be re-allocated until the port is truely deleted in the current view.
This is necessary since there is no guarantee of order when processing
changes to multiple protocol ports so without the pending deletion state,
the same port number could be temporarily assigned to two ports for a
short period of time.
The portNum is set as component critical since bridging also uses the
port number as a key for indexing into its data structures. If a port is
deleted then re-added under the same protocol port, CAS treats the
change as a SET to the portNum attribute.
|
vrPpSrseOutboundFrameMediaType |
.1.3.6.1.4.1.562.2.4.1.100.3.10.10.1.6 |
This attribute specifies the media type the frame must be in before it is
to be forwarded over the outbound supported WAN Bridge Protocol
Port. The attribute only applies to outbound Bridge Protocol Port.
For supported bridge ports, if the attribute value remains set to the
default value of unaltered then there will be no frame conversion. When
the value is set to the value ethernetConv then all frames being
forwarded out the outbound WAN Port will be converted to ethernet
before forwarding takes place. The only outbound WAN medias that
currently support conversion are: FR (Frame Relay) and VNS. All other
medias will fail the Bridge Port semantic check when attempts are made
to alter this attribute.
The following is an example of what the user may be able to do. Frames
originating from a Token Ring are to be flooded out onto another Token
Ring and a Frame Relay Port. The token ring Outbound port performs
no translation, yet the FR Port has the outboundFrameMediaType
attribute set to ethernetConv which results in the frame being translated
into Ethernet format from Token Ring format before Frame Relay does
its encapsulation and transmits over the FR port.
|
vrPpSrseAdminStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.10.12.1.1 |
This attribute defines the current administrative state for this component.
enabled indicates that the component is available for operation. disabled
indicates the component is unavailable for operation.
|
vrPpSrsePortStateStpControl |
.1.3.6.1.4.1.562.2.4.1.100.3.10.12.1.2 |
This attribute specifies whether or not spanning tree protocol state for
this bridge port is controlled by the spanning tree protocol. In essence it
indicates the participation of this bridge port in the spanning tree
protocol, by accepting and acting on received bridge protocol data units
and by sending out the same.
on signifies that this bridge port's spanning tree port state is controlled
by the spanning tree protocol.
A value of off signifies that the spanning tree port state of this bridge
port is unaffected by the spanning tree protocol. This in effect puts the
bridge port out of reach of the spanning tree protocol and in the
forwarding state. Care should be taken while assigning a value of off to
this attribute, as this might cause network loops. Please do not set this
attribute to off unless you are absolutely sure about the effect of such an
action on your network topology.
|
vrPpSrseStpTypeProv |
.1.3.6.1.4.1.562.2.4.1.100.3.10.12.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol. If the value of
the attribute protocolSpec in the SpanningTreeProtocol component,
provisioned under the TransparentBridge component is in conflict with
the value of this attribute, the value of the protocolSpec attribute will
prevail. Prevailing stp type is reflected in the value of the attribute
stpTypeOper.
|
vrPpSrsePortPriority |
.1.3.6.1.4.1.562.2.4.1.100.3.10.12.1.4 |
This attribute specifies the value for port priority, which is contained in
the first octet of the port identifier. Valid values are as follows:
1) 0..255 for stp type DEC and
2) 0..65535 for stp type IEEE.
|
vrPpSrsePathCost |
.1.3.6.1.4.1.562.2.4.1.100.3.10.12.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. Please note that the value of the
attribute pathCostMethod is applied only when the value of the attribute
pathCostMethod is set to on and is ignored if otherwise.
|
vrPpSrsePathCostMethod |
.1.3.6.1.4.1.562.2.4.1.100.3.10.12.1.6 |
This attribute specifies the method used by the bridging logic, to
calculate the path cost to the bridge considered to be the root bridge in
the spanning tree topology. This attribute should be set to off before
attempting to provision a value for pathCostProv.
|
vrPpSrseDomainNum |
.1.3.6.1.4.1.562.2.4.1.100.3.10.13.1.1 |
This attribute specifies the domain number associated with this bridge
port. Domain numbers are used for confining frames to a domain.
Domain based filtering provides a complete segregation of traffic based
on domain number associated with frames. There can exist only sixteen
domains when a spanning tree is desired specific to each domain. When
there is only a single spanning tree spanning all the domains the
maximum number of domains possible are 4294967293.
This attribute is of no relevance when associated with backbone bridge
port. Its value is ignored in such a situation.
|
vrPpSrsePreserveDomain |
.1.3.6.1.4.1.562.2.4.1.100.3.10.13.1.2 |
This attribute specifies if the domain information should be preserved or
embedded in the frame header. This attribute applies only to backbone
ports and does not affect the access bridge ports. By setting this attribute
to a value of on, domain information could be preserved in frames being
tunnelled across the a backbone, so that this information can be
deciphered at the other end of the backbone tunnel. This preserves the
integrity of the domains thus preventing domain breaches while
tunnelling frames across backbone network.
If the value of this attribute is set to off then domain information is not
preserved in the header of the frames tunnelling through the backbone.
This eliminates the overhead incurred to preserve domain information
across the backbone while tunnelling frames across it.
Preserve domain is relevant when used in conjunction with the following
media: FDDI, ATM MPE, Frame Relay and PPP. It is ignored when
used with other types of media.
|
vrPpSrseAdminState |
.1.3.6.1.4.1.562.2.4.1.100.3.10.14.1.1 |
This attribute indicates the OSI Administrative State of the
component.
The value locked indicates that the component is administratively
prohibited from providing services for its users. A Lock or Lock -
force command has been previously issued for this component.
When the value is locked, the value of usageState must be idle.
The value shuttingDown indicates that the component is
administratively permitted to provide service to its existing users
only. A Lock command was issued against the component and it is
in the process of shutting down.
The value unlocked indicates that the component is administratively
permitted to provide services for its users. To enter this state, issue
an Unlock command to this component.
|
vrPpSrseOperationalState |
.1.3.6.1.4.1.562.2.4.1.100.3.10.14.1.2 |
This attribute indicates the OSI Operational State of the component.
The value enabled indicates that the component is available for
operation. Note that if adminState is locked, it would still not be
providing service.
The value disabled indicates that the component is not available for
operation. For example, something is wrong with the component
itself, or with another component on which this one depends. If the
value is disabled, the usageState must be idle.
|
vrPpSrseUsageState |
.1.3.6.1.4.1.562.2.4.1.100.3.10.14.1.3 |
This attribute indicates the OSI Usage State of the component.
The value idle indicates that the component is not currently in use.
The value active indicates that the component is in use and has
spare capacity to provide for additional users.
The value busy indicates that the component is in use and has no
spare operating capacity for additional users at this time.
|
vrPpSrseSnmpOperStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.10.15.1.1 |
The current state of the interface. The up state indicates the
interface is operational and capable of forwarding packets. The
down state indicates the interface is not operational, thus unable to
forward packets. testing state indicates that no operational packets
can be passed.
|
vrPpSrsePortName |
.1.3.6.1.4.1.562.2.4.1.100.3.10.16.1.1 |
The attribute portName is a string of the form 'BridgePortName-i',
where BridgePortName is the abbreviation of the corresponding bridge
port and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
|
vrPpSrseUpTime |
.1.3.6.1.4.1.562.2.4.1.100.3.10.16.1.3 |
This attribute specifies the accumulated up time of this bridge port since
the last reset occurred.
|
vrPpSrseDownTime |
.1.3.6.1.4.1.562.2.4.1.100.3.10.16.1.4 |
This attribute specifies the accumulated down time of this bridge port
since the last reset occurred.
|
vrPpSrseBridgingMode |
.1.3.6.1.4.1.562.2.4.1.100.3.10.16.1.5 |
This attribute specifies the mode of bridging this port can support. It in
turn implies the format of frames, this bridge port can process and
forward.
|
vrPpSrseBridgePortConfig |
.1.3.6.1.4.1.562.2.4.1.100.3.10.16.1.6 |
This attribute specifies the bridge port's configuration. It indicates if the
bridge port is operating as an access port or as a backbone port. An
access bridge port does not encapsulate a MAC frame and does not
preserve domain information in the encapsulation, whereas a backbone
bridge port encapsulates the MAC frame and optionally preserves
domain information in the encapsulated frame.A backbone bridge port
is typically used to transport frames across a high bandwidth backbone
network to another bridge unit for further processing/forwarding of the
frame.
|
vrPpSrseBridgePortType |
.1.3.6.1.4.1.562.2.4.1.100.3.10.16.1.7 |
This attribute specifies the type of bridge port that was provisioned. It
takes into consideration the bridgingMode, bridgePortConfig and the
media the bridge port is linked to before branding a bridge port.
|
vrPpSrseIfIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.10.16.1.8 |
This attribute specifies the index into the Interface Table where in
information about the media interface corresponding to the bridge port is
maintained.
|
vrPpSrseDelayExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.10.16.1.10 |
This attribute is indicative of the number of frames that were discarded
because the time taken to process these frames exceeded the transit
delay allowed for this bridge unit. This attribute is not supported by
bridging and will always have a value of 0.
|
vrPpSrseMtuExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.10.16.1.11 |
This attribute is indicative of the number of frames discarded because
the size of the out bound frame exceeded the message transfer unit (mtu)
allowed for the bridge port. Note that this counter only refers to the
outbound frames for this bridge port. This counter wraps around its
maximum value of 4294967295.
This counter is influenced by the attribute fragmentIp. This counter is
incremented when the a frame larger than the mtu allowed is
encountered and cannot be fragmented. If this counter is increasing
steadily, it might be useful to set the value of the attribute fragmentIp to
a value of on.
|
vrPpSrseStpPortState |
.1.3.6.1.4.1.562.2.4.1.100.3.10.18.1.2 |
This attribute specifies the spanning tree protocol state of the bridge
port.
|
vrPpSrseStpTypeOper |
.1.3.6.1.4.1.562.2.4.1.100.3.10.18.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol.
|
vrPpSrseDesignatedCost |
.1.3.6.1.4.1.562.2.4.1.100.3.10.18.1.4 |
This attribute specifies the path cost of the designated port of the lan
segment connected to the port.
|
vrPpSrsePathCostOper |
.1.3.6.1.4.1.562.2.4.1.100.3.10.18.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. This attribute pathCostOper will track
the value of the attribute pathCostProv when the value of the attribute
pathCostMethod is set of off.
|
vrPpSrseDesignatedBridge |
.1.3.6.1.4.1.562.2.4.1.100.3.10.18.1.6 |
This attribute specifies the identifier of the bridge that this port considers
to be the designated bridge.
|
vrPpSrseDesignatedPort |
.1.3.6.1.4.1.562.2.4.1.100.3.10.18.1.7 |
This attribute specifies the port identifier of the port on the designated
bridge, attached to the same lan as this port is attached to.
|
vrPpSrseForwardTransitions |
.1.3.6.1.4.1.562.2.4.1.100.3.10.18.1.8 |
This attribute is indicative of the number of times this bridge port
transitioned from the learning state to the forwarding state. This
counter wraps around its maximum value of 4294967295.
A rapidly increasing value might be indicative of an unstable spanning
tree topology.
|
vrPpSrseBlockingDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.10.18.1.9 |
This attribute is indicative of the number of incoming frames that were
discarded because the bridge port was in the blocking state. This counter
wraps around its maximum value of 4294967295.
|
vrPpSrseDesignatedRoot |
.1.3.6.1.4.1.562.2.4.1.100.3.10.18.1.10 |
This attribute specifies the bridge identifier of the bridge recorded as the
root bridge, in the configuration BPDUs sent out by the designated
bridge on the segment to which the port is attached.
|
vrPpSrseBadAbstractDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.10.19.1.1 |
This attribute is indicative of the number of frames that were discarded
because the data that was abstracted, from frames coming in through this
bridge port, did not conform to the format expected by the bridge
logic.This counter wraps around its maximum value of 4294967295.
|
vrPpSrseTinygramFramesIn |
.1.3.6.1.4.1.562.2.4.1.100.3.10.19.1.2 |
This attribute is indicative of the number of frames received on this
bridge port that used the tinygram compression scheme.
|
vrPpSrseTinygramFramesOut |
.1.3.6.1.4.1.562.2.4.1.100.3.10.19.1.3 |
This attribute is indicative of the number of frames transmitted out this
bridge port that used the tinygram compression scheme.
|
vrPpSrseInFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.10.19.1.4 |
This attribute is indicative of the number of frames discarded at the in
filter point. This includes
a) frames discarded due to application of the filter defined with PCF for
the in filter point and
b) the frames discarded due to domain based filtering at the in filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpSrseOutFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.10.19.1.5 |
This attribute is indicative of the number of frames discarded at the out
filter point. This includes:
a) frames discarded due to application of the filter defined with PCF for
the out filter point and
b) the frames discarded due to domain based filtering at the out filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpSrseHopCount |
.1.3.6.1.4.1.562.2.4.1.100.3.10.20.1.1 |
This attribute specifies the maximum number of hops allowed in
Spanning Tree Explore and All Routes Explore frames. This value is one
less than the maximum number of route descriptors allowed in a source
route frame
|
vrPpSrseExploreFrameTreatment |
.1.3.6.1.4.1.562.2.4.1.100.3.10.20.1.2 |
This attribute specifies whether or not explore frames received from
SourceRouteBridge ports will be sent to the SRTB-8209 translation or
the encapsulated SourceRouteBridge logic. This option is used only
when both the TbsrBridgePort and the SrtbBridgePort are provisioned
and enabled.
A value of Xlate implies that the explore frames will be sent to the Srtb
translation logic and a value of Encap implies that the frames will be
sent to the Encapsulated source route bridging logic.
|
vrPpSrseLanId |
.1.3.6.1.4.1.562.2.4.1.100.3.10.20.1.3 |
This attribute specifies the identifier for the physical LAN that this port
is attached. All SourceRouteBridge ports are assigned to a physical LAN
and a logical internal LAN.
Current source route bridge implementations limit the lanId to a value in
the range 0 to 4095.
|
vrPpSrseInternalLanId |
.1.3.6.1.4.1.562.2.4.1.100.3.10.20.1.4 |
This attribute specifies the identifier for the internal logical LAN this
port is attached. All SourceRouteBridge ports are assigned to a physical
LAN and a logical internal LAN.
Current source route bridge implementations limit the lanId to a value in
the range 0 to 4095.
|
vrPpSrseBridgeNum |
.1.3.6.1.4.1.562.2.4.1.100.3.10.20.1.5 |
This attribute specifies the value that is used to identify this bridge when
more than one bridge is used to span the same two LAN segments.
|
vrPpSrseLargestFrame |
.1.3.6.1.4.1.562.2.4.1.100.3.10.20.1.6 |
This attribute specifies the maximum frame size (LLC and above) in
octets, allowed by this SourceRouteBridge port. This field is used to
determine whether a modification of the largest frame field of the
routing control field of the routing information field is warranted.
|
vrPpSrseSteSpanMode |
.1.3.6.1.4.1.562.2.4.1.100.3.10.20.1.7 |
This attribute determines how this bridge port will react when presented
with a Spanning Tree Explore frame.
If disabled, the Spanning Tree Explore frame is discarded regardless of
the value of stpPortState.
If the value of this attribute is forced, the Spanning Tree Explore frame
is forwarded regardless of the value of stpPortState.
autoSpan uses the stpPortState value to decide whether or not Spanning
Tree Explore frames should be forwarded out this bridge port. If the port
is in the forwarding state, the frame is received and transmitted
otherwise the frame is discarded.
|
vrPpSrseAreRdLimit |
.1.3.6.1.4.1.562.2.4.1.100.3.10.20.1.8 |
This attribute specifies the number of route descriptors allowed in an All
Routes Explore frame received on a SourceRouteBridgePort or
SourceRouteTransparentBridgePort. Current source route bridge
implementations limit the areRdLimit to a value in the range 0 to 8.
|
vrPpSrseSteRdLimit |
.1.3.6.1.4.1.562.2.4.1.100.3.10.20.1.9 |
This attribute specifies the number of route descriptors allowed in a
Spanning Tree Explore frame received on a SourceRouteBridgePort or
SourceRouteTransparentBridgePort. Current source route bridge
implementations limit the steRdLimit to a value in the range 0 to 8.
|
vrPpSrseSpecInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.10.21.1.1 |
This attribute specifies the number of specifically routed frames that
were received by this bridge port. A specifically routed frame has a route
descriptor, constructed by the originating host which details an explicit
route to the destination host. This counter will wrap to zero when it
exceeds its maximum.
|
vrPpSrseSpecOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.10.21.1.2 |
This attribute specifies the number of specifically routed frames that
were transmitted from this bridge port. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrseApeInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.10.21.1.3 |
This attribute specifies the number of All Path Explore frames received
on this bridge port. The All Path Explore frames are forwarded to all
SourceRouteBridge ports assigned to this bridge regardless of the port's
portStpStates. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrseApeOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.10.21.1.4 |
This attribute specifies the number of All Path Explore frames
transmitted on this bridge port. The All Path Explore frames are
forwarded to all SourceRouteBridge ports assigned to this bridge
regardless of the port's portStpState state. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrseSteInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.10.21.1.5 |
This attribute specifies the number of Spanning Tree Explore frames
received on this bridge port. The Spanning Tree Explore frames are only
forwarded through bridge ports whose portStpState has a value of
forwarding. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrseSteOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.10.21.1.6 |
This attribute specifies the number of Spanning Tree Frames transmitted
on this bridge port. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrseSegmentMismatchDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.10.21.1.7 |
This attribute specifies the number of All Routes Explore and Spanning
Tree Explore frames that were discarded due to an invalid next segment
value in the routing information field. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrseDupSegmentDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.10.21.1.8 |
This attribute specifies the number of frames discarded due to the
presence of a duplicate segment identifier in the route descriptor field
which may indicate a loop in the network topology. This counter will
wrap to zero when it exceeds its maximum.
|
vrPpSrseHopCountExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.10.21.1.9 |
This attribute specifies the number of All Routes Explore and Spanning
Tree Explore frames discarded by this bridge port due to a frame
exceeding the maximum size allowed for a route descriptor length. This
counter will wrap to zero when it exceeds its maximum.
|
vrPpSrseDupLanIdOrTreeErrors |
.1.3.6.1.4.1.562.2.4.1.100.3.10.21.1.10 |
This attribute specifies the number frames received which contain
duplicate LAN IDs or Tree errors. This attribute is helpful in debugging
problems in networks which contain older IBM-SR bridges. This
counter will wrap to zero when it exceeds its maximum.
|
vrPpSrseLanIdMismatches |
.1.3.6.1.4.1.562.2.4.1.100.3.10.21.1.11 |
This attributes counts the number of All Routes Explore or Spanning
Tree Explore frames that were discarded because the last LAN ID in the
routing information field did not equal the LAN ID. This counter will
wrap to zero when it exceeds its maximum.
|
vrPpSrseStaticDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.10.21.1.12 |
This attribute is indicative of the number of explorer frames discarded
due to fact that the outbound SourceRouteBridge port was disabled or
deleted. This counter will wrap to zero when it exceeds its maximum.
|
vrPpSrseDynamicDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.10.21.1.13 |
This attribute specifies the number of frames discarded due to receiving
a frame with a target LAN ID which did not match the internal LAN ID
of the receiving bridge port. This counter will wrap to zero when it
exceeds its maximum.
|
vrPpTbseIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.11.1.1.10 |
This variable represents the index for the vrPpTbse tables.
|
vrPpTbseRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.11.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpTbse components.
These components can be added and deleted.
|
vrPpTbseComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.11.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpTbseStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.11.1.1.4 |
This variable represents the storage type value for the
vrPpTbse tables.
|
vrPpTbseTranslateIpx |
.1.3.6.1.4.1.562.2.4.1.100.3.11.10.1.1 |
This attribute specifies the type of translation to be performed on frames
carrying IPX packets. Ethernet frames carrying IPX payload could be
translated to IEEE 802.3 frames (with the same IPX payload) or vice-
versa. The main reason to do so is to allow the bridge unit to
consistently forward one type of frames carrying IPX packets.
Translations can be turned off altogether in which case the IPX frames
will pass through the bridge unit unchanged.
|
vrPpTbseFragmentIp |
.1.3.6.1.4.1.562.2.4.1.100.3.11.10.1.2 |
This attribute specifies if or not outbound frames carrying IP datagrams
should be fragmented to conform to message transfer unit (mtu) sizes
dictated by the media.
|
vrPpTbseServiceClass |
.1.3.6.1.4.1.562.2.4.1.100.3.11.10.1.3 |
This attribute specifies if the frames should be ordered or not before they
are transmitted through a bridge port.
If this attribute has a value of ordered the received frames are ordered as
in the original message, before they are transmitted out through a bridge
port.
If it has a value of notOrdered, received then frames pass through the
bridge unit in the order they are received. This feature can be used over
multiple telecommunication links to increase data flow.
Please note that this attribute only affects link protocols and is
ineffective with lan media.
|
vrPpTbseConvertArpMacAddress |
.1.3.6.1.4.1.562.2.4.1.100.3.11.10.1.4 |
This attribute is indicative of the state of the MAC address format
conversion process for ARP/RARP frames. The MAC addresses may be
translated if need be from a canonical format to a non-canonical format,
based on the needs of the associated media.
If this attribute is set to a value of on then all Mac addresses will
converted if need be to suit the format of mac address, the outgoing
media will support.
If this attribute is set to a value of off no such conversion takes place.
|
vrPpTbsePortNum |
.1.3.6.1.4.1.562.2.4.1.100.3.11.10.1.5 |
This attribute is indicative of the unique number assigned to the bridge
port. It is used for SNMP management of this bridge port and in
spanning tree as an identifier this bridge port.
Notes regarding portNum:
Escape routines exist for initializing, copying, and deleting port
numbers. This is necessary because SNMP requires a unique port
instance identifier. The initPortNum escape routine sets the port number
to a value in the range 1-255 for this purpose. The setCopiedPortNum
escape routine exists to maintain the uniqueness of the port number in
cases when one port is copied to another. When a bridge port is deleted,
the releasePortNum escape routine places the port number being
released into a pending deletion state. This is because the port number
cannot be re-allocated until the port is truely deleted in the current view.
This is necessary since there is no guarantee of order when processing
changes to multiple protocol ports so without the pending deletion state,
the same port number could be temporarily assigned to two ports for a
short period of time.
The portNum is set as component critical since bridging also uses the
port number as a key for indexing into its data structures. If a port is
deleted then re-added under the same protocol port, CAS treats the
change as a SET to the portNum attribute.
|
vrPpTbseOutboundFrameMediaType |
.1.3.6.1.4.1.562.2.4.1.100.3.11.10.1.6 |
This attribute specifies the media type the frame must be in before it is
to be forwarded over the outbound supported WAN Bridge Protocol
Port. The attribute only applies to outbound Bridge Protocol Port.
For supported bridge ports, if the attribute value remains set to the
default value of unaltered then there will be no frame conversion. When
the value is set to the value ethernetConv then all frames being
forwarded out the outbound WAN Port will be converted to ethernet
before forwarding takes place. The only outbound WAN medias that
currently support conversion are: FR (Frame Relay) and VNS. All other
medias will fail the Bridge Port semantic check when attempts are made
to alter this attribute.
The following is an example of what the user may be able to do. Frames
originating from a Token Ring are to be flooded out onto another Token
Ring and a Frame Relay Port. The token ring Outbound port performs
no translation, yet the FR Port has the outboundFrameMediaType
attribute set to ethernetConv which results in the frame being translated
into Ethernet format from Token Ring format before Frame Relay does
its encapsulation and transmits over the FR port.
|
vrPpTbseSecureOption |
.1.3.6.1.4.1.562.2.4.1.100.3.11.11.1.1 |
This attribute specifies whether the port secure feature is enabled. The
secure feature, if enabled causes the following things to happen:
a) disallows dynamic learning,
b) disallows frames to be forwarded that do not satisfy the following
condition: the mac address of the source should be found in the
forwarding table and the destination mac address of the frame should
also be found in the forwarding table. In addition to this, the port the
frame was received on should figure as the in port, given the destination
mac address found in the frame.
c) disallows frames to be forwarded if the allowed to go port map for the
destination mac address is empty.
This feature in effect allows the user to choose the hosts that can
generate traffic and the hosts that can receive traffic through this bridge
unit.
|
vrPpTbseAdminStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.11.12.1.1 |
This attribute defines the current administrative state for this component.
enabled indicates that the component is available for operation. disabled
indicates the component is unavailable for operation.
|
vrPpTbsePortStateStpControl |
.1.3.6.1.4.1.562.2.4.1.100.3.11.12.1.2 |
This attribute specifies whether or not spanning tree protocol state for
this bridge port is controlled by the spanning tree protocol. In essence it
indicates the participation of this bridge port in the spanning tree
protocol, by accepting and acting on received bridge protocol data units
and by sending out the same.
on signifies that this bridge port's spanning tree port state is controlled
by the spanning tree protocol.
A value of off signifies that the spanning tree port state of this bridge
port is unaffected by the spanning tree protocol. This in effect puts the
bridge port out of reach of the spanning tree protocol and in the
forwarding state. Care should be taken while assigning a value of off to
this attribute, as this might cause network loops. Please do not set this
attribute to off unless you are absolutely sure about the effect of such an
action on your network topology.
|
vrPpTbseStpTypeProv |
.1.3.6.1.4.1.562.2.4.1.100.3.11.12.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol. If the value of
the attribute protocolSpec in the SpanningTreeProtocol component,
provisioned under the TransparentBridge component is in conflict with
the value of this attribute, the value of the protocolSpec attribute will
prevail. Prevailing stp type is reflected in the value of the attribute
stpTypeOper.
|
vrPpTbsePortPriority |
.1.3.6.1.4.1.562.2.4.1.100.3.11.12.1.4 |
This attribute specifies the value for port priority, which is contained in
the first octet of the port identifier. Valid values are as follows:
1) 0..255 for stp type DEC and
2) 0..65535 for stp type IEEE.
|
vrPpTbsePathCost |
.1.3.6.1.4.1.562.2.4.1.100.3.11.12.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. Please note that the value of the
attribute pathCostMethod is applied only when the value of the attribute
pathCostMethod is set to on and is ignored if otherwise.
|
vrPpTbsePathCostMethod |
.1.3.6.1.4.1.562.2.4.1.100.3.11.12.1.6 |
This attribute specifies the method used by the bridging logic, to
calculate the path cost to the bridge considered to be the root bridge in
the spanning tree topology. This attribute should be set to off before
attempting to provision a value for pathCostProv.
|
vrPpTbseDomainNum |
.1.3.6.1.4.1.562.2.4.1.100.3.11.13.1.1 |
This attribute specifies the domain number associated with this bridge
port. Domain numbers are used for confining frames to a domain.
Domain based filtering provides a complete segregation of traffic based
on domain number associated with frames. There can exist only sixteen
domains when a spanning tree is desired specific to each domain. When
there is only a single spanning tree spanning all the domains the
maximum number of domains possible are 4294967293.
This attribute is of no relevance when associated with backbone bridge
port. Its value is ignored in such a situation.
|
vrPpTbsePreserveDomain |
.1.3.6.1.4.1.562.2.4.1.100.3.11.13.1.2 |
This attribute specifies if the domain information should be preserved or
embedded in the frame header. This attribute applies only to backbone
ports and does not affect the access bridge ports. By setting this attribute
to a value of on, domain information could be preserved in frames being
tunnelled across the a backbone, so that this information can be
deciphered at the other end of the backbone tunnel. This preserves the
integrity of the domains thus preventing domain breaches while
tunnelling frames across backbone network.
If the value of this attribute is set to off then domain information is not
preserved in the header of the frames tunnelling through the backbone.
This eliminates the overhead incurred to preserve domain information
across the backbone while tunnelling frames across it.
Preserve domain is relevant when used in conjunction with the following
media: FDDI, ATM MPE, Frame Relay and PPP. It is ignored when
used with other types of media.
|
vrPpTbseAdminState |
.1.3.6.1.4.1.562.2.4.1.100.3.11.14.1.1 |
This attribute indicates the OSI Administrative State of the
component.
The value locked indicates that the component is administratively
prohibited from providing services for its users. A Lock or Lock -
force command has been previously issued for this component.
When the value is locked, the value of usageState must be idle.
The value shuttingDown indicates that the component is
administratively permitted to provide service to its existing users
only. A Lock command was issued against the component and it is
in the process of shutting down.
The value unlocked indicates that the component is administratively
permitted to provide services for its users. To enter this state, issue
an Unlock command to this component.
|
vrPpTbseOperationalState |
.1.3.6.1.4.1.562.2.4.1.100.3.11.14.1.2 |
This attribute indicates the OSI Operational State of the component.
The value enabled indicates that the component is available for
operation. Note that if adminState is locked, it would still not be
providing service.
The value disabled indicates that the component is not available for
operation. For example, something is wrong with the component
itself, or with another component on which this one depends. If the
value is disabled, the usageState must be idle.
|
vrPpTbseUsageState |
.1.3.6.1.4.1.562.2.4.1.100.3.11.14.1.3 |
This attribute indicates the OSI Usage State of the component.
The value idle indicates that the component is not currently in use.
The value active indicates that the component is in use and has
spare capacity to provide for additional users.
The value busy indicates that the component is in use and has no
spare operating capacity for additional users at this time.
|
vrPpTbseSnmpOperStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.11.15.1.1 |
The current state of the interface. The up state indicates the
interface is operational and capable of forwarding packets. The
down state indicates the interface is not operational, thus unable to
forward packets. testing state indicates that no operational packets
can be passed.
|
vrPpTbsePortName |
.1.3.6.1.4.1.562.2.4.1.100.3.11.16.1.1 |
The attribute portName is a string of the form 'BridgePortName-i',
where BridgePortName is the abbreviation of the corresponding bridge
port and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
|
vrPpTbseUpTime |
.1.3.6.1.4.1.562.2.4.1.100.3.11.16.1.3 |
This attribute specifies the accumulated up time of this bridge port since
the last reset occurred.
|
vrPpTbseDownTime |
.1.3.6.1.4.1.562.2.4.1.100.3.11.16.1.4 |
This attribute specifies the accumulated down time of this bridge port
since the last reset occurred.
|
vrPpTbseBridgingMode |
.1.3.6.1.4.1.562.2.4.1.100.3.11.16.1.5 |
This attribute specifies the mode of bridging this port can support. It in
turn implies the format of frames, this bridge port can process and
forward.
|
vrPpTbseBridgePortConfig |
.1.3.6.1.4.1.562.2.4.1.100.3.11.16.1.6 |
This attribute specifies the bridge port's configuration. It indicates if the
bridge port is operating as an access port or as a backbone port. An
access bridge port does not encapsulate a MAC frame and does not
preserve domain information in the encapsulation, whereas a backbone
bridge port encapsulates the MAC frame and optionally preserves
domain information in the encapsulated frame.A backbone bridge port
is typically used to transport frames across a high bandwidth backbone
network to another bridge unit for further processing/forwarding of the
frame.
|
vrPpTbseBridgePortType |
.1.3.6.1.4.1.562.2.4.1.100.3.11.16.1.7 |
This attribute specifies the type of bridge port that was provisioned. It
takes into consideration the bridgingMode, bridgePortConfig and the
media the bridge port is linked to before branding a bridge port.
|
vrPpTbseIfIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.11.16.1.8 |
This attribute specifies the index into the Interface Table where in
information about the media interface corresponding to the bridge port is
maintained.
|
vrPpTbseDelayExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.11.16.1.10 |
This attribute is indicative of the number of frames that were discarded
because the time taken to process these frames exceeded the transit
delay allowed for this bridge unit. This attribute is not supported by
bridging and will always have a value of 0.
|
vrPpTbseMtuExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.11.16.1.11 |
This attribute is indicative of the number of frames discarded because
the size of the out bound frame exceeded the message transfer unit (mtu)
allowed for the bridge port. Note that this counter only refers to the
outbound frames for this bridge port. This counter wraps around its
maximum value of 4294967295.
This counter is influenced by the attribute fragmentIp. This counter is
incremented when the a frame larger than the mtu allowed is
encountered and cannot be fragmented. If this counter is increasing
steadily, it might be useful to set the value of the attribute fragmentIp to
a value of on.
|
vrPpTbseMaxInfo |
.1.3.6.1.4.1.562.2.4.1.100.3.11.17.1.2 |
This attribute specifies the maximum size of the information field in a
TB frame. This excludes the header field.
|
vrPpTbseBadVerifyDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.11.17.1.3 |
This attribute is indicative of the number of incoming frames that were
discarded because:
a) the value of the secureOption attribute was set to on and
b) it is not allowed to receive frames originating from the mac address
found in the source address field of the frame (source mac address look
up in the forwarding table failed.) on this bridge port.
c) for the destination mac address found in the frame, the port the frame
was received on does not appear as in port in the corresponding static
table entry.
Permission to receive frames from a mac address is granted via the static
table entries.
This attribute, badVerifyDiscards, is directly influenced by:
1. secureOption and
2. the static table entries.
This counter wraps around its maximum value of 4294967295.
|
vrPpTbseUnicastNoMatches |
.1.3.6.1.4.1.562.2.4.1.100.3.11.17.1.4 |
This attribute is indicative of the number frames discarded because the
MAC address found in the destination field did not match the local MAC
address of the bridge port. This counter is only applicable for the
protocols that are being routed currently.This counter wraps around its
maximum value of 4294967295.
|
vrPpTbseStaticEntryDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.11.17.1.5 |
This attribute is indicative of the number of frames that were discarded
because of the following two reasons:
a) there was no entry for the 'allowed to go' field in the static table
entry, where the input port is this bridge port.
b) for spanning tree bpdus that are locally processed.
This counter wraps around its maximum value of 4294967295.
It might prove useful to check the static table entry corresponding to the
bridge port in question, if this counter consistently displays a high value.
Ideally this counter should be as low as possible.
|
vrPpTbseDynamicEntryDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.11.17.1.6 |
This attribute is indicative of the number of incoming frames that
a) were discarded because of the fact that the bridge port, the frame is to
go out of matches the bridge port it came in from or
b) if the stp port state of the out port is not forwarding.
This counter wraps around its maximum value of 4294967295.
|
vrPpTbseLearningDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.11.17.1.7 |
This attribute is indicative of the number of frames that were discarded
while this bridge port was in a state other than the forwarding state.
While in learning state the frame is discarded after the information from
its header is learnt. This counter wraps around its maximum value of
4294967295.
|
vrPpTbseInDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.11.17.1.8 |
This attribute is indicative of the number of frames that were received by
this bridge port and were discarded by the forwarding process. This
includes frames that could have been discarded due to filtering. A
repidly increasing value for this attribute could indicate a shrtage of
resource in terms of memory needed to process the incoming frames.
More memory can be provisioned through the VirtualRouter's memory
manager.
|
vrPpTbseInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.11.17.1.9 |
This attribute is indicative of the number of frames that have been
received by this port from its segment. Note that a frame received on this
bridge port is counted if and only if it can be processed by the bridge
logic contained in this bridge unit, a protocol that can be processed by
the bridge logic. This counter wraps around its maximum value of
4294967295.
|
vrPpTbseOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.11.17.1.10 |
This attribute is indicative of the number of frames that have been
transmitted out this bridge port. Note that frame transmitted out this
bridge port is counted if and only if it is for a protocol being processed
by the bridge unit. This also includes management frames.This counter
wraps around its maximum value of 4294967295.
|
vrPpTbseStpPortState |
.1.3.6.1.4.1.562.2.4.1.100.3.11.18.1.2 |
This attribute specifies the spanning tree protocol state of the bridge
port.
|
vrPpTbseStpTypeOper |
.1.3.6.1.4.1.562.2.4.1.100.3.11.18.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol.
|
vrPpTbseDesignatedCost |
.1.3.6.1.4.1.562.2.4.1.100.3.11.18.1.4 |
This attribute specifies the path cost of the designated port of the lan
segment connected to the port.
|
vrPpTbsePathCostOper |
.1.3.6.1.4.1.562.2.4.1.100.3.11.18.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. This attribute pathCostOper will track
the value of the attribute pathCostProv when the value of the attribute
pathCostMethod is set of off.
|
vrPpTbseDesignatedBridge |
.1.3.6.1.4.1.562.2.4.1.100.3.11.18.1.6 |
This attribute specifies the identifier of the bridge that this port considers
to be the designated bridge.
|
vrPpTbseDesignatedPort |
.1.3.6.1.4.1.562.2.4.1.100.3.11.18.1.7 |
This attribute specifies the port identifier of the port on the designated
bridge, attached to the same lan as this port is attached to.
|
vrPpTbseForwardTransitions |
.1.3.6.1.4.1.562.2.4.1.100.3.11.18.1.8 |
This attribute is indicative of the number of times this bridge port
transitioned from the learning state to the forwarding state. This
counter wraps around its maximum value of 4294967295.
A rapidly increasing value might be indicative of an unstable spanning
tree topology.
|
vrPpTbseBlockingDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.11.18.1.9 |
This attribute is indicative of the number of incoming frames that were
discarded because the bridge port was in the blocking state. This counter
wraps around its maximum value of 4294967295.
|
vrPpTbseDesignatedRoot |
.1.3.6.1.4.1.562.2.4.1.100.3.11.18.1.10 |
This attribute specifies the bridge identifier of the bridge recorded as the
root bridge, in the configuration BPDUs sent out by the designated
bridge on the segment to which the port is attached.
|
vrPpTbseBadAbstractDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.11.19.1.1 |
This attribute is indicative of the number of frames that were discarded
because the data that was abstracted, from frames coming in through this
bridge port, did not conform to the format expected by the bridge
logic.This counter wraps around its maximum value of 4294967295.
|
vrPpTbseTinygramFramesIn |
.1.3.6.1.4.1.562.2.4.1.100.3.11.19.1.2 |
This attribute is indicative of the number of frames received on this
bridge port that used the tinygram compression scheme.
|
vrPpTbseTinygramFramesOut |
.1.3.6.1.4.1.562.2.4.1.100.3.11.19.1.3 |
This attribute is indicative of the number of frames transmitted out this
bridge port that used the tinygram compression scheme.
|
vrPpTbseInFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.11.19.1.4 |
This attribute is indicative of the number of frames discarded at the in
filter point. This includes
a) frames discarded due to application of the filter defined with PCF for
the in filter point and
b) the frames discarded due to domain based filtering at the in filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpTbseOutFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.11.19.1.5 |
This attribute is indicative of the number of frames discarded at the out
filter point. This includes:
a) frames discarded due to application of the filter defined with PCF for
the out filter point and
b) the frames discarded due to domain based filtering at the out filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpSrsgIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.12.1.1.10 |
This variable represents the index for the vrPpSrsg tables.
|
vrPpSrsgRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.12.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpSrsg components.
These components can be added and deleted.
|
vrPpSrsgComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.12.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpSrsgStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.12.1.1.4 |
This variable represents the storage type value for the
vrPpSrsg tables.
|
vrPpSrsgTranslateIpx |
.1.3.6.1.4.1.562.2.4.1.100.3.12.10.1.1 |
This attribute specifies the type of translation to be performed on frames
carrying IPX packets. Ethernet frames carrying IPX payload could be
translated to IEEE 802.3 frames (with the same IPX payload) or vice-
versa. The main reason to do so is to allow the bridge unit to
consistently forward one type of frames carrying IPX packets.
Translations can be turned off altogether in which case the IPX frames
will pass through the bridge unit unchanged.
|
vrPpSrsgFragmentIp |
.1.3.6.1.4.1.562.2.4.1.100.3.12.10.1.2 |
This attribute specifies if or not outbound frames carrying IP datagrams
should be fragmented to conform to message transfer unit (mtu) sizes
dictated by the media.
|
vrPpSrsgServiceClass |
.1.3.6.1.4.1.562.2.4.1.100.3.12.10.1.3 |
This attribute specifies if the frames should be ordered or not before they
are transmitted through a bridge port.
If this attribute has a value of ordered the received frames are ordered as
in the original message, before they are transmitted out through a bridge
port.
If it has a value of notOrdered, received then frames pass through the
bridge unit in the order they are received. This feature can be used over
multiple telecommunication links to increase data flow.
Please note that this attribute only affects link protocols and is
ineffective with lan media.
|
vrPpSrsgConvertArpMacAddress |
.1.3.6.1.4.1.562.2.4.1.100.3.12.10.1.4 |
This attribute is indicative of the state of the MAC address format
conversion process for ARP/RARP frames. The MAC addresses may be
translated if need be from a canonical format to a non-canonical format,
based on the needs of the associated media.
If this attribute is set to a value of on then all Mac addresses will
converted if need be to suit the format of mac address, the outgoing
media will support.
If this attribute is set to a value of off no such conversion takes place.
|
vrPpSrsgPortNum |
.1.3.6.1.4.1.562.2.4.1.100.3.12.10.1.5 |
This attribute is indicative of the unique number assigned to the bridge
port. It is used for SNMP management of this bridge port and in
spanning tree as an identifier this bridge port.
Notes regarding portNum:
Escape routines exist for initializing, copying, and deleting port
numbers. This is necessary because SNMP requires a unique port
instance identifier. The initPortNum escape routine sets the port number
to a value in the range 1-255 for this purpose. The setCopiedPortNum
escape routine exists to maintain the uniqueness of the port number in
cases when one port is copied to another. When a bridge port is deleted,
the releasePortNum escape routine places the port number being
released into a pending deletion state. This is because the port number
cannot be re-allocated until the port is truely deleted in the current view.
This is necessary since there is no guarantee of order when processing
changes to multiple protocol ports so without the pending deletion state,
the same port number could be temporarily assigned to two ports for a
short period of time.
The portNum is set as component critical since bridging also uses the
port number as a key for indexing into its data structures. If a port is
deleted then re-added under the same protocol port, CAS treats the
change as a SET to the portNum attribute.
|
vrPpSrsgOutboundFrameMediaType |
.1.3.6.1.4.1.562.2.4.1.100.3.12.10.1.6 |
This attribute specifies the media type the frame must be in before it is
to be forwarded over the outbound supported WAN Bridge Protocol
Port. The attribute only applies to outbound Bridge Protocol Port.
For supported bridge ports, if the attribute value remains set to the
default value of unaltered then there will be no frame conversion. When
the value is set to the value ethernetConv then all frames being
forwarded out the outbound WAN Port will be converted to ethernet
before forwarding takes place. The only outbound WAN medias that
currently support conversion are: FR (Frame Relay) and VNS. All other
medias will fail the Bridge Port semantic check when attempts are made
to alter this attribute.
The following is an example of what the user may be able to do. Frames
originating from a Token Ring are to be flooded out onto another Token
Ring and a Frame Relay Port. The token ring Outbound port performs
no translation, yet the FR Port has the outboundFrameMediaType
attribute set to ethernetConv which results in the frame being translated
into Ethernet format from Token Ring format before Frame Relay does
its encapsulation and transmits over the FR port.
|
vrPpSrsgAdminStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.12.12.1.1 |
This attribute defines the current administrative state for this component.
enabled indicates that the component is available for operation. disabled
indicates the component is unavailable for operation.
|
vrPpSrsgPortStateStpControl |
.1.3.6.1.4.1.562.2.4.1.100.3.12.12.1.2 |
This attribute specifies whether or not spanning tree protocol state for
this bridge port is controlled by the spanning tree protocol. In essence it
indicates the participation of this bridge port in the spanning tree
protocol, by accepting and acting on received bridge protocol data units
and by sending out the same.
on signifies that this bridge port's spanning tree port state is controlled
by the spanning tree protocol.
A value of off signifies that the spanning tree port state of this bridge
port is unaffected by the spanning tree protocol. This in effect puts the
bridge port out of reach of the spanning tree protocol and in the
forwarding state. Care should be taken while assigning a value of off to
this attribute, as this might cause network loops. Please do not set this
attribute to off unless you are absolutely sure about the effect of such an
action on your network topology.
|
vrPpSrsgStpTypeProv |
.1.3.6.1.4.1.562.2.4.1.100.3.12.12.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol. If the value of
the attribute protocolSpec in the SpanningTreeProtocol component,
provisioned under the TransparentBridge component is in conflict with
the value of this attribute, the value of the protocolSpec attribute will
prevail. Prevailing stp type is reflected in the value of the attribute
stpTypeOper.
|
vrPpSrsgPortPriority |
.1.3.6.1.4.1.562.2.4.1.100.3.12.12.1.4 |
This attribute specifies the value for port priority, which is contained in
the first octet of the port identifier. Valid values are as follows:
1) 0..255 for stp type DEC and
2) 0..65535 for stp type IEEE.
|
vrPpSrsgPathCost |
.1.3.6.1.4.1.562.2.4.1.100.3.12.12.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. Please note that the value of the
attribute pathCostMethod is applied only when the value of the attribute
pathCostMethod is set to on and is ignored if otherwise.
|
vrPpSrsgPathCostMethod |
.1.3.6.1.4.1.562.2.4.1.100.3.12.12.1.6 |
This attribute specifies the method used by the bridging logic, to
calculate the path cost to the bridge considered to be the root bridge in
the spanning tree topology. This attribute should be set to off before
attempting to provision a value for pathCostProv.
|
vrPpSrsgDomainNum |
.1.3.6.1.4.1.562.2.4.1.100.3.12.13.1.1 |
This attribute specifies the domain number associated with this bridge
port. Domain numbers are used for confining frames to a domain.
Domain based filtering provides a complete segregation of traffic based
on domain number associated with frames. There can exist only sixteen
domains when a spanning tree is desired specific to each domain. When
there is only a single spanning tree spanning all the domains the
maximum number of domains possible are 4294967293.
This attribute is of no relevance when associated with backbone bridge
port. Its value is ignored in such a situation.
|
vrPpSrsgPreserveDomain |
.1.3.6.1.4.1.562.2.4.1.100.3.12.13.1.2 |
This attribute specifies if the domain information should be preserved or
embedded in the frame header. This attribute applies only to backbone
ports and does not affect the access bridge ports. By setting this attribute
to a value of on, domain information could be preserved in frames being
tunnelled across the a backbone, so that this information can be
deciphered at the other end of the backbone tunnel. This preserves the
integrity of the domains thus preventing domain breaches while
tunnelling frames across backbone network.
If the value of this attribute is set to off then domain information is not
preserved in the header of the frames tunnelling through the backbone.
This eliminates the overhead incurred to preserve domain information
across the backbone while tunnelling frames across it.
Preserve domain is relevant when used in conjunction with the following
media: FDDI, ATM MPE, Frame Relay and PPP. It is ignored when
used with other types of media.
|
vrPpSrsgAdminState |
.1.3.6.1.4.1.562.2.4.1.100.3.12.14.1.1 |
This attribute indicates the OSI Administrative State of the
component.
The value locked indicates that the component is administratively
prohibited from providing services for its users. A Lock or Lock -
force command has been previously issued for this component.
When the value is locked, the value of usageState must be idle.
The value shuttingDown indicates that the component is
administratively permitted to provide service to its existing users
only. A Lock command was issued against the component and it is
in the process of shutting down.
The value unlocked indicates that the component is administratively
permitted to provide services for its users. To enter this state, issue
an Unlock command to this component.
|
vrPpSrsgOperationalState |
.1.3.6.1.4.1.562.2.4.1.100.3.12.14.1.2 |
This attribute indicates the OSI Operational State of the component.
The value enabled indicates that the component is available for
operation. Note that if adminState is locked, it would still not be
providing service.
The value disabled indicates that the component is not available for
operation. For example, something is wrong with the component
itself, or with another component on which this one depends. If the
value is disabled, the usageState must be idle.
|
vrPpSrsgUsageState |
.1.3.6.1.4.1.562.2.4.1.100.3.12.14.1.3 |
This attribute indicates the OSI Usage State of the component.
The value idle indicates that the component is not currently in use.
The value active indicates that the component is in use and has
spare capacity to provide for additional users.
The value busy indicates that the component is in use and has no
spare operating capacity for additional users at this time.
|
vrPpSrsgSnmpOperStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.12.15.1.1 |
The current state of the interface. The up state indicates the
interface is operational and capable of forwarding packets. The
down state indicates the interface is not operational, thus unable to
forward packets. testing state indicates that no operational packets
can be passed.
|
vrPpSrsgPortName |
.1.3.6.1.4.1.562.2.4.1.100.3.12.16.1.1 |
The attribute portName is a string of the form 'BridgePortName-i',
where BridgePortName is the abbreviation of the corresponding bridge
port and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
|
vrPpSrsgUpTime |
.1.3.6.1.4.1.562.2.4.1.100.3.12.16.1.3 |
This attribute specifies the accumulated up time of this bridge port since
the last reset occurred.
|
vrPpSrsgDownTime |
.1.3.6.1.4.1.562.2.4.1.100.3.12.16.1.4 |
This attribute specifies the accumulated down time of this bridge port
since the last reset occurred.
|
vrPpSrsgBridgingMode |
.1.3.6.1.4.1.562.2.4.1.100.3.12.16.1.5 |
This attribute specifies the mode of bridging this port can support. It in
turn implies the format of frames, this bridge port can process and
forward.
|
vrPpSrsgBridgePortConfig |
.1.3.6.1.4.1.562.2.4.1.100.3.12.16.1.6 |
This attribute specifies the bridge port's configuration. It indicates if the
bridge port is operating as an access port or as a backbone port. An
access bridge port does not encapsulate a MAC frame and does not
preserve domain information in the encapsulation, whereas a backbone
bridge port encapsulates the MAC frame and optionally preserves
domain information in the encapsulated frame.A backbone bridge port
is typically used to transport frames across a high bandwidth backbone
network to another bridge unit for further processing/forwarding of the
frame.
|
vrPpSrsgBridgePortType |
.1.3.6.1.4.1.562.2.4.1.100.3.12.16.1.7 |
This attribute specifies the type of bridge port that was provisioned. It
takes into consideration the bridgingMode, bridgePortConfig and the
media the bridge port is linked to before branding a bridge port.
|
vrPpSrsgIfIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.12.16.1.8 |
This attribute specifies the index into the Interface Table where in
information about the media interface corresponding to the bridge port is
maintained.
|
vrPpSrsgDelayExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.12.16.1.10 |
This attribute is indicative of the number of frames that were discarded
because the time taken to process these frames exceeded the transit
delay allowed for this bridge unit. This attribute is not supported by
bridging and will always have a value of 0.
|
vrPpSrsgMtuExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.12.16.1.11 |
This attribute is indicative of the number of frames discarded because
the size of the out bound frame exceeded the message transfer unit (mtu)
allowed for the bridge port. Note that this counter only refers to the
outbound frames for this bridge port. This counter wraps around its
maximum value of 4294967295.
This counter is influenced by the attribute fragmentIp. This counter is
incremented when the a frame larger than the mtu allowed is
encountered and cannot be fragmented. If this counter is increasing
steadily, it might be useful to set the value of the attribute fragmentIp to
a value of on.
|
vrPpSrsgStpPortState |
.1.3.6.1.4.1.562.2.4.1.100.3.12.18.1.2 |
This attribute specifies the spanning tree protocol state of the bridge
port.
|
vrPpSrsgStpTypeOper |
.1.3.6.1.4.1.562.2.4.1.100.3.12.18.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol.
|
vrPpSrsgDesignatedCost |
.1.3.6.1.4.1.562.2.4.1.100.3.12.18.1.4 |
This attribute specifies the path cost of the designated port of the lan
segment connected to the port.
|
vrPpSrsgPathCostOper |
.1.3.6.1.4.1.562.2.4.1.100.3.12.18.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. This attribute pathCostOper will track
the value of the attribute pathCostProv when the value of the attribute
pathCostMethod is set of off.
|
vrPpSrsgDesignatedBridge |
.1.3.6.1.4.1.562.2.4.1.100.3.12.18.1.6 |
This attribute specifies the identifier of the bridge that this port considers
to be the designated bridge.
|
vrPpSrsgDesignatedPort |
.1.3.6.1.4.1.562.2.4.1.100.3.12.18.1.7 |
This attribute specifies the port identifier of the port on the designated
bridge, attached to the same lan as this port is attached to.
|
vrPpSrsgForwardTransitions |
.1.3.6.1.4.1.562.2.4.1.100.3.12.18.1.8 |
This attribute is indicative of the number of times this bridge port
transitioned from the learning state to the forwarding state. This
counter wraps around its maximum value of 4294967295.
A rapidly increasing value might be indicative of an unstable spanning
tree topology.
|
vrPpSrsgBlockingDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.12.18.1.9 |
This attribute is indicative of the number of incoming frames that were
discarded because the bridge port was in the blocking state. This counter
wraps around its maximum value of 4294967295.
|
vrPpSrsgDesignatedRoot |
.1.3.6.1.4.1.562.2.4.1.100.3.12.18.1.10 |
This attribute specifies the bridge identifier of the bridge recorded as the
root bridge, in the configuration BPDUs sent out by the designated
bridge on the segment to which the port is attached.
|
vrPpSrsgBadAbstractDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.12.19.1.1 |
This attribute is indicative of the number of frames that were discarded
because the data that was abstracted, from frames coming in through this
bridge port, did not conform to the format expected by the bridge
logic.This counter wraps around its maximum value of 4294967295.
|
vrPpSrsgTinygramFramesIn |
.1.3.6.1.4.1.562.2.4.1.100.3.12.19.1.2 |
This attribute is indicative of the number of frames received on this
bridge port that used the tinygram compression scheme.
|
vrPpSrsgTinygramFramesOut |
.1.3.6.1.4.1.562.2.4.1.100.3.12.19.1.3 |
This attribute is indicative of the number of frames transmitted out this
bridge port that used the tinygram compression scheme.
|
vrPpSrsgInFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.12.19.1.4 |
This attribute is indicative of the number of frames discarded at the in
filter point. This includes
a) frames discarded due to application of the filter defined with PCF for
the in filter point and
b) the frames discarded due to domain based filtering at the in filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpSrsgOutFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.12.19.1.5 |
This attribute is indicative of the number of frames discarded at the out
filter point. This includes:
a) frames discarded due to application of the filter defined with PCF for
the out filter point and
b) the frames discarded due to domain based filtering at the out filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpSrsgHopCount |
.1.3.6.1.4.1.562.2.4.1.100.3.12.20.1.1 |
This attribute specifies the maximum number of hops allowed in
Spanning Tree Explore and All Routes Explore frames. This value is one
less than the maximum number of route descriptors allowed in a source
route frame
|
vrPpSrsgExploreFrameTreatment |
.1.3.6.1.4.1.562.2.4.1.100.3.12.20.1.2 |
This attribute specifies whether or not explore frames received from
SourceRouteBridge ports will be sent to the SRTB-8209 translation or
the encapsulated SourceRouteBridge logic. This option is used only
when both the TbsrBridgePort and the SrtbBridgePort are provisioned
and enabled.
A value of Xlate implies that the explore frames will be sent to the Srtb
translation logic and a value of Encap implies that the frames will be
sent to the Encapsulated source route bridging logic.
|
vrPpSrsgLanId |
.1.3.6.1.4.1.562.2.4.1.100.3.12.20.1.3 |
This attribute specifies the identifier for the physical LAN that this port
is attached. All SourceRouteBridge ports are assigned to a physical LAN
and a logical internal LAN.
Current source route bridge implementations limit the lanId to a value in
the range 0 to 4095.
|
vrPpSrsgInternalLanId |
.1.3.6.1.4.1.562.2.4.1.100.3.12.20.1.4 |
This attribute specifies the identifier for the internal logical LAN this
port is attached. All SourceRouteBridge ports are assigned to a physical
LAN and a logical internal LAN.
Current source route bridge implementations limit the lanId to a value in
the range 0 to 4095.
|
vrPpSrsgBridgeNum |
.1.3.6.1.4.1.562.2.4.1.100.3.12.20.1.5 |
This attribute specifies the value that is used to identify this bridge when
more than one bridge is used to span the same two LAN segments.
|
vrPpSrsgLargestFrame |
.1.3.6.1.4.1.562.2.4.1.100.3.12.20.1.6 |
This attribute specifies the maximum frame size (LLC and above) in
octets, allowed by this SourceRouteBridge port. This field is used to
determine whether a modification of the largest frame field of the
routing control field of the routing information field is warranted.
|
vrPpSrsgSteSpanMode |
.1.3.6.1.4.1.562.2.4.1.100.3.12.20.1.7 |
This attribute determines how this bridge port will react when presented
with a Spanning Tree Explore frame.
If disabled, the Spanning Tree Explore frame is discarded regardless of
the value of stpPortState.
If the value of this attribute is forced, the Spanning Tree Explore frame
is forwarded regardless of the value of stpPortState.
autoSpan uses the stpPortState value to decide whether or not Spanning
Tree Explore frames should be forwarded out this bridge port. If the port
is in the forwarding state, the frame is received and transmitted
otherwise the frame is discarded.
|
vrPpSrsgAreRdLimit |
.1.3.6.1.4.1.562.2.4.1.100.3.12.20.1.8 |
This attribute specifies the number of route descriptors allowed in an All
Routes Explore frame received on a SourceRouteBridgePort or
SourceRouteTransparentBridgePort. Current source route bridge
implementations limit the areRdLimit to a value in the range 0 to 8.
|
vrPpSrsgSteRdLimit |
.1.3.6.1.4.1.562.2.4.1.100.3.12.20.1.9 |
This attribute specifies the number of route descriptors allowed in a
Spanning Tree Explore frame received on a SourceRouteBridgePort or
SourceRouteTransparentBridgePort. Current source route bridge
implementations limit the steRdLimit to a value in the range 0 to 8.
|
vrPpSrsgSpecInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.12.21.1.1 |
This attribute specifies the number of specifically routed frames that
were received by this bridge port. A specifically routed frame has a route
descriptor, constructed by the originating host which details an explicit
route to the destination host. This counter will wrap to zero when it
exceeds its maximum.
|
vrPpSrsgSpecOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.12.21.1.2 |
This attribute specifies the number of specifically routed frames that
were transmitted from this bridge port. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrsgApeInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.12.21.1.3 |
This attribute specifies the number of All Path Explore frames received
on this bridge port. The All Path Explore frames are forwarded to all
SourceRouteBridge ports assigned to this bridge regardless of the port's
portStpStates. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrsgApeOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.12.21.1.4 |
This attribute specifies the number of All Path Explore frames
transmitted on this bridge port. The All Path Explore frames are
forwarded to all SourceRouteBridge ports assigned to this bridge
regardless of the port's portStpState state. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrsgSteInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.12.21.1.5 |
This attribute specifies the number of Spanning Tree Explore frames
received on this bridge port. The Spanning Tree Explore frames are only
forwarded through bridge ports whose portStpState has a value of
forwarding. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrsgSteOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.12.21.1.6 |
This attribute specifies the number of Spanning Tree Frames transmitted
on this bridge port. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrsgSegmentMismatchDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.12.21.1.7 |
This attribute specifies the number of All Routes Explore and Spanning
Tree Explore frames that were discarded due to an invalid next segment
value in the routing information field. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrsgDupSegmentDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.12.21.1.8 |
This attribute specifies the number of frames discarded due to the
presence of a duplicate segment identifier in the route descriptor field
which may indicate a loop in the network topology. This counter will
wrap to zero when it exceeds its maximum.
|
vrPpSrsgHopCountExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.12.21.1.9 |
This attribute specifies the number of All Routes Explore and Spanning
Tree Explore frames discarded by this bridge port due to a frame
exceeding the maximum size allowed for a route descriptor length. This
counter will wrap to zero when it exceeds its maximum.
|
vrPpSrsgDupLanIdOrTreeErrors |
.1.3.6.1.4.1.562.2.4.1.100.3.12.21.1.10 |
This attribute specifies the number frames received which contain
duplicate LAN IDs or Tree errors. This attribute is helpful in debugging
problems in networks which contain older IBM-SR bridges. This
counter will wrap to zero when it exceeds its maximum.
|
vrPpSrsgLanIdMismatches |
.1.3.6.1.4.1.562.2.4.1.100.3.12.21.1.11 |
This attributes counts the number of All Routes Explore or Spanning
Tree Explore frames that were discarded because the last LAN ID in the
routing information field did not equal the LAN ID. This counter will
wrap to zero when it exceeds its maximum.
|
vrPpSrsgStaticDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.12.21.1.12 |
This attribute is indicative of the number of explorer frames discarded
due to fact that the outbound SourceRouteBridge port was disabled or
deleted. This counter will wrap to zero when it exceeds its maximum.
|
vrPpSrsgDynamicDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.12.21.1.13 |
This attribute specifies the number of frames discarded due to receiving
a frame with a target LAN ID which did not match the internal LAN ID
of the receiving bridge port. This counter will wrap to zero when it
exceeds its maximum.
|
vrPpTbsgIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.13.1.1.10 |
This variable represents the index for the vrPpTbsg tables.
|
vrPpTbsgRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.13.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpTbsg components.
These components can be added and deleted.
|
vrPpTbsgComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.13.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpTbsgStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.13.1.1.4 |
This variable represents the storage type value for the
vrPpTbsg tables.
|
vrPpTbsgTranslateIpx |
.1.3.6.1.4.1.562.2.4.1.100.3.13.10.1.1 |
This attribute specifies the type of translation to be performed on frames
carrying IPX packets. Ethernet frames carrying IPX payload could be
translated to IEEE 802.3 frames (with the same IPX payload) or vice-
versa. The main reason to do so is to allow the bridge unit to
consistently forward one type of frames carrying IPX packets.
Translations can be turned off altogether in which case the IPX frames
will pass through the bridge unit unchanged.
|
vrPpTbsgFragmentIp |
.1.3.6.1.4.1.562.2.4.1.100.3.13.10.1.2 |
This attribute specifies if or not outbound frames carrying IP datagrams
should be fragmented to conform to message transfer unit (mtu) sizes
dictated by the media.
|
vrPpTbsgServiceClass |
.1.3.6.1.4.1.562.2.4.1.100.3.13.10.1.3 |
This attribute specifies if the frames should be ordered or not before they
are transmitted through a bridge port.
If this attribute has a value of ordered the received frames are ordered as
in the original message, before they are transmitted out through a bridge
port.
If it has a value of notOrdered, received then frames pass through the
bridge unit in the order they are received. This feature can be used over
multiple telecommunication links to increase data flow.
Please note that this attribute only affects link protocols and is
ineffective with lan media.
|
vrPpTbsgConvertArpMacAddress |
.1.3.6.1.4.1.562.2.4.1.100.3.13.10.1.4 |
This attribute is indicative of the state of the MAC address format
conversion process for ARP/RARP frames. The MAC addresses may be
translated if need be from a canonical format to a non-canonical format,
based on the needs of the associated media.
If this attribute is set to a value of on then all Mac addresses will
converted if need be to suit the format of mac address, the outgoing
media will support.
If this attribute is set to a value of off no such conversion takes place.
|
vrPpTbsgPortNum |
.1.3.6.1.4.1.562.2.4.1.100.3.13.10.1.5 |
This attribute is indicative of the unique number assigned to the bridge
port. It is used for SNMP management of this bridge port and in
spanning tree as an identifier this bridge port.
Notes regarding portNum:
Escape routines exist for initializing, copying, and deleting port
numbers. This is necessary because SNMP requires a unique port
instance identifier. The initPortNum escape routine sets the port number
to a value in the range 1-255 for this purpose. The setCopiedPortNum
escape routine exists to maintain the uniqueness of the port number in
cases when one port is copied to another. When a bridge port is deleted,
the releasePortNum escape routine places the port number being
released into a pending deletion state. This is because the port number
cannot be re-allocated until the port is truely deleted in the current view.
This is necessary since there is no guarantee of order when processing
changes to multiple protocol ports so without the pending deletion state,
the same port number could be temporarily assigned to two ports for a
short period of time.
The portNum is set as component critical since bridging also uses the
port number as a key for indexing into its data structures. If a port is
deleted then re-added under the same protocol port, CAS treats the
change as a SET to the portNum attribute.
|
vrPpTbsgOutboundFrameMediaType |
.1.3.6.1.4.1.562.2.4.1.100.3.13.10.1.6 |
This attribute specifies the media type the frame must be in before it is
to be forwarded over the outbound supported WAN Bridge Protocol
Port. The attribute only applies to outbound Bridge Protocol Port.
For supported bridge ports, if the attribute value remains set to the
default value of unaltered then there will be no frame conversion. When
the value is set to the value ethernetConv then all frames being
forwarded out the outbound WAN Port will be converted to ethernet
before forwarding takes place. The only outbound WAN medias that
currently support conversion are: FR (Frame Relay) and VNS. All other
medias will fail the Bridge Port semantic check when attempts are made
to alter this attribute.
The following is an example of what the user may be able to do. Frames
originating from a Token Ring are to be flooded out onto another Token
Ring and a Frame Relay Port. The token ring Outbound port performs
no translation, yet the FR Port has the outboundFrameMediaType
attribute set to ethernetConv which results in the frame being translated
into Ethernet format from Token Ring format before Frame Relay does
its encapsulation and transmits over the FR port.
|
vrPpTbsgSecureOption |
.1.3.6.1.4.1.562.2.4.1.100.3.13.11.1.1 |
This attribute specifies whether the port secure feature is enabled. The
secure feature, if enabled causes the following things to happen:
a) disallows dynamic learning,
b) disallows frames to be forwarded that do not satisfy the following
condition: the mac address of the source should be found in the
forwarding table and the destination mac address of the frame should
also be found in the forwarding table. In addition to this, the port the
frame was received on should figure as the in port, given the destination
mac address found in the frame.
c) disallows frames to be forwarded if the allowed to go port map for the
destination mac address is empty.
This feature in effect allows the user to choose the hosts that can
generate traffic and the hosts that can receive traffic through this bridge
unit.
|
vrPpTbsgAdminStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.13.12.1.1 |
This attribute defines the current administrative state for this component.
enabled indicates that the component is available for operation. disabled
indicates the component is unavailable for operation.
|
vrPpTbsgPortStateStpControl |
.1.3.6.1.4.1.562.2.4.1.100.3.13.12.1.2 |
This attribute specifies whether or not spanning tree protocol state for
this bridge port is controlled by the spanning tree protocol. In essence it
indicates the participation of this bridge port in the spanning tree
protocol, by accepting and acting on received bridge protocol data units
and by sending out the same.
on signifies that this bridge port's spanning tree port state is controlled
by the spanning tree protocol.
A value of off signifies that the spanning tree port state of this bridge
port is unaffected by the spanning tree protocol. This in effect puts the
bridge port out of reach of the spanning tree protocol and in the
forwarding state. Care should be taken while assigning a value of off to
this attribute, as this might cause network loops. Please do not set this
attribute to off unless you are absolutely sure about the effect of such an
action on your network topology.
|
vrPpTbsgStpTypeProv |
.1.3.6.1.4.1.562.2.4.1.100.3.13.12.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol. If the value of
the attribute protocolSpec in the SpanningTreeProtocol component,
provisioned under the TransparentBridge component is in conflict with
the value of this attribute, the value of the protocolSpec attribute will
prevail. Prevailing stp type is reflected in the value of the attribute
stpTypeOper.
|
vrPpTbsgPortPriority |
.1.3.6.1.4.1.562.2.4.1.100.3.13.12.1.4 |
This attribute specifies the value for port priority, which is contained in
the first octet of the port identifier. Valid values are as follows:
1) 0..255 for stp type DEC and
2) 0..65535 for stp type IEEE.
|
vrPpTbsgPathCost |
.1.3.6.1.4.1.562.2.4.1.100.3.13.12.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. Please note that the value of the
attribute pathCostMethod is applied only when the value of the attribute
pathCostMethod is set to on and is ignored if otherwise.
|
vrPpTbsgPathCostMethod |
.1.3.6.1.4.1.562.2.4.1.100.3.13.12.1.6 |
This attribute specifies the method used by the bridging logic, to
calculate the path cost to the bridge considered to be the root bridge in
the spanning tree topology. This attribute should be set to off before
attempting to provision a value for pathCostProv.
|
vrPpTbsgDomainNum |
.1.3.6.1.4.1.562.2.4.1.100.3.13.13.1.1 |
This attribute specifies the domain number associated with this bridge
port. Domain numbers are used for confining frames to a domain.
Domain based filtering provides a complete segregation of traffic based
on domain number associated with frames. There can exist only sixteen
domains when a spanning tree is desired specific to each domain. When
there is only a single spanning tree spanning all the domains the
maximum number of domains possible are 4294967293.
This attribute is of no relevance when associated with backbone bridge
port. Its value is ignored in such a situation.
|
vrPpTbsgPreserveDomain |
.1.3.6.1.4.1.562.2.4.1.100.3.13.13.1.2 |
This attribute specifies if the domain information should be preserved or
embedded in the frame header. This attribute applies only to backbone
ports and does not affect the access bridge ports. By setting this attribute
to a value of on, domain information could be preserved in frames being
tunnelled across the a backbone, so that this information can be
deciphered at the other end of the backbone tunnel. This preserves the
integrity of the domains thus preventing domain breaches while
tunnelling frames across backbone network.
If the value of this attribute is set to off then domain information is not
preserved in the header of the frames tunnelling through the backbone.
This eliminates the overhead incurred to preserve domain information
across the backbone while tunnelling frames across it.
Preserve domain is relevant when used in conjunction with the following
media: FDDI, ATM MPE, Frame Relay and PPP. It is ignored when
used with other types of media.
|
vrPpTbsgAdminState |
.1.3.6.1.4.1.562.2.4.1.100.3.13.14.1.1 |
This attribute indicates the OSI Administrative State of the
component.
The value locked indicates that the component is administratively
prohibited from providing services for its users. A Lock or Lock -
force command has been previously issued for this component.
When the value is locked, the value of usageState must be idle.
The value shuttingDown indicates that the component is
administratively permitted to provide service to its existing users
only. A Lock command was issued against the component and it is
in the process of shutting down.
The value unlocked indicates that the component is administratively
permitted to provide services for its users. To enter this state, issue
an Unlock command to this component.
|
vrPpTbsgOperationalState |
.1.3.6.1.4.1.562.2.4.1.100.3.13.14.1.2 |
This attribute indicates the OSI Operational State of the component.
The value enabled indicates that the component is available for
operation. Note that if adminState is locked, it would still not be
providing service.
The value disabled indicates that the component is not available for
operation. For example, something is wrong with the component
itself, or with another component on which this one depends. If the
value is disabled, the usageState must be idle.
|
vrPpTbsgUsageState |
.1.3.6.1.4.1.562.2.4.1.100.3.13.14.1.3 |
This attribute indicates the OSI Usage State of the component.
The value idle indicates that the component is not currently in use.
The value active indicates that the component is in use and has
spare capacity to provide for additional users.
The value busy indicates that the component is in use and has no
spare operating capacity for additional users at this time.
|
vrPpTbsgSnmpOperStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.13.15.1.1 |
The current state of the interface. The up state indicates the
interface is operational and capable of forwarding packets. The
down state indicates the interface is not operational, thus unable to
forward packets. testing state indicates that no operational packets
can be passed.
|
vrPpTbsgPortName |
.1.3.6.1.4.1.562.2.4.1.100.3.13.16.1.1 |
The attribute portName is a string of the form 'BridgePortName-i',
where BridgePortName is the abbreviation of the corresponding bridge
port and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
|
vrPpTbsgUpTime |
.1.3.6.1.4.1.562.2.4.1.100.3.13.16.1.3 |
This attribute specifies the accumulated up time of this bridge port since
the last reset occurred.
|
vrPpTbsgDownTime |
.1.3.6.1.4.1.562.2.4.1.100.3.13.16.1.4 |
This attribute specifies the accumulated down time of this bridge port
since the last reset occurred.
|
vrPpTbsgBridgingMode |
.1.3.6.1.4.1.562.2.4.1.100.3.13.16.1.5 |
This attribute specifies the mode of bridging this port can support. It in
turn implies the format of frames, this bridge port can process and
forward.
|
vrPpTbsgBridgePortConfig |
.1.3.6.1.4.1.562.2.4.1.100.3.13.16.1.6 |
This attribute specifies the bridge port's configuration. It indicates if the
bridge port is operating as an access port or as a backbone port. An
access bridge port does not encapsulate a MAC frame and does not
preserve domain information in the encapsulation, whereas a backbone
bridge port encapsulates the MAC frame and optionally preserves
domain information in the encapsulated frame.A backbone bridge port
is typically used to transport frames across a high bandwidth backbone
network to another bridge unit for further processing/forwarding of the
frame.
|
vrPpTbsgBridgePortType |
.1.3.6.1.4.1.562.2.4.1.100.3.13.16.1.7 |
This attribute specifies the type of bridge port that was provisioned. It
takes into consideration the bridgingMode, bridgePortConfig and the
media the bridge port is linked to before branding a bridge port.
|
vrPpTbsgIfIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.13.16.1.8 |
This attribute specifies the index into the Interface Table where in
information about the media interface corresponding to the bridge port is
maintained.
|
vrPpTbsgDelayExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.13.16.1.10 |
This attribute is indicative of the number of frames that were discarded
because the time taken to process these frames exceeded the transit
delay allowed for this bridge unit. This attribute is not supported by
bridging and will always have a value of 0.
|
vrPpTbsgMtuExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.13.16.1.11 |
This attribute is indicative of the number of frames discarded because
the size of the out bound frame exceeded the message transfer unit (mtu)
allowed for the bridge port. Note that this counter only refers to the
outbound frames for this bridge port. This counter wraps around its
maximum value of 4294967295.
This counter is influenced by the attribute fragmentIp. This counter is
incremented when the a frame larger than the mtu allowed is
encountered and cannot be fragmented. If this counter is increasing
steadily, it might be useful to set the value of the attribute fragmentIp to
a value of on.
|
vrPpTbsgMaxInfo |
.1.3.6.1.4.1.562.2.4.1.100.3.13.17.1.2 |
This attribute specifies the maximum size of the information field in a
TB frame. This excludes the header field.
|
vrPpTbsgBadVerifyDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.13.17.1.3 |
This attribute is indicative of the number of incoming frames that were
discarded because:
a) the value of the secureOption attribute was set to on and
b) it is not allowed to receive frames originating from the mac address
found in the source address field of the frame (source mac address look
up in the forwarding table failed.) on this bridge port.
c) for the destination mac address found in the frame, the port the frame
was received on does not appear as in port in the corresponding static
table entry.
Permission to receive frames from a mac address is granted via the static
table entries.
This attribute, badVerifyDiscards, is directly influenced by:
1. secureOption and
2. the static table entries.
This counter wraps around its maximum value of 4294967295.
|
vrPpTbsgUnicastNoMatches |
.1.3.6.1.4.1.562.2.4.1.100.3.13.17.1.4 |
This attribute is indicative of the number frames discarded because the
MAC address found in the destination field did not match the local MAC
address of the bridge port. This counter is only applicable for the
protocols that are being routed currently.This counter wraps around its
maximum value of 4294967295.
|
vrPpTbsgStaticEntryDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.13.17.1.5 |
This attribute is indicative of the number of frames that were discarded
because of the following two reasons:
a) there was no entry for the 'allowed to go' field in the static table
entry, where the input port is this bridge port.
b) for spanning tree bpdus that are locally processed.
This counter wraps around its maximum value of 4294967295.
It might prove useful to check the static table entry corresponding to the
bridge port in question, if this counter consistently displays a high value.
Ideally this counter should be as low as possible.
|
vrPpTbsgDynamicEntryDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.13.17.1.6 |
This attribute is indicative of the number of incoming frames that
a) were discarded because of the fact that the bridge port, the frame is to
go out of matches the bridge port it came in from or
b) if the stp port state of the out port is not forwarding.
This counter wraps around its maximum value of 4294967295.
|
vrPpTbsgLearningDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.13.17.1.7 |
This attribute is indicative of the number of frames that were discarded
while this bridge port was in a state other than the forwarding state.
While in learning state the frame is discarded after the information from
its header is learnt. This counter wraps around its maximum value of
4294967295.
|
vrPpTbsgInDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.13.17.1.8 |
This attribute is indicative of the number of frames that were received by
this bridge port and were discarded by the forwarding process. This
includes frames that could have been discarded due to filtering. A
repidly increasing value for this attribute could indicate a shrtage of
resource in terms of memory needed to process the incoming frames.
More memory can be provisioned through the VirtualRouter's memory
manager.
|
vrPpTbsgInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.13.17.1.9 |
This attribute is indicative of the number of frames that have been
received by this port from its segment. Note that a frame received on this
bridge port is counted if and only if it can be processed by the bridge
logic contained in this bridge unit, a protocol that can be processed by
the bridge logic. This counter wraps around its maximum value of
4294967295.
|
vrPpTbsgOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.13.17.1.10 |
This attribute is indicative of the number of frames that have been
transmitted out this bridge port. Note that frame transmitted out this
bridge port is counted if and only if it is for a protocol being processed
by the bridge unit. This also includes management frames.This counter
wraps around its maximum value of 4294967295.
|
vrPpTbsgStpPortState |
.1.3.6.1.4.1.562.2.4.1.100.3.13.18.1.2 |
This attribute specifies the spanning tree protocol state of the bridge
port.
|
vrPpTbsgStpTypeOper |
.1.3.6.1.4.1.562.2.4.1.100.3.13.18.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol.
|
vrPpTbsgDesignatedCost |
.1.3.6.1.4.1.562.2.4.1.100.3.13.18.1.4 |
This attribute specifies the path cost of the designated port of the lan
segment connected to the port.
|
vrPpTbsgPathCostOper |
.1.3.6.1.4.1.562.2.4.1.100.3.13.18.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. This attribute pathCostOper will track
the value of the attribute pathCostProv when the value of the attribute
pathCostMethod is set of off.
|
vrPpTbsgDesignatedBridge |
.1.3.6.1.4.1.562.2.4.1.100.3.13.18.1.6 |
This attribute specifies the identifier of the bridge that this port considers
to be the designated bridge.
|
vrPpTbsgDesignatedPort |
.1.3.6.1.4.1.562.2.4.1.100.3.13.18.1.7 |
This attribute specifies the port identifier of the port on the designated
bridge, attached to the same lan as this port is attached to.
|
vrPpTbsgForwardTransitions |
.1.3.6.1.4.1.562.2.4.1.100.3.13.18.1.8 |
This attribute is indicative of the number of times this bridge port
transitioned from the learning state to the forwarding state. This
counter wraps around its maximum value of 4294967295.
A rapidly increasing value might be indicative of an unstable spanning
tree topology.
|
vrPpTbsgBlockingDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.13.18.1.9 |
This attribute is indicative of the number of incoming frames that were
discarded because the bridge port was in the blocking state. This counter
wraps around its maximum value of 4294967295.
|
vrPpTbsgDesignatedRoot |
.1.3.6.1.4.1.562.2.4.1.100.3.13.18.1.10 |
This attribute specifies the bridge identifier of the bridge recorded as the
root bridge, in the configuration BPDUs sent out by the designated
bridge on the segment to which the port is attached.
|
vrPpTbsgBadAbstractDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.13.19.1.1 |
This attribute is indicative of the number of frames that were discarded
because the data that was abstracted, from frames coming in through this
bridge port, did not conform to the format expected by the bridge
logic.This counter wraps around its maximum value of 4294967295.
|
vrPpTbsgTinygramFramesIn |
.1.3.6.1.4.1.562.2.4.1.100.3.13.19.1.2 |
This attribute is indicative of the number of frames received on this
bridge port that used the tinygram compression scheme.
|
vrPpTbsgTinygramFramesOut |
.1.3.6.1.4.1.562.2.4.1.100.3.13.19.1.3 |
This attribute is indicative of the number of frames transmitted out this
bridge port that used the tinygram compression scheme.
|
vrPpTbsgInFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.13.19.1.4 |
This attribute is indicative of the number of frames discarded at the in
filter point. This includes
a) frames discarded due to application of the filter defined with PCF for
the in filter point and
b) the frames discarded due to domain based filtering at the in filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpTbsgOutFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.13.19.1.5 |
This attribute is indicative of the number of frames discarded at the out
filter point. This includes:
a) frames discarded due to application of the filter defined with PCF for
the out filter point and
b) the frames discarded due to domain based filtering at the out filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpSrclIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.14.1.1.10 |
This variable represents the index for the vrPpSrcl tables.
|
vrPpSrclRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.14.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpSrcl components.
These components can be added and deleted.
|
vrPpSrclComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.14.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpSrclStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.14.1.1.4 |
This variable represents the storage type value for the
vrPpSrcl tables.
|
vrPpSrclTranslateIpx |
.1.3.6.1.4.1.562.2.4.1.100.3.14.10.1.1 |
This attribute specifies the type of translation to be performed on frames
carrying IPX packets. Ethernet frames carrying IPX payload could be
translated to IEEE 802.3 frames (with the same IPX payload) or vice-
versa. The main reason to do so is to allow the bridge unit to
consistently forward one type of frames carrying IPX packets.
Translations can be turned off altogether in which case the IPX frames
will pass through the bridge unit unchanged.
|
vrPpSrclFragmentIp |
.1.3.6.1.4.1.562.2.4.1.100.3.14.10.1.2 |
This attribute specifies if or not outbound frames carrying IP datagrams
should be fragmented to conform to message transfer unit (mtu) sizes
dictated by the media.
|
vrPpSrclServiceClass |
.1.3.6.1.4.1.562.2.4.1.100.3.14.10.1.3 |
This attribute specifies if the frames should be ordered or not before they
are transmitted through a bridge port.
If this attribute has a value of ordered the received frames are ordered as
in the original message, before they are transmitted out through a bridge
port.
If it has a value of notOrdered, received then frames pass through the
bridge unit in the order they are received. This feature can be used over
multiple telecommunication links to increase data flow.
Please note that this attribute only affects link protocols and is
ineffective with lan media.
|
vrPpSrclConvertArpMacAddress |
.1.3.6.1.4.1.562.2.4.1.100.3.14.10.1.4 |
This attribute is indicative of the state of the MAC address format
conversion process for ARP/RARP frames. The MAC addresses may be
translated if need be from a canonical format to a non-canonical format,
based on the needs of the associated media.
If this attribute is set to a value of on then all Mac addresses will
converted if need be to suit the format of mac address, the outgoing
media will support.
If this attribute is set to a value of off no such conversion takes place.
|
vrPpSrclPortNum |
.1.3.6.1.4.1.562.2.4.1.100.3.14.10.1.5 |
This attribute is indicative of the unique number assigned to the bridge
port. It is used for SNMP management of this bridge port and in
spanning tree as an identifier this bridge port.
Notes regarding portNum:
Escape routines exist for initializing, copying, and deleting port
numbers. This is necessary because SNMP requires a unique port
instance identifier. The initPortNum escape routine sets the port number
to a value in the range 1-255 for this purpose. The setCopiedPortNum
escape routine exists to maintain the uniqueness of the port number in
cases when one port is copied to another. When a bridge port is deleted,
the releasePortNum escape routine places the port number being
released into a pending deletion state. This is because the port number
cannot be re-allocated until the port is truely deleted in the current view.
This is necessary since there is no guarantee of order when processing
changes to multiple protocol ports so without the pending deletion state,
the same port number could be temporarily assigned to two ports for a
short period of time.
The portNum is set as component critical since bridging also uses the
port number as a key for indexing into its data structures. If a port is
deleted then re-added under the same protocol port, CAS treats the
change as a SET to the portNum attribute.
|
vrPpSrclOutboundFrameMediaType |
.1.3.6.1.4.1.562.2.4.1.100.3.14.10.1.6 |
This attribute specifies the media type the frame must be in before it is
to be forwarded over the outbound supported WAN Bridge Protocol
Port. The attribute only applies to outbound Bridge Protocol Port.
For supported bridge ports, if the attribute value remains set to the
default value of unaltered then there will be no frame conversion. When
the value is set to the value ethernetConv then all frames being
forwarded out the outbound WAN Port will be converted to ethernet
before forwarding takes place. The only outbound WAN medias that
currently support conversion are: FR (Frame Relay) and VNS. All other
medias will fail the Bridge Port semantic check when attempts are made
to alter this attribute.
The following is an example of what the user may be able to do. Frames
originating from a Token Ring are to be flooded out onto another Token
Ring and a Frame Relay Port. The token ring Outbound port performs
no translation, yet the FR Port has the outboundFrameMediaType
attribute set to ethernetConv which results in the frame being translated
into Ethernet format from Token Ring format before Frame Relay does
its encapsulation and transmits over the FR port.
|
vrPpSrclAdminStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.14.12.1.1 |
This attribute defines the current administrative state for this component.
enabled indicates that the component is available for operation. disabled
indicates the component is unavailable for operation.
|
vrPpSrclPortStateStpControl |
.1.3.6.1.4.1.562.2.4.1.100.3.14.12.1.2 |
This attribute specifies whether or not spanning tree protocol state for
this bridge port is controlled by the spanning tree protocol. In essence it
indicates the participation of this bridge port in the spanning tree
protocol, by accepting and acting on received bridge protocol data units
and by sending out the same.
on signifies that this bridge port's spanning tree port state is controlled
by the spanning tree protocol.
A value of off signifies that the spanning tree port state of this bridge
port is unaffected by the spanning tree protocol. This in effect puts the
bridge port out of reach of the spanning tree protocol and in the
forwarding state. Care should be taken while assigning a value of off to
this attribute, as this might cause network loops. Please do not set this
attribute to off unless you are absolutely sure about the effect of such an
action on your network topology.
|
vrPpSrclStpTypeProv |
.1.3.6.1.4.1.562.2.4.1.100.3.14.12.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol. If the value of
the attribute protocolSpec in the SpanningTreeProtocol component,
provisioned under the TransparentBridge component is in conflict with
the value of this attribute, the value of the protocolSpec attribute will
prevail. Prevailing stp type is reflected in the value of the attribute
stpTypeOper.
|
vrPpSrclPortPriority |
.1.3.6.1.4.1.562.2.4.1.100.3.14.12.1.4 |
This attribute specifies the value for port priority, which is contained in
the first octet of the port identifier. Valid values are as follows:
1) 0..255 for stp type DEC and
2) 0..65535 for stp type IEEE.
|
vrPpSrclPathCost |
.1.3.6.1.4.1.562.2.4.1.100.3.14.12.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. Please note that the value of the
attribute pathCostMethod is applied only when the value of the attribute
pathCostMethod is set to on and is ignored if otherwise.
|
vrPpSrclPathCostMethod |
.1.3.6.1.4.1.562.2.4.1.100.3.14.12.1.6 |
This attribute specifies the method used by the bridging logic, to
calculate the path cost to the bridge considered to be the root bridge in
the spanning tree topology. This attribute should be set to off before
attempting to provision a value for pathCostProv.
|
vrPpSrclDomainNum |
.1.3.6.1.4.1.562.2.4.1.100.3.14.13.1.1 |
This attribute specifies the domain number associated with this bridge
port. Domain numbers are used for confining frames to a domain.
Domain based filtering provides a complete segregation of traffic based
on domain number associated with frames. There can exist only sixteen
domains when a spanning tree is desired specific to each domain. When
there is only a single spanning tree spanning all the domains the
maximum number of domains possible are 4294967293.
This attribute is of no relevance when associated with backbone bridge
port. Its value is ignored in such a situation.
|
vrPpSrclPreserveDomain |
.1.3.6.1.4.1.562.2.4.1.100.3.14.13.1.2 |
This attribute specifies if the domain information should be preserved or
embedded in the frame header. This attribute applies only to backbone
ports and does not affect the access bridge ports. By setting this attribute
to a value of on, domain information could be preserved in frames being
tunnelled across the a backbone, so that this information can be
deciphered at the other end of the backbone tunnel. This preserves the
integrity of the domains thus preventing domain breaches while
tunnelling frames across backbone network.
If the value of this attribute is set to off then domain information is not
preserved in the header of the frames tunnelling through the backbone.
This eliminates the overhead incurred to preserve domain information
across the backbone while tunnelling frames across it.
Preserve domain is relevant when used in conjunction with the following
media: FDDI, ATM MPE, Frame Relay and PPP. It is ignored when
used with other types of media.
|
vrPpSrclAdminState |
.1.3.6.1.4.1.562.2.4.1.100.3.14.14.1.1 |
This attribute indicates the OSI Administrative State of the
component.
The value locked indicates that the component is administratively
prohibited from providing services for its users. A Lock or Lock -
force command has been previously issued for this component.
When the value is locked, the value of usageState must be idle.
The value shuttingDown indicates that the component is
administratively permitted to provide service to its existing users
only. A Lock command was issued against the component and it is
in the process of shutting down.
The value unlocked indicates that the component is administratively
permitted to provide services for its users. To enter this state, issue
an Unlock command to this component.
|
vrPpSrclOperationalState |
.1.3.6.1.4.1.562.2.4.1.100.3.14.14.1.2 |
This attribute indicates the OSI Operational State of the component.
The value enabled indicates that the component is available for
operation. Note that if adminState is locked, it would still not be
providing service.
The value disabled indicates that the component is not available for
operation. For example, something is wrong with the component
itself, or with another component on which this one depends. If the
value is disabled, the usageState must be idle.
|
vrPpSrclUsageState |
.1.3.6.1.4.1.562.2.4.1.100.3.14.14.1.3 |
This attribute indicates the OSI Usage State of the component.
The value idle indicates that the component is not currently in use.
The value active indicates that the component is in use and has
spare capacity to provide for additional users.
The value busy indicates that the component is in use and has no
spare operating capacity for additional users at this time.
|
vrPpSrclSnmpOperStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.14.15.1.1 |
The current state of the interface. The up state indicates the
interface is operational and capable of forwarding packets. The
down state indicates the interface is not operational, thus unable to
forward packets. testing state indicates that no operational packets
can be passed.
|
vrPpSrclPortName |
.1.3.6.1.4.1.562.2.4.1.100.3.14.16.1.1 |
The attribute portName is a string of the form 'BridgePortName-i',
where BridgePortName is the abbreviation of the corresponding bridge
port and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
|
vrPpSrclUpTime |
.1.3.6.1.4.1.562.2.4.1.100.3.14.16.1.3 |
This attribute specifies the accumulated up time of this bridge port since
the last reset occurred.
|
vrPpSrclDownTime |
.1.3.6.1.4.1.562.2.4.1.100.3.14.16.1.4 |
This attribute specifies the accumulated down time of this bridge port
since the last reset occurred.
|
vrPpSrclBridgingMode |
.1.3.6.1.4.1.562.2.4.1.100.3.14.16.1.5 |
This attribute specifies the mode of bridging this port can support. It in
turn implies the format of frames, this bridge port can process and
forward.
|
vrPpSrclBridgePortConfig |
.1.3.6.1.4.1.562.2.4.1.100.3.14.16.1.6 |
This attribute specifies the bridge port's configuration. It indicates if the
bridge port is operating as an access port or as a backbone port. An
access bridge port does not encapsulate a MAC frame and does not
preserve domain information in the encapsulation, whereas a backbone
bridge port encapsulates the MAC frame and optionally preserves
domain information in the encapsulated frame.A backbone bridge port
is typically used to transport frames across a high bandwidth backbone
network to another bridge unit for further processing/forwarding of the
frame.
|
vrPpSrclBridgePortType |
.1.3.6.1.4.1.562.2.4.1.100.3.14.16.1.7 |
This attribute specifies the type of bridge port that was provisioned. It
takes into consideration the bridgingMode, bridgePortConfig and the
media the bridge port is linked to before branding a bridge port.
|
vrPpSrclIfIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.14.16.1.8 |
This attribute specifies the index into the Interface Table where in
information about the media interface corresponding to the bridge port is
maintained.
|
vrPpSrclDelayExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.14.16.1.10 |
This attribute is indicative of the number of frames that were discarded
because the time taken to process these frames exceeded the transit
delay allowed for this bridge unit. This attribute is not supported by
bridging and will always have a value of 0.
|
vrPpSrclMtuExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.14.16.1.11 |
This attribute is indicative of the number of frames discarded because
the size of the out bound frame exceeded the message transfer unit (mtu)
allowed for the bridge port. Note that this counter only refers to the
outbound frames for this bridge port. This counter wraps around its
maximum value of 4294967295.
This counter is influenced by the attribute fragmentIp. This counter is
incremented when the a frame larger than the mtu allowed is
encountered and cannot be fragmented. If this counter is increasing
steadily, it might be useful to set the value of the attribute fragmentIp to
a value of on.
|
vrPpSrclStpPortState |
.1.3.6.1.4.1.562.2.4.1.100.3.14.18.1.2 |
This attribute specifies the spanning tree protocol state of the bridge
port.
|
vrPpSrclStpTypeOper |
.1.3.6.1.4.1.562.2.4.1.100.3.14.18.1.3 |
This attribute specifies the type of spanning tree protocol the port is
participating in. A bridge port could participate in either the ieee8021
spanning tree protocol or the dec spanning tree protocol.
|
vrPpSrclDesignatedCost |
.1.3.6.1.4.1.562.2.4.1.100.3.14.18.1.4 |
This attribute specifies the path cost of the designated port of the lan
segment connected to the port.
|
vrPpSrclPathCostOper |
.1.3.6.1.4.1.562.2.4.1.100.3.14.18.1.5 |
This attribute specifies the contribution of this port, to all the paths to the
root bridge that include this port. This attribute pathCostOper will track
the value of the attribute pathCostProv when the value of the attribute
pathCostMethod is set of off.
|
vrPpSrclDesignatedBridge |
.1.3.6.1.4.1.562.2.4.1.100.3.14.18.1.6 |
This attribute specifies the identifier of the bridge that this port considers
to be the designated bridge.
|
vrPpSrclDesignatedPort |
.1.3.6.1.4.1.562.2.4.1.100.3.14.18.1.7 |
This attribute specifies the port identifier of the port on the designated
bridge, attached to the same lan as this port is attached to.
|
vrPpSrclForwardTransitions |
.1.3.6.1.4.1.562.2.4.1.100.3.14.18.1.8 |
This attribute is indicative of the number of times this bridge port
transitioned from the learning state to the forwarding state. This
counter wraps around its maximum value of 4294967295.
A rapidly increasing value might be indicative of an unstable spanning
tree topology.
|
vrPpSrclBlockingDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.14.18.1.9 |
This attribute is indicative of the number of incoming frames that were
discarded because the bridge port was in the blocking state. This counter
wraps around its maximum value of 4294967295.
|
vrPpSrclDesignatedRoot |
.1.3.6.1.4.1.562.2.4.1.100.3.14.18.1.10 |
This attribute specifies the bridge identifier of the bridge recorded as the
root bridge, in the configuration BPDUs sent out by the designated
bridge on the segment to which the port is attached.
|
vrPpSrclBadAbstractDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.14.19.1.1 |
This attribute is indicative of the number of frames that were discarded
because the data that was abstracted, from frames coming in through this
bridge port, did not conform to the format expected by the bridge
logic.This counter wraps around its maximum value of 4294967295.
|
vrPpSrclTinygramFramesIn |
.1.3.6.1.4.1.562.2.4.1.100.3.14.19.1.2 |
This attribute is indicative of the number of frames received on this
bridge port that used the tinygram compression scheme.
|
vrPpSrclTinygramFramesOut |
.1.3.6.1.4.1.562.2.4.1.100.3.14.19.1.3 |
This attribute is indicative of the number of frames transmitted out this
bridge port that used the tinygram compression scheme.
|
vrPpSrclInFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.14.19.1.4 |
This attribute is indicative of the number of frames discarded at the in
filter point. This includes
a) frames discarded due to application of the filter defined with PCF for
the in filter point and
b) the frames discarded due to domain based filtering at the in filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpSrclOutFilterDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.14.19.1.5 |
This attribute is indicative of the number of frames discarded at the out
filter point. This includes:
a) frames discarded due to application of the filter defined with PCF for
the out filter point and
b) the frames discarded due to domain based filtering at the out filter
point. This counter wraps around its maximum value of 4294967295.
|
vrPpSrclHopCount |
.1.3.6.1.4.1.562.2.4.1.100.3.14.20.1.1 |
This attribute specifies the maximum number of hops allowed in
Spanning Tree Explore and All Routes Explore frames. This value is one
less than the maximum number of route descriptors allowed in a source
route frame
|
vrPpSrclExploreFrameTreatment |
.1.3.6.1.4.1.562.2.4.1.100.3.14.20.1.2 |
This attribute specifies whether or not explore frames received from
SourceRouteBridge ports will be sent to the SRTB-8209 translation or
the encapsulated SourceRouteBridge logic. This option is used only
when both the TbsrBridgePort and the SrtbBridgePort are provisioned
and enabled.
A value of Xlate implies that the explore frames will be sent to the Srtb
translation logic and a value of Encap implies that the frames will be
sent to the Encapsulated source route bridging logic.
|
vrPpSrclLanId |
.1.3.6.1.4.1.562.2.4.1.100.3.14.20.1.3 |
This attribute specifies the identifier for the physical LAN that this port
is attached. All SourceRouteBridge ports are assigned to a physical LAN
and a logical internal LAN.
Current source route bridge implementations limit the lanId to a value in
the range 0 to 4095.
|
vrPpSrclInternalLanId |
.1.3.6.1.4.1.562.2.4.1.100.3.14.20.1.4 |
This attribute specifies the identifier for the internal logical LAN this
port is attached. All SourceRouteBridge ports are assigned to a physical
LAN and a logical internal LAN.
Current source route bridge implementations limit the lanId to a value in
the range 0 to 4095.
|
vrPpSrclBridgeNum |
.1.3.6.1.4.1.562.2.4.1.100.3.14.20.1.5 |
This attribute specifies the value that is used to identify this bridge when
more than one bridge is used to span the same two LAN segments.
|
vrPpSrclLargestFrame |
.1.3.6.1.4.1.562.2.4.1.100.3.14.20.1.6 |
This attribute specifies the maximum frame size (LLC and above) in
octets, allowed by this SourceRouteBridge port. This field is used to
determine whether a modification of the largest frame field of the
routing control field of the routing information field is warranted.
|
vrPpSrclSteSpanMode |
.1.3.6.1.4.1.562.2.4.1.100.3.14.20.1.7 |
This attribute determines how this bridge port will react when presented
with a Spanning Tree Explore frame.
If disabled, the Spanning Tree Explore frame is discarded regardless of
the value of stpPortState.
If the value of this attribute is forced, the Spanning Tree Explore frame
is forwarded regardless of the value of stpPortState.
autoSpan uses the stpPortState value to decide whether or not Spanning
Tree Explore frames should be forwarded out this bridge port. If the port
is in the forwarding state, the frame is received and transmitted
otherwise the frame is discarded.
|
vrPpSrclAreRdLimit |
.1.3.6.1.4.1.562.2.4.1.100.3.14.20.1.8 |
This attribute specifies the number of route descriptors allowed in an All
Routes Explore frame received on a SourceRouteBridgePort or
SourceRouteTransparentBridgePort. Current source route bridge
implementations limit the areRdLimit to a value in the range 0 to 8.
|
vrPpSrclSteRdLimit |
.1.3.6.1.4.1.562.2.4.1.100.3.14.20.1.9 |
This attribute specifies the number of route descriptors allowed in a
Spanning Tree Explore frame received on a SourceRouteBridgePort or
SourceRouteTransparentBridgePort. Current source route bridge
implementations limit the steRdLimit to a value in the range 0 to 8.
|
vrPpSrclSpecInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.14.21.1.1 |
This attribute specifies the number of specifically routed frames that
were received by this bridge port. A specifically routed frame has a route
descriptor, constructed by the originating host which details an explicit
route to the destination host. This counter will wrap to zero when it
exceeds its maximum.
|
vrPpSrclSpecOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.14.21.1.2 |
This attribute specifies the number of specifically routed frames that
were transmitted from this bridge port. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrclApeInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.14.21.1.3 |
This attribute specifies the number of All Path Explore frames received
on this bridge port. The All Path Explore frames are forwarded to all
SourceRouteBridge ports assigned to this bridge regardless of the port's
portStpStates. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrclApeOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.14.21.1.4 |
This attribute specifies the number of All Path Explore frames
transmitted on this bridge port. The All Path Explore frames are
forwarded to all SourceRouteBridge ports assigned to this bridge
regardless of the port's portStpState state. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrclSteInFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.14.21.1.5 |
This attribute specifies the number of Spanning Tree Explore frames
received on this bridge port. The Spanning Tree Explore frames are only
forwarded through bridge ports whose portStpState has a value of
forwarding. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrclSteOutFrames |
.1.3.6.1.4.1.562.2.4.1.100.3.14.21.1.6 |
This attribute specifies the number of Spanning Tree Frames transmitted
on this bridge port. This counter will wrap to zero when it exceeds its
maximum.
|
vrPpSrclSegmentMismatchDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.14.21.1.7 |
This attribute specifies the number of All Routes Explore and Spanning
Tree Explore frames that were discarded due to an invalid next segment
value in the routing information field. This counter will wrap to zero
when it exceeds its maximum.
|
vrPpSrclDupSegmentDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.14.21.1.8 |
This attribute specifies the number of frames discarded due to the
presence of a duplicate segment identifier in the route descriptor field
which may indicate a loop in the network topology. This counter will
wrap to zero when it exceeds its maximum.
|
vrPpSrclHopCountExceededDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.14.21.1.9 |
This attribute specifies the number of All Routes Explore and Spanning
Tree Explore frames discarded by this bridge port due to a frame
exceeding the maximum size allowed for a route descriptor length. This
counter will wrap to zero when it exceeds its maximum.
|
vrPpSrclDupLanIdOrTreeErrors |
.1.3.6.1.4.1.562.2.4.1.100.3.14.21.1.10 |
This attribute specifies the number frames received which contain
duplicate LAN IDs or Tree errors. This attribute is helpful in debugging
problems in networks which contain older IBM-SR bridges. This
counter will wrap to zero when it exceeds its maximum.
|
vrPpSrclLanIdMismatches |
.1.3.6.1.4.1.562.2.4.1.100.3.14.21.1.11 |
This attributes counts the number of All Routes Explore or Spanning
Tree Explore frames that were discarded because the last LAN ID in the
routing information field did not equal the LAN ID. This counter will
wrap to zero when it exceeds its maximum.
|
vrPpSrclStaticDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.14.21.1.12 |
This attribute is indicative of the number of explorer frames discarded
due to fact that the outbound SourceRouteBridge port was disabled or
deleted. This counter will wrap to zero when it exceeds its maximum.
|
vrPpSrclDynamicDiscards |
.1.3.6.1.4.1.562.2.4.1.100.3.14.21.1.13 |
This attribute specifies the number of frames discarded due to receiving
a frame with a target LAN ID which did not match the internal LAN ID
of the receiving bridge port. This counter will wrap to zero when it
exceeds its maximum.
|
vrPpSrclNsIndex |
.1.3.6.1.4.1.562.2.4.1.100.3.14.2.1.1.10 |
This variable represents the index for the vrPpSrclNs tables.
|
vrPpSrclNsRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.3.14.2.1.1.1 |
This variable is used as the basis for SNMP naming of
vrPpSrclNs components.
These components can be added and deleted.
|
vrPpSrclNsComponentName |
.1.3.6.1.4.1.562.2.4.1.100.3.14.2.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrPpSrclNsStorageType |
.1.3.6.1.4.1.562.2.4.1.100.3.14.2.1.1.4 |
This variable represents the storage type value for the
vrPpSrclNs tables.
|
vrPpSrclNsIncomingFilter |
.1.3.6.1.4.1.562.2.4.1.100.3.14.2.10.1.2 |
This attribute specifies the name of the filter to be applied at the
incoming filter point.
|
vrPpSrclNsOutgoingFilter |
.1.3.6.1.4.1.562.2.4.1.100.3.14.2.10.1.3 |
This attribute specifies the name of the filter to be applied at the out
going filter point.
|
vrBrIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.1.1.10 |
This variable represents the index for the vrBr tables.
|
vrBrRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.1.1.1 |
This variable is used as the basis for SNMP naming of
vrBr components.
These components can be added and deleted.
|
vrBrComponentName |
.1.3.6.1.4.1.562.2.4.1.100.5.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrBrStorageType |
.1.3.6.1.4.1.562.2.4.1.100.5.1.1.4 |
This variable represents the storage type value for the
vrBr tables.
|
vrBrAdminStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.10.1.1 |
This attribute defines the current administrative status for
thiscomponent.
enabled indicates that the component is available for operation.
disabled indicates the component is unavailable for operation. The
application preserves all previously received provisioning data, all
writable operational data and all counters. Please note that all learnt data
are lost. The bridge application is not available for operation while in
this state.
|
vrBrAdminState |
.1.3.6.1.4.1.562.2.4.1.100.5.12.1.1 |
This attribute indicates the OSI Administrative State of the
component.
The value locked indicates that the component is administratively
prohibited from providing services for its users. A Lock or Lock -
force command has been previously issued for this component.
When the value is locked, the value of usageState must be idle.
The value shuttingDown indicates that the component is
administratively permitted to provide service to its existing users
only. A Lock command was issued against the component and it is
in the process of shutting down.
The value unlocked indicates that the component is administratively
permitted to provide services for its users. To enter this state, issue
an Unlock command to this component.
|
vrBrOperationalState |
.1.3.6.1.4.1.562.2.4.1.100.5.12.1.2 |
This attribute indicates the OSI Operational State of the component.
The value enabled indicates that the component is available for
operation. Note that if adminState is locked, it would still not be
providing service.
The value disabled indicates that the component is not available for
operation. For example, something is wrong with the component
itself, or with another component on which this one depends. If the
value is disabled, the usageState must be idle.
|
vrBrUsageState |
.1.3.6.1.4.1.562.2.4.1.100.5.12.1.3 |
This attribute indicates the OSI Usage State of the component.
The value idle indicates that the component is not currently in use.
The value active indicates that the component is in use and has
spare capacity to provide for additional users.
The value busy indicates that the component is in use and has no
spare operating capacity for additional users at this time.
|
vrBrSnmpOperStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.13.1.1 |
The current state of the interface. The up state indicates the
interface is operational and capable of forwarding packets. The
down state indicates the interface is not operational, thus unable to
forward packets. testing state indicates that no operational packets
can be passed.
|
vrBrBridgeAddress |
.1.3.6.1.4.1.562.2.4.1.100.5.14.1.1 |
This attribute represents the Mac address for the bridge. This address is
used when this bridge must be referred to in a unique manner. It is used
to form the bridge identifier, used by the spanning tree protocol, by
concatenating it with the attribute bridgePriority under the component
SpanningTreeProtocol.
|
vrBrNumPorts |
.1.3.6.1.4.1.562.2.4.1.100.5.14.1.2 |
This attribute is indicative of the number of ports this bridge controls. In
other words, it is a count of the number of bridge ports provisioned.
|
vrBrType |
.1.3.6.1.4.1.562.2.4.1.100.5.14.1.3 |
This attribute is indicative of the capability of this bridge unit in terms of
types of bridging it can handle.
|
vrBrPteDomainNumIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.2.1.1.10 |
This variable represents an index for the vrBrPte tables.
|
vrBrPtePortNameIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.2.1.1.11 |
This variable represents an index for the vrBrPte tables.
|
vrBrPteModeIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.2.1.1.12 |
This variable represents an index for the vrBrPte tables.
|
vrBrPteRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.2.1.1.1 |
This variable is used as the basis for SNMP naming of
vrBrPte components.
These components cannot be added nor deleted.
|
vrBrPteComponentName |
.1.3.6.1.4.1.562.2.4.1.100.5.2.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrBrPteStorageType |
.1.3.6.1.4.1.562.2.4.1.100.5.2.1.1.4 |
This variable represents the storage type value for the
vrBrPte tables.
|
vrBrPteMacType |
.1.3.6.1.4.1.562.2.4.1.100.5.2.10.1.1 |
This attribute is indicative of the Mac type of the bridge port is
associated with.
|
vrBrPteStpState |
.1.3.6.1.4.1.562.2.4.1.100.5.2.10.1.2 |
This attribute is indicative of the stp state of the bridge port.
|
vrBrPteStpType |
.1.3.6.1.4.1.562.2.4.1.100.5.2.10.1.3 |
This attribute specifies the type of the spanning tree protocol this bridge
port is participating in.
|
vrBrPteFilterPoints |
.1.3.6.1.4.1.562.2.4.1.100.5.2.10.1.4 |
This attribute in indicative of the points where filtering is active
currently.
|
vrBrPtePortPointsTo |
.1.3.6.1.4.1.562.2.4.1.100.5.2.10.1.5 |
This attribute in indicative of the fact if this bridge port leads to the root
bridge of the spanning tree topology or if leads to the designated bridge
of the lan segment the bridge port is attached to.
|
vrBrPteLanId |
.1.3.6.1.4.1.562.2.4.1.100.5.2.11.1.1 |
This attribute identifies the lan identifier the bridge port is attached to.
LAN ID is a part of the route descriptor used when source route
bridging.
Note that the value 0 is used by some applications for special test cases
and the value 65535 signifies that no lanId is assigned to this port.
|
vrBrPteInternalLanId |
.1.3.6.1.4.1.562.2.4.1.100.5.2.11.1.2 |
This attribute contains the internal or logical LAN to which a port is
attached. All source bridge ports have an associated physical LAN
segment and logical internal LAN segment.
Note that the value 0 is used by some applications for special test cases
and the value 65535 signifies that no internalLanId is assigned to this
port.
|
vrBrPteBridgeNum |
.1.3.6.1.4.1.562.2.4.1.100.5.2.11.1.3 |
This attribute specifies the number assigned to the bridge associated
with this LAN ID table entry. The bridge number is a part of the route
descriptor of a source routed frame. Note that the value 0 is used by
some applications for special test cases and the value 65535 signifies
that no bridgeNum is assigned to this port.
|
vrBrNsIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.3.1.1.10 |
This variable represents the index for the vrBrNs tables.
|
vrBrNsRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.3.1.1.1 |
This variable is used as the basis for SNMP naming of
vrBrNs components.
These components can be added and deleted.
|
vrBrNsComponentName |
.1.3.6.1.4.1.562.2.4.1.100.5.3.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrBrNsStorageType |
.1.3.6.1.4.1.562.2.4.1.100.5.3.1.1.4 |
This variable represents the storage type value for the
vrBrNs tables.
|
vrBrNsFirstFilter |
.1.3.6.1.4.1.562.2.4.1.100.5.3.10.1.1 |
This attribute specifies the name of the filter to be applied at the first
filter point.
|
vrBrNsLastFilter |
.1.3.6.1.4.1.562.2.4.1.100.5.3.10.1.2 |
This attribute specifies the name of the filter that is to be applied at the
last filter point.
|
vrBrNsAteEntryNumberIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.3.2.1.1.10 |
This variable represents the index for the vrBrNsAte tables.
|
vrBrNsAteRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.3.2.1.1.1 |
This variable is used as the basis for SNMP naming of
vrBrNsAte components.
These components can be added and deleted.
|
vrBrNsAteComponentName |
.1.3.6.1.4.1.562.2.4.1.100.5.3.2.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrBrNsAteStorageType |
.1.3.6.1.4.1.562.2.4.1.100.5.3.2.1.1.4 |
This variable represents the storage type value for the
vrBrNsAte tables.
|
vrBrNsAteDomainNum |
.1.3.6.1.4.1.562.2.4.1.100.5.3.2.10.1.1 |
This attribute specifies the domain number associated with a frame, that
would qualify it partly, for a match in the apply table. The domain
number provisioned will form a part of the match criteria only if it is not
provisioned with a wild card value of 0. If the wild card character is
specified, any domain number will satisfy the match criteria, in effect
loosing domain number as a qualifier in the match criteria.
|
vrBrNsAteFirstMacAddress |
.1.3.6.1.4.1.562.2.4.1.100.5.3.2.10.1.2 |
This attribute specifies the MAC address to be anded with the
firstMACAddressMask, and the result compared with-
a) The source MAC address in a frame when the attribute direction has a
value of to,
b) The destination MAC address in a frame when the attribute direction
has a value of from,
c) Source / Destination address in a frame when the attribute direction
has a value of toFrom, as a part of finding a match in the bridge filter
apply table.
|
vrBrNsAteFirstMacAddressMask |
.1.3.6.1.4.1.562.2.4.1.100.5.3.2.10.1.3 |
This attribute specifies the mask which is anded with the attribute
firstMACAddress. The result is then compared with-
a) The source MAC address in a frame when the attribute direction has a
value of to,
b) The destination MAC address in a frame when the attribute direction
has a value of from,
c) Source / Destination address in a frame when the attribute direction
has a value of toFrom, as a part of finding a match in the bridge filter
apply table.
|
vrBrNsAteSecondMacAddress |
.1.3.6.1.4.1.562.2.4.1.100.5.3.2.10.1.4 |
This attribute specifies the MAC address to be anded with the
secondMACAddressMask, and the result compared with-
a) The destination MAC address in a frame when the attribute direction
has a value of to,
b) The source MAC address in a frame when the attribute direction has a
value of from,
c) Destination/Source address in a frame when the attribute direction has
a value of toFrom, as a part of finding a match in the bridge filter apply
table.
|
vrBrNsAteSecondMacAddressMask |
.1.3.6.1.4.1.562.2.4.1.100.5.3.2.10.1.5 |
This attribute specifies the mask which is anded with the attribute
secondMACAddress. The result is then compared with-
a) The destination MAC address in a frame when the attribute direction
has a value of to,
b) The source MAC address in a frame when the attribute direction has a
value of from,
c) Destination/Source address in a frame when the attribute direction has
a value of toFrom, as a part of finding a match in the bridge filter apply
table.
|
vrBrNsAteDirection |
.1.3.6.1.4.1.562.2.4.1.100.5.3.2.10.1.6 |
This attribute specifies the direction of frame flow. It is used to
appropriately compare the result of logically anding MAC address,
MACAddressMask pairs, with the source /destination MAC address
fields in a frame, as a part of the match finding process.
When this attribute has value of to, the firstMACAddress is logically
anded with the firstMACAddressMask and the result compared with the
source MAC address in a frame and the secondMACAddress logically
anded with the secondMACAddressMask and compared with the
destination MAC address.
When this attribute has a value of from, the firstMACAddress is
logically anded with the firstMACAddressMask and the result compared
with the destinationMAC address in a frame and the
secondMACAddress logically anded with the secondMACAddressMask
and compared with the sourceMAC addressin the frame, as a part of
finding a match in the bridge filter apply table entry.
|
vrBrNsAteFilterName |
.1.3.6.1.4.1.562.2.4.1.100.5.3.2.10.1.7 |
This attribute specifies the name of the filter to be applied to the frame,
if it satisfies the match criteria mentioned in the bridge filter apply table
entry.
|
vrBrTbIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.4.1.1.10 |
This variable represents the index for the vrBrTb tables.
|
vrBrTbRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.4.1.1.1 |
This variable is used as the basis for SNMP naming of
vrBrTb components.
These components can be added and deleted.
|
vrBrTbComponentName |
.1.3.6.1.4.1.562.2.4.1.100.5.4.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrBrTbStorageType |
.1.3.6.1.4.1.562.2.4.1.100.5.4.1.1.4 |
This variable represents the storage type value for the
vrBrTb tables.
|
vrBrTbFwdTableNumEntries |
.1.3.6.1.4.1.562.2.4.1.100.5.4.10.1.1 |
This attribute specifies the number of entries that can exist in the
transparent bridge forwarding table. This attribute provides a way to
control the resources allocated to forwarding table. This attribute will
prove to be very useful while attempting to fine tune the resource
allocated to the various types of tables to suit the network configuration.
Please understand that this attribute tbFwdTableNumEntries is
influenced by the memory management scheme provided by the
VirtualRouter and is by no means independent of the same. It is
important to understand the network configuration in terms of number
and types of bridge ports provisioned before attempting to fine tune this
attribute.The following attributes can be used as feedback to fine tune
this attribute:
a) attribute totalForwardingTableEntries under the TransparentBridge
component,
b) attribute numFtEntriesFree under the TransparentBridge
component,
c) attribute numFtEntriesDenied under the TransparentBridge
component
|
vrBrTbAgingTime |
.1.3.6.1.4.1.562.2.4.1.100.5.4.10.1.2 |
This attribute specifies the time period used in seconds, to age out
dynamically learned entries in the forwarding table. The aging time can
change, triggered by a spanning tree topology change. The operational
value of the aging time is reflected in the attribute agingTimeOper under
the SpanningTreeProtocol component.
|
vrBrTbLearnedEntryDiscards |
.1.3.6.1.4.1.562.2.4.1.100.5.4.11.1.1 |
This attribute represents the number of entries that might have been
learned but have been discarded due to lack of space to store them in the
forwarding table. This counter is not supported currently by the bridging
platform and will always return a value of 0 in response to any queries.
|
vrBrTbTotalForwardingTableEntries |
.1.3.6.1.4.1.562.2.4.1.100.5.4.11.1.2 |
This attribute specifies the total number of TB forwarding table entries.
This includes static forwarding table entries and dynamic forwarding
table entries.
This attribute is influenced by the attribute tbFwdTableNumEntries,
which is a provisionable attribute.
If the value is consistently approaching the value of the attribute
tbFwdTableNumEntries, it is advisable to increase the value provisioned
for tbFwdTableNumEntries. It indicates a potential shortage of
forwarding table entries in the future.
This attribute is inversely proportional in value to the attribute
numFtEntriesFree.
This counter wraps around its maximum value of 4294967295.
|
vrBrTbNumFtEntriesFree |
.1.3.6.1.4.1.562.2.4.1.100.5.4.11.1.3 |
This attribute is indicative of the number of TB forwarding table entries
free. These entries could be used by static entries or by dynamic entries.
This counter wraps around its maximum value of 4294967295.
A consistently high value for this attribute indicates that there is a
resource surplus here, in terms of the memory requirements of the
forwarding table. This surplus could be utilized elsewhere if need be.
The value of this attributes directly influenced by the value of the
attribute tbFwdTableNumEntries.
|
vrBrTbNumFtEntriesDenied |
.1.3.6.1.4.1.562.2.4.1.100.5.4.11.1.4 |
This attribute is indicative of the number of instances wherein TB table
entry was unavailable. These entries could have been denied for static
entries or for dynamic entries. This counter wraps around its maximum
value of 4294967295.
If this counter consistently shows a high value, it is indicative of a
resource shortage in terms of memory required to support the increase in
the number of forwarding table entries. To rectify this resource shortage,
increase the number of forwarding table entries through the provisioned
attribute tbFwdTableEntries under the Bridge component. This counter
should ideally be as low as possible.
|
vrBrTbStpIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.1.1.10 |
This variable represents the index for the vrBrTbStp tables.
|
vrBrTbStpRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.1.1.1 |
This variable is used as the basis for SNMP naming of
vrBrTbStp components.
These components can be added and deleted.
|
vrBrTbStpComponentName |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrBrTbStpStorageType |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.1.1.4 |
This variable represents the storage type value for the
vrBrTbStp tables.
|
vrBrTbStpStpMode |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.10.1.1 |
This attribute determines if this stp instance is to act as the stp instance
for the backbone or an stp instance for a non-backbone media
configuration. There can exist only one Backbone stp instance per
virtual router. If the attribute domainStpTbState is set to a value on and
Backbone bridge ports have been provisioned, there should exist a
Backbone stp instance. Please note that it is not permissible to assign the
instance identifier of this stp instance as domain number of any access
bridge port. In case of stp instances that are non-Backbone, the instance
identifier is indicative of the domain number the stp is operational in.
|
vrBrTbStpProtocolSpec |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.10.1.2 |
This attribute specifies the type of spanning tree protocols that are in
operation in the bridge. This means that this bridge participates in the
types spanning tree protocol indicated by this attribute.
|
vrBrTbStpPriority |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.10.1.3 |
This attribute is used to construct the bridgeId. It forms the first two
octets of the bridgeId and the remaining 6 octets are made up of the
bridgeMACAddress. The priority also determines the root bridge of the
spanning tree topology. Manipulating this attribute might lead to a
change in the spanning tree topology.
|
vrBrTbStpBridgeMaxAge |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.10.1.4 |
The maximum age of spanning tree protocol information learned from
the network on any bridge port before it is discarded. This value is used
by this bridge and all the other bridges, when this bridge is the root
bridge of the spanning tree topology. The following relationships are
enforced as required by the IEEE 802.1d standards document.
2 *(bridgeForwardDelay -1.0seconds) >= bridgeMaxAge,
bridgeMaxAge >= 2 * bridgeHelloTime + 1.0 seconds.
DESCRIPTION
|
vrBrTbStpBridgeHelloTime |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.10.1.5 |
This attribute specifies the time interval between the transmission of
configuration BPDUs on any bridge port when this bridge becomes the
root bridge. This attribute value is also used by all the other bridges in
the Spanning Tree while this bridge is the root.
The following relationship is enforced as required by the IEEE 802.1d
standards document.
bridgeMaxAge >= 2 * bridgeHelloTime + 1.0 seconds.
|
vrBrTbStpBridgeForwardDelay |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.10.1.6 |
This attribute specifies how fast a bridge port changes its STP state
while progressing towards the forwarding state. It is also used as
agingTime to age dynamic entries in the forwarding table once a
topology change is detected. This attribute is used by all the bridges
participating in the spanning tree protocol, when this bridge is the root
bridge.
The following relationship is enforced as required by the IEEE 802.1d
standards document.
2 *(bridgeForwardDelay -1.0sconds) >= bridgeMaxAge.
|
vrBrTbStpBridgeId |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.11.1.1 |
This attribute specifies the identifier value of this bridge, which serves to
uniquely represent this bridge in the spanning tree topology. Thus, a
bridgeId is unique only in the spanning tree instance the bridge in
participating in. If multiple domain spanning trees exist then the same
bridgeId can be re-used across these spanning tree instances.
|
vrBrTbStpRootPortName |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.11.1.2 |
This attribute specifies the name of the bridge port that offers the lowest
cost route to the root bridge of the spanning tree topology.The attribute
rootPortName is a string of the form 'BridgePortName-i', where
BridgePortName is the abbreviation of the corresponding bridge port
and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
If multiple instances of spanning tree are operational, then there will
exist a rootPortName value for each instance of the spanning tree
running, and is applicable to that instance alone.
|
vrBrTbStpTimeSinceTopologyChange |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.11.1.3 |
This attribute specifies the time since a spanning tree topology change
was detected by this bridge.
|
vrBrTbStpTopologyChangeDetect |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.11.1.4 |
This attribute specifies whether or not a topology change was detected.
This flag is set when a bpdu with the topology detect flag set is received
from the root bridge. If this bridge is the root bridge this flag is set on
receipt of a topology change notification bpdu. It is reset after a fixed
length of time.
|
vrBrTbStpTopologyChanges |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.11.1.5 |
This attribute is indicative of the number of topology changes detected
by this bridge since the last bridge reset. This counter wraps around its
maximum value of 4294967295.
|
vrBrTbStpDesignatedRoot |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.11.1.6 |
This attribute specifies the identifier of the bridge that this bridge treats
as the root of the spanning tree topology. The root of the spanning tree
topology is chosen through exchange.
|
vrBrTbStpRootCost |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.11.1.8 |
This attribute specifies the cost of the path to the root as seen by this
bridge.
|
vrBrTbStpMaxAge |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.11.1.9 |
This attribute specifies the maximum age of the spanning tree protocol
info learnt from a port, before it is discarded.
|
vrBrTbStpAgingTimeOper |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.11.1.10 |
This attribute specifies the time period used in seconds, to age out
dynamically learned entries in the forwarding table. The aging time is
specific to a spanning tree protocol instance running. A value for the
aging time of the current instance of the spanning tree protocol can be
provisioned through the attribute agingTime under the InwBrTb
component. The agingTimeOper attribute assumes the value of the
bridgeForwardDelay while a topology change is in progress. This is
done to facilitate quick aging out of the learned entries that might have
become obsolete due to a spanning tree topology change.
|
vrBrTbStpHelloTime |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.11.1.11 |
This attribute specifies the time interval between the transmission of the
configuration BPDUs. This value is obtained from the root bridge of the
spanning tree topology, through bridge protocol data units. This value
should be the value assigned to the attribute bridgeHelloTime of the root
bridge.
|
vrBrTbStpHoldTime |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.11.1.12 |
This attribute specifies the interval of time which no more than two
BPDUs should be sent.
|
vrBrTbStpFwdDelay |
.1.3.6.1.4.1.562.2.4.1.100.5.4.2.11.1.13 |
This attribute specifies how much time a port spends in any state while
progressing towards the forwarding state. It is also used to age out
learned entries while a topology change is in progress.This value should
be the value assigned to the attribute bridgefwdDelay of the root bridge.
|
vrBrTbSteAddressIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.4.3.1.1.10 |
This variable represents an index for the vrBrTbSte tables.
|
vrBrTbSteReceivePortIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.4.3.1.1.11 |
This variable represents an index for the vrBrTbSte tables.
|
vrBrTbSteRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.4.3.1.1.1 |
This variable is used as the basis for SNMP naming of
vrBrTbSte components.
These components can be added and deleted.
|
vrBrTbSteComponentName |
.1.3.6.1.4.1.562.2.4.1.100.5.4.3.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrBrTbSteStorageType |
.1.3.6.1.4.1.562.2.4.1.100.5.4.3.1.1.4 |
This variable represents the storage type value for the
vrBrTbSte tables.
|
vrBrTbSteStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.4.3.10.1.1 |
This attribute specifies the longevity of an entry in the static table.
Please note that currently only a value of permanent is supported.
|
vrBrTbSteAtgtValue |
.1.3.6.1.4.1.562.2.4.1.100.5.4.3.271.1.1 |
This variable represents both the value and the index for the
vrBrTbSteAtgtTable.
|
vrBrTbSteAtgtRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.4.3.271.1.2 |
This variable is used to control the addition and deletion
of individual values of the vrBrTbSteAtgtTable.
|
vrBrTbFteAddressIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.4.4.1.1.10 |
This variable represents an index for the vrBrTbFte tables.
|
vrBrTbFteDomainNumIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.4.4.1.1.11 |
This variable represents an index for the vrBrTbFte tables.
|
vrBrTbFteRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.4.4.1.1.1 |
This variable is used as the basis for SNMP naming of
vrBrTbFte components.
These components cannot be added nor deleted.
|
vrBrTbFteComponentName |
.1.3.6.1.4.1.562.2.4.1.100.5.4.4.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrBrTbFteStorageType |
.1.3.6.1.4.1.562.2.4.1.100.5.4.4.1.1.4 |
This variable represents the storage type value for the
vrBrTbFte tables.
|
vrBrTbFtePort |
.1.3.6.1.4.1.562.2.4.1.100.5.4.4.10.1.3 |
This attribute is the port name through which the address was learnt.
This implies that the frames that are destined for a station whose MAC
address is the same as the address, will be forwarded through the bridge
port indicated by the attribute port.
The attribute port is a string of the form 'BridgePortName-i', where
BridgePortName is the abbreviation of the corresponding bridge port
and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
|
vrBrTbFteAgeOfEntry |
.1.3.6.1.4.1.562.2.4.1.100.5.4.4.10.1.4 |
This attribute specifies the age of the forwarding table entry. This is used
to purge entries that have not been used for a certain period of time. This
feature is to ensure that only the recently used entries are kept in the
forwarding table. The time period for aging entries can be provisioned
through the attribute agingTime under the component
TransparentBridge.
|
vrBrTbFtePeerAddressInfo |
.1.3.6.1.4.1.562.2.4.1.100.5.4.4.10.1.5 |
This attribute represents the learned peer address information. This
address is used to essentially tunnel frames to a peer bridge unit across a
network or a backbone. The tunneled frame is then appropriately
processed by the peer bridge unit. Fddi encapsulated bridging using
FddiETb bridge port and Source route encapsulated bridging using
SrseBridgePort & TbseBridgePort are examples of instances where this
attribute peerAddressInfo is used.
|
vrBrTbFteStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.4.4.10.1.6 |
This attribute represents the status of the forwarding table entry. A value
of learned indicates that the entry was learned and cached from the
network. Please note that a only a value of learned is currently
supported.
|
vrBrTbNcFteAddressIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.4.5.1.1.10 |
This variable represents an index for the vrBrTbNcFte tables.
|
vrBrTbNcFteDomainNumIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.4.5.1.1.11 |
This variable represents an index for the vrBrTbNcFte tables.
|
vrBrTbNcFteRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.4.5.1.1.1 |
This variable is used as the basis for SNMP naming of
vrBrTbNcFte components.
These components cannot be added nor deleted.
|
vrBrTbNcFteComponentName |
.1.3.6.1.4.1.562.2.4.1.100.5.4.5.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrBrTbNcFteStorageType |
.1.3.6.1.4.1.562.2.4.1.100.5.4.5.1.1.4 |
This variable represents the storage type value for the
vrBrTbNcFte tables.
|
vrBrTbNcFtePort |
.1.3.6.1.4.1.562.2.4.1.100.5.4.5.10.1.3 |
This attribute is the port name through which the address was learnt.
This implies that the frames that are destined for a station whose MAC
address is the same as the address, will be forwarded through the bridge
port indicated by the attribute port.
The attribute port is a string of the form 'BridgePortName-i', where
BridgePortName is the abbreviation of the corresponding bridge port
and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
|
vrBrTbNcFteAgeOfEntry |
.1.3.6.1.4.1.562.2.4.1.100.5.4.5.10.1.4 |
This attribute specifies the age of the forwarding table entry. This is used
to purge entries that have not been used for a certain period of time. This
feature is to ensure that only the recently used entries are kept in the
forwarding table. The time period for aging entries can be provisioned
through the attribute agingTime under the component
TransparentBridge.
|
vrBrTbNcFtePeerAddressInfo |
.1.3.6.1.4.1.562.2.4.1.100.5.4.5.10.1.5 |
This attribute represents the learned peer address information. This
address is used to essentially tunnel frames to a peer bridge unit across a
network or a backbone. The tunneled frame is then appropriately
processed by the peer bridge unit. Fddi encapsulated bridging using
FddiETb bridge port and Source route encapsulated bridging using
SrseBridgePort & TbseBridgePort are examples of instances where this
attribute peerAddressInfo is used.
|
vrBrTbNcFteStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.4.5.10.1.6 |
This attribute represents the status of the forwarding table entry. A value
of learned indicates that the entry was learned and cached from the
network. Please note that a only a value of learned is currently
supported.
|
vrBrSrbIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.5.1.1.10 |
This variable represents the index for the vrBrSrb tables.
|
vrBrSrbRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.5.1.1.1 |
This variable is used as the basis for SNMP naming of
vrBrSrb components.
These components can be added and deleted.
|
vrBrSrbComponentName |
.1.3.6.1.4.1.562.2.4.1.100.5.5.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrBrSrbStorageType |
.1.3.6.1.4.1.562.2.4.1.100.5.5.1.1.4 |
This variable represents the storage type value for the
vrBrSrb tables.
|
vrBrSrbLanIdTableNumEntries |
.1.3.6.1.4.1.562.2.4.1.100.5.5.10.1.1 |
This attribute specifies the maximum number of entries in the LAN ID
table. This attribute provides a way to control the resources allocated to
the LAN ID table. The lanIdTableNumEntries value depends upon the
VirtualRouter attribute bridgingMaxHeapSpace and the number of
source route bridge ports provisioned for this SourceRouteBridge.
Consider the following attributes of the SourceRouteBridge component
when adjusting this number:
- totalLanIdTableEntries
- numLanIdTEntriesFree
- numLanIdTEntriesDenied
|
vrBrSrbAgingTime |
.1.3.6.1.4.1.562.2.4.1.100.5.5.10.1.2 |
This attribute specifies the time period used in seconds, to age out
dynamically learned entries in the forwarding table. The aging time can
change, triggered by a spanning tree topology change. The operational
value of the aging time is reflected in the attribute agingTimeOper under
the SpanningTreeProtocol component.
|
vrBrSrbBridgeLfMode |
.1.3.6.1.4.1.562.2.4.1.100.5.5.10.1.3 |
This attribute indicates whether the bridge operates using the older 3-bit
length negotiation field or the newer 6-bit length field in the routing
information field. Only the 3-bit field is supported at this time.
|
vrBrSrbTotalLanIdTableEntries |
.1.3.6.1.4.1.562.2.4.1.100.5.5.11.1.1 |
This attribute specifies the total number of LAN ID Table entries. The
total includes both static and dynamic entries. The value is limited by
the attribute lanIdTableNumEntries, a provisionable attribute. If the
value is consistently approaching the value of lanIdTableNumEntries it
is advisable to increase the value provisioned for lanIdTableNumEntries.
|
vrBrSrbNumLanIdtEntriesFree |
.1.3.6.1.4.1.562.2.4.1.100.5.5.11.1.2 |
This attribute specifies the number of LanIdTable entries that are
available for use. A consistently high value indicates a resource surplus
in terms of memory requirements for the bridge. This surplus could be
utilized elsewhere if need be. The value of this attribute is directly
influenced by the value of the lanIdTableNumEntries.
|
vrBrSrbNumLanIdtEntriesDenied |
.1.3.6.1.4.1.562.2.4.1.100.5.5.11.1.3 |
This attribute indicates the number of instances where an entry was not
placed in the LanIdTable due to the lack of free entries. A rapid increase
indicates a shortage of free entries. To reduce the shortage increase the
provisioned lanIdTableNumEntries value.
|
vrBrSrbStpIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.1.1.10 |
This variable represents the index for the vrBrSrbStp tables.
|
vrBrSrbStpRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.1.1.1 |
This variable is used as the basis for SNMP naming of
vrBrSrbStp components.
These components can be added and deleted.
|
vrBrSrbStpComponentName |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrBrSrbStpStorageType |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.1.1.4 |
This variable represents the storage type value for the
vrBrSrbStp tables.
|
vrBrSrbStpStpMode |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.10.1.1 |
This attribute determines if this stp instance is to act as the stp instance
for the backbone or an stp instance for a non-backbone media
configuration. There can exist only one Backbone stp instance per
virtual router. If the attribute domainStpTbState is set to a value on and
Backbone bridge ports have been provisioned, there should exist a
Backbone stp instance. Please note that it is not permissible to assign the
instance identifier of this stp instance as domain number of any access
bridge port. In case of stp instances that are non-Backbone, the instance
identifier is indicative of the domain number the stp is operational in.
|
vrBrSrbStpProtocolSpec |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.10.1.2 |
This attribute specifies the type of spanning tree protocols that are in
operation in the bridge. This means that this bridge participates in the
types spanning tree protocol indicated by this attribute.
|
vrBrSrbStpPriority |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.10.1.3 |
This attribute is used to construct the bridgeId. It forms the first two
octets of the bridgeId and the remaining 6 octets are made up of the
bridgeMACAddress. The priority also determines the root bridge of the
spanning tree topology. Manipulating this attribute might lead to a
change in the spanning tree topology.
|
vrBrSrbStpBridgeMaxAge |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.10.1.4 |
The maximum age of spanning tree protocol information learned from
the network on any bridge port before it is discarded. This value is used
by this bridge and all the other bridges, when this bridge is the root
bridge of the spanning tree topology. The following relationships are
enforced as required by the IEEE 802.1d standards document.
2 *(bridgeForwardDelay -1.0seconds) >= bridgeMaxAge,
bridgeMaxAge >= 2 * bridgeHelloTime + 1.0 seconds.
DESCRIPTION
|
vrBrSrbStpBridgeHelloTime |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.10.1.5 |
This attribute specifies the time interval between the transmission of
configuration BPDUs on any bridge port when this bridge becomes the
root bridge. This attribute value is also used by all the other bridges in
the Spanning Tree while this bridge is the root.
The following relationship is enforced as required by the IEEE 802.1d
standards document.
bridgeMaxAge >= 2 * bridgeHelloTime + 1.0 seconds.
|
vrBrSrbStpBridgeForwardDelay |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.10.1.6 |
This attribute specifies how fast a bridge port changes its STP state
while progressing towards the forwarding state. It is also used as
agingTime to age dynamic entries in the forwarding table once a
topology change is detected. This attribute is used by all the bridges
participating in the spanning tree protocol, when this bridge is the root
bridge.
The following relationship is enforced as required by the IEEE 802.1d
standards document.
2 *(bridgeForwardDelay -1.0sconds) >= bridgeMaxAge.
|
vrBrSrbStpBridgeId |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.11.1.1 |
This attribute specifies the identifier value of this bridge, which serves to
uniquely represent this bridge in the spanning tree topology. Thus, a
bridgeId is unique only in the spanning tree instance the bridge in
participating in. If multiple domain spanning trees exist then the same
bridgeId can be re-used across these spanning tree instances.
|
vrBrSrbStpRootPortName |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.11.1.2 |
This attribute specifies the name of the bridge port that offers the lowest
cost route to the root bridge of the spanning tree topology.The attribute
rootPortName is a string of the form 'BridgePortName-i', where
BridgePortName is the abbreviation of the corresponding bridge port
and i is the instance identifier of the ProtocolPort, the bridge port is
provisioned under. For example a TransparentBridgePort provisioned
under ProtocolPort/myport would have a name TBP-myport.
If multiple instances of spanning tree are operational, then there will
exist a rootPortName value for each instance of the spanning tree
running, and is applicable to that instance alone.
|
vrBrSrbStpTimeSinceTopologyChange |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.11.1.3 |
This attribute specifies the time since a spanning tree topology change
was detected by this bridge.
|
vrBrSrbStpTopologyChangeDetect |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.11.1.4 |
This attribute specifies whether or not a topology change was detected.
This flag is set when a bpdu with the topology detect flag set is received
from the root bridge. If this bridge is the root bridge this flag is set on
receipt of a topology change notification bpdu. It is reset after a fixed
length of time.
|
vrBrSrbStpTopologyChanges |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.11.1.5 |
This attribute is indicative of the number of topology changes detected
by this bridge since the last bridge reset. This counter wraps around its
maximum value of 4294967295.
|
vrBrSrbStpDesignatedRoot |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.11.1.6 |
This attribute specifies the identifier of the bridge that this bridge treats
as the root of the spanning tree topology. The root of the spanning tree
topology is chosen through exchange.
|
vrBrSrbStpRootCost |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.11.1.8 |
This attribute specifies the cost of the path to the root as seen by this
bridge.
|
vrBrSrbStpMaxAge |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.11.1.9 |
This attribute specifies the maximum age of the spanning tree protocol
info learnt from a port, before it is discarded.
|
vrBrSrbStpAgingTimeOper |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.11.1.10 |
This attribute specifies the time period used in seconds, to age out
dynamically learned entries in the forwarding table. The aging time is
specific to a spanning tree protocol instance running. A value for the
aging time of the current instance of the spanning tree protocol can be
provisioned through the attribute agingTime under the InwBrTb
component. The agingTimeOper attribute assumes the value of the
bridgeForwardDelay while a topology change is in progress. This is
done to facilitate quick aging out of the learned entries that might have
become obsolete due to a spanning tree topology change.
|
vrBrSrbStpHelloTime |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.11.1.11 |
This attribute specifies the time interval between the transmission of the
configuration BPDUs. This value is obtained from the root bridge of the
spanning tree topology, through bridge protocol data units. This value
should be the value assigned to the attribute bridgeHelloTime of the root
bridge.
|
vrBrSrbStpHoldTime |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.11.1.12 |
This attribute specifies the interval of time which no more than two
BPDUs should be sent.
|
vrBrSrbStpFwdDelay |
.1.3.6.1.4.1.562.2.4.1.100.5.5.2.11.1.13 |
This attribute specifies how much time a port spends in any state while
progressing towards the forwarding state. It is also used to age out
learned entries while a topology change is in progress.This value should
be the value assigned to the attribute bridgefwdDelay of the root bridge.
|
vrBrSrbLteLanIdIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.5.3.1.1.10 |
This variable represents an index for the vrBrSrbLte tables.
|
vrBrSrbLteDomainNumIndex |
.1.3.6.1.4.1.562.2.4.1.100.5.5.3.1.1.11 |
This variable represents an index for the vrBrSrbLte tables.
|
vrBrSrbLteRowStatus |
.1.3.6.1.4.1.562.2.4.1.100.5.5.3.1.1.1 |
This variable is used as the basis for SNMP naming of
vrBrSrbLte components.
These components cannot be added nor deleted.
|
vrBrSrbLteComponentName |
.1.3.6.1.4.1.562.2.4.1.100.5.5.3.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
vrBrSrbLteStorageType |
.1.3.6.1.4.1.562.2.4.1.100.5.5.3.1.1.4 |
This variable represents the storage type value for the
vrBrSrbLte tables.
|
vrBrSrbLtePortName |
.1.3.6.1.4.1.562.2.4.1.100.5.5.3.10.1.1 |
This attribute specifies the name of the bridge port the frame should be
forwarded through to reach the desired Lan. In the case where the
desired Lan is across a TB/SRT cloud, this entry would have the name
of the SrSeBridgePort.
The attribute portName is a string of the form 'BridgePortName-i',
where BridgePortName is the abbreviation of the corresponding bridge
port and i is the instance identifier of the ProtocolPort the bridge port is
provisioned under. For example a SourceRouteBridgePort provisioned
under ProtocolPort/MyPort would have a name SrBP-MyPort. Please
note that the attribute portName cannot have a value of TBP, FddiETb,
Tbse, Tbcl, Tbsr, Srsg, Tbsg.
DESCRIPTION
|
vrBrSrbLteAgeOfEntry |
.1.3.6.1.4.1.562.2.4.1.100.5.5.3.10.1.2 |
This attribute specifies the age of this entry in seconds.
|
vrBrSrbLtePeerMACAddress |
.1.3.6.1.4.1.562.2.4.1.100.5.5.3.10.1.3 |
This attribute specifies the MAC address of a bridge unit found across an
transparent bridge/source route transparent network whose LAN ID is
referenced by the attribute lanId. The peerMACAddress for static entries
will be all zeroes.
|
vrBrSrbLteTypeOfEntry |
.1.3.6.1.4.1.562.2.4.1.100.5.5.3.10.1.4 |
This attribute specifies the type of the LAN ID table entry. LAN ID table
entries may be either static or dynamic. Dynamic entries imply that to
reach the desired LAN source route frames need to be tunneled through
a TB/SRT network, to another bridge unit which is attached to the LAN.
These entries have a peerMACAddress associated with them and may be
removed through the aging mechanism of the LAN ID table. Static
entries on the other hand contain information about LANs that may be
reached directly through bridge ports attached to the bridge. They are
not aged and do not have a peerMACAddress associated with them.
|
cBIndex |
.1.3.6.1.4.1.562.2.4.1.103.1.1.10 |
This variable represents the index for the cB tables.
|
cBRowStatus |
.1.3.6.1.4.1.562.2.4.1.103.1.1.1 |
This variable is used as the basis for SNMP naming of
cB components.
These components can be added and deleted.
|
cBComponentName |
.1.3.6.1.4.1.562.2.4.1.103.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
cBStorageType |
.1.3.6.1.4.1.562.2.4.1.103.1.1.4 |
This variable represents the storage type value for the
cB tables.
|
cBSnmpAdminStatus |
.1.3.6.1.4.1.562.2.4.1.103.10.1.1 |
The desired state of the interface. The up state indicates the interface is
operational and packet forwarding is allowed. The down state indicates
the interface is not operational and packet forwarding is unavailable.
The testing state indicates that no operational packets can be passed.
|
cBIfAdminStatus |
.1.3.6.1.4.1.562.2.4.1.103.11.1.1 |
The desired state of the interface. The up state indicates the
interface is operational. The down state indicates the interface is not
operational. The testing state indicates that no operational packets
can be passed.
|
cBIfIndex |
.1.3.6.1.4.1.562.2.4.1.103.11.1.2 |
This is the index for the IfEntry. Its value is automatically initialized
during the provisioning process.
|
cBLinkToProtocolPort |
.1.3.6.1.4.1.562.2.4.1.103.12.1.1 |
This attribute specifies the ProtocolPort to which this interface is
linked to. The protocol port is the logical interface to the network.
The protocol port component describes the logical characteristics of
this interface.
|
cBMacAddress |
.1.3.6.1.4.1.562.2.4.1.103.13.1.1 |
The medium access controller (MAC) address is
an address that is only recognized by one station
on the attached bus. This address is automatically
assigned by the system.
|
cBAdminState |
.1.3.6.1.4.1.562.2.4.1.103.14.1.1 |
This attribute indicates the OSI Administrative State of the
component.
The value locked indicates that the component is administratively
prohibited from providing services for its users. A Lock or Lock -
force command has been previously issued for this component.
When the value is locked, the value of usageState must be idle.
The value shuttingDown indicates that the component is
administratively permitted to provide service to its existing users
only. A Lock command was issued against the component and it is
in the process of shutting down.
The value unlocked indicates that the component is administratively
permitted to provide services for its users. To enter this state, issue
an Unlock command to this component.
|
cBOperationalState |
.1.3.6.1.4.1.562.2.4.1.103.14.1.2 |
This attribute indicates the OSI Operational State of the component.
The value enabled indicates that the component is available for
operation. Note that if adminState is locked, it would still not be
providing service.
The value disabled indicates that the component is not available for
operation. For example, something is wrong with the component
itself, or with another component on which this one depends. If the
value is disabled, the usageState must be idle.
|
cBUsageState |
.1.3.6.1.4.1.562.2.4.1.103.14.1.3 |
This attribute indicates the OSI Usage State of the component.
The value idle indicates that the component is not currently in use.
The value active indicates that the component is in use and has
spare capacity to provide for additional users.
The value busy indicates that the component is in use and has no
spare operating capacity for additional users at this time.
|
cBSnmpOperStatus |
.1.3.6.1.4.1.562.2.4.1.103.15.1.1 |
The current state of the interface. The up state indicates the
interface is operational and capable of forwarding packets. The
down state indicates the interface is not operational, thus unable to
forward packets. testing state indicates that no operational packets
can be passed.
|
pBIndex |
.1.3.6.1.4.1.562.2.4.1.104.1.1.10 |
This variable represents the index for the pB tables.
|
pBRowStatus |
.1.3.6.1.4.1.562.2.4.1.104.1.1.1 |
This variable is used as the basis for SNMP naming of
pB components.
These components can be added and deleted.
|
pBComponentName |
.1.3.6.1.4.1.562.2.4.1.104.1.1.2 |
This variable provides the component's string name for
use with the ASCII Console Interface
|
pBStorageType |
.1.3.6.1.4.1.562.2.4.1.104.1.1.4 |
This variable represents the storage type value for the
pB tables.
|
pBSnmpAdminStatus |
.1.3.6.1.4.1.562.2.4.1.104.10.1.1 |
The desired state of the interface. The up state indicates the interface is
operational and packet forwarding is allowed. The down state indicates
the interface is not operational and packet forwarding is unavailable.
The testing state indicates that no operational packets can be passed.
|
pBIfAdminStatus |
.1.3.6.1.4.1.562.2.4.1.104.11.1.1 |
The desired state of the interface. The up state indicates the
interface is operational. The down state indicates the interface is not
operational. The testing state indicates that no operational packets
can be passed.
|
pBIfIndex |
.1.3.6.1.4.1.562.2.4.1.104.11.1.2 |
This is the index for the IfEntry. Its value is automatically initialized
during the provisioning process.
|
pBLinkToProtocolPort |
.1.3.6.1.4.1.562.2.4.1.104.12.1.1 |
This attribute specifies the ProtocolPort to which this interface is
linked to. The protocol port is the logical interface to the network.
The protocol port component describes the logical characteristics of
this interface.
|
pBMacAddress |
.1.3.6.1.4.1.562.2.4.1.104.13.1.1 |
The medium access controller (MAC) address is an address that is
only recognized by one station on the attached
bus. This address is automatically assigned by the
system.
|
pBAdminState |
.1.3.6.1.4.1.562.2.4.1.104.14.1.1 |
This attribute indicates the OSI Administrative State of the
component.
The value locked indicates that the component is administratively
prohibited from providing services for its users. A Lock or Lock -
force command has been previously issued for this component.
When the value is locked, the value of usageState must be idle.
The value shuttingDown indicates that the component is
administratively permitted to provide service to its existing users
only. A Lock command was issued against the component and it is
in the process of shutting down.
The value unlocked indicates that the component is administratively
permitted to provide services for its users. To enter this state, issue
an Unlock command to this component.
|
pBOperationalState |
.1.3.6.1.4.1.562.2.4.1.104.14.1.2 |
This attribute indicates the OSI Operational State of the component.
The value enabled indicates that the component is available for
operation. Note that if adminState is locked, it would still not be
providing service.
The value disabled indicates that the component is not available for
operation. For example, something is wrong with the component
itself, or with another component on which this one depends. If the
value is disabled, the usageState must be idle.
|
pBUsageState |
.1.3.6.1.4.1.562.2.4.1.104.14.1.3 |
This attribute indicates the OSI Usage State of the component.
The value idle indicates that the component is not currently in use.
The value active indicates that the component is in use and has
spare capacity to provide for additional users.
The value busy indicates that the component is in use and has no
spare operating capacity for additional users at this time.
|
pBSnmpOperStatus |
.1.3.6.1.4.1.562.2.4.1.104.15.1.1 |
The current state of the interface. The up state indicates the
interface is operational and capable of forwarding packets. The
down state indicates the interface is not operational, thus unable to
forward packets. testing state indicates that no operational packets
can be passed.
|