A3Com-Bridge-r3-MIB

File: A3Com-Bridge-r3-MIB.mib (56837 bytes)

Imported modules

RFC1155-SMI RFC1286-MIB RFC-1212

Imported symbols

enterprises MacAddress OBJECT-TYPE

Defined Types

SMDSAddress  
OCTET STRING Size(8)    

RowStatus  
INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)    

X121Address  
OCTET STRING Size(0..17)    

A3ComBrgStExtEntry  
SEQUENCE    
  a3ComBrgStExtAdd MacAddress
  a3ComBrgStExtRcvPort INTEGER
  a3ComBrgStExtWaAddress OCTET STRING

A3ComBrgFdbExtEntry  
SEQUENCE    
  a3ComBrgFdbExtAdd MacAddress
  a3ComBrgFdbExtWaAddress OCTET STRING

A3ComBrgPortEntry  
SEQUENCE    
  a3ComBrgPortIndex INTEGER
  a3ComBrgPortCtl INTEGER
  a3ComBrgDstSecCtl INTEGER
  a3ComBrgSrcSecCtl INTEGER
  a3ComBrgX25Pid INTEGER
  a3ComBrgX25Qsize INTEGER
  a3ComBrgX25VcLimit INTEGER
  a3ComBrgX25VcTimer INTEGER
  a3ComBrgBroadCastLimit INTEGER
  a3ComBrgSmdsGroupAddr SMDSAddress
  a3ComBrgX25ProfId INTEGER

A3ComBrgX25NbrEntry  
SEQUENCE    
  a3ComBrgX25NbrPort INTEGER
  a3ComBrgX25NbrDTE X121Address
  a3ComBrgX25NbrStatus RowStatus

A3ComBrgSrPortEntry  
SEQUENCE    
  a3ComBrgSrPort INTEGER
  a3ComBrgSrPortSTEHopCount INTEGER
  a3ComBrgSrPortAREHopCount INTEGER
  a3ComBrgSrPortHoldTime INTEGER
  a3ComBrgSrPortMinAccessPrior INTEGER

A3ComBrgSrWanAddrEntry  
SEQUENCE    
  a3ComBrgSrWAportIndex INTEGER
  a3ComBrgSrWAringNum INTEGER
  a3ComBrgSrWAbrgNum INTEGER
  a3ComBrgSrWAddress OCTET STRING

A3ComBrgSrGwContEntry  
SEQUENCE    
  a3ComBrgSrGwContPort INTEGER
  a3ComBrgSrGwCont INTEGER
  a3ComBrgSrGwContEncapMode INTEGER
  a3ComBrgSrGwContAutoMode INTEGER

A3ComBrgSrRDEntry  
SEQUENCE    
  a3ComBrgSrRDPort INTEGER
  a3ComBrgSrRDAppleTalk INTEGER
  a3ComBrgSrRDClnp INTEGER
  a3ComBrgSrRDDecNet INTEGER
  a3ComBrgSrRDDlTest INTEGER
  a3ComBrgSrRDIp INTEGER
  a3ComBrgSrRDIpx INTEGER
  a3ComBrgSrRDLlc2 INTEGER
  a3ComBrgSrRDVines INTEGER

Defined Values

a3Com 1.3.6.1.4.1.43
OBJECT IDENTIFIER    

brouterMIB 1.3.6.1.4.1.43.2
OBJECT IDENTIFIER    

a3ComBridge 1.3.6.1.4.1.43.2.9
OBJECT IDENTIFIER    

a3ComBrgGen 1.3.6.1.4.1.43.2.9.1
OBJECT IDENTIFIER    

a3ComBrgStp 1.3.6.1.4.1.43.2.9.2
OBJECT IDENTIFIER    

a3ComBrgSr 1.3.6.1.4.1.43.2.9.3
OBJECT IDENTIFIER    

a3ComBrgCtl 1.3.6.1.4.1.43.2.9.1.1
This object determines whether bridging is performed by this system. If this is set to noBridging (2), all functions associated with bridging are disabled, including Spanning Tree, Learning, and Source Routing.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER bridging(1), noBridging(2)  

a3ComBrgAgeCtl 1.3.6.1.4.1.43.2.9.1.2
This object determines whether nodes that have not transmitted packets for a specified amount of time are deleted from the forwarding table. If this object is set to aging (1), entries in the forwarding table are removed after dot1dTpAgingTime seconds. This is useful in environments where nodes may be moved from one network to another. Setting this object to noAging (2), however, improves performance.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER aging(1), noAging(2)  

a3ComBrgFwallCtl 1.3.6.1.4.1.43.2.9.1.3
This object is important when the system is performing both bridging and routing. When this is set to firewall (1), the bridge discards unicast packets of a protocol that is being routed (other than the unicast packets addressed to the bridge itself). If this is set to noFirewall, the bridge forwards those packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER firewall(1), noFirewall(2)  

a3ComBrgLearnCtl 1.3.6.1.4.1.43.2.9.1.4
This object determines whether the bridge creates and updates entries in its forwarding tables.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER learn(1), noLearn(2)  

a3ComBrgForwardCtl 1.3.6.1.4.1.43.2.9.1.5
This object determines whether the bridge forwards packets. This has no effect on other bridging related functions, such as Spanning Tree, Learning, and Source Routing. Setting this object to noForward (2), allows isolation of the attached networks for diagnostic purposes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), noForward(2)  

a3ComBrgAppleCtl 1.3.6.1.4.1.43.2.9.1.6
This object enables the bridge to forward AppleTalk packets between Ethernet, FDDI, and token ring networks. The AppleTalk packets require encapsulation over FDDI networks. If AppleTalk packets are to be translated the same way as other Ethernet packets are translated, this parameter must be disabled (2). If this object is enabled, the original format of both AT-1 (Ethernet) and AT-2 (SNAP) packets are preserved when bridging between Ethernets over an FDDI backbone. If this is disabled, AT-2 packets are converted to Ethernet format before going across the FDDI backbone.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

a3ComBrgFwTblCtl 1.3.6.1.4.1.43.2.9.1.7
This object is used to trigger actions taken on the static forwarding table. When this object is set to dynToStatic (2), all dynamically learned entries in the forwarding table are marked static. When this object is set to delStatic (3), all statically learned entries are deleted. When this object is set to delDyn (4), all dynamically learned entries are deleted. When a GET request is received for this object, the value other (1) is returned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), dynToStatic(2), delStatic(3), delDyn(4)  

a3ComBrgFwTblSize 1.3.6.1.4.1.43.2.9.1.8
This object returns the size of the bridge forwarding table in units of 2^(9+n) where n is the value of this object. Thus, if this object has the value 2, then the bridge forwarding table has 2048 entries. If this value is changed, via a set, the new value will take affect only after the bridging service is disabled and re-enabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..64  

a3ComBrgBLimitTimer 1.3.6.1.4.1.43.2.9.1.9
This object is used to select the broadcast limit feature sample interval. That is, this object contains the value of the time interval over which the number of broadcast packets per second are calculated. If that number exceeds the value of a3ComBrgBroadCastLimit for a particular port, the bridge will stop forwarding all broadcast packets on that port for the rest of the time interval.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), timer400ms(2), timer600ms(3), timer800ms(4), timer1000ms(5)  

a3ComBrgStExtTable 1.3.6.1.4.1.43.2.9.1.10
This table is an extension of the dot1dStaticTable from the Bridge MIB, rfc1286. One additional column has been defined to identify the proper wide area address when bridging over a wide area port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComBrgStExtEntry

a3ComBrgStExtEntry 1.3.6.1.4.1.43.2.9.1.10.1
An extension to the dot1dStaticTable from rfc1286.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComBrgStExtEntry  

a3ComBrgStExtAdd 1.3.6.1.4.1.43.2.9.1.10.1.1
A unicast MAC address for which the bridge has forwarding and/or filtering information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

a3ComBrgStExtRcvPort 1.3.6.1.4.1.43.2.9.1.10.1.2
Either the value '0' or the port number of the port from which a frame must be received in order for this entry's filtering information to apply. A value of zero indicates that this entry applies on all ports of the bridge for which there is no other applicable entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComBrgStExtWaAddress 1.3.6.1.4.1.43.2.9.1.10.1.3
When the destination port to which this table entry applies is a wide area port, this object is used to identify the wide area address to use when forwarding packets to this destination. The type of address can be determined by the ifType value corresponding to the port identified by dot1dStaticAllowedToGoTo or dot1dTpFdbPort. If the port is not a wide area port, this object will contain a zero length string. The representation of the addresses will follow the convention used in standard MIBs. For example, Frame Relay DLCI's will be encoded as binary numbers and placed in the OCTET STRING. X.25 addresses, on the other hand will be encoded as ASCII characters [0..9], with each octet of the OCTET STRING containing the ASCII representation of one digit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

a3ComBrgFdbExtTable 1.3.6.1.4.1.43.2.9.1.11
This table is an extension of the dot1dTpFdbTable from the Bridge MIB, rfc1286. One additional column has been defined to identify the proper wide area address when bridging over a wide area port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComBrgFdbExtEntry

a3ComBrgFdbExtEntry 1.3.6.1.4.1.43.2.9.1.11.1
An extension to the dot1dTpFdbTable from rfc1286.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComBrgFdbExtEntry  

a3ComBrgFdbExtAdd 1.3.6.1.4.1.43.2.9.1.11.1.1
A unicast MAC address for which the bridge has forwarding and/or filtering information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

a3ComBrgFdbExtWaAddress 1.3.6.1.4.1.43.2.9.1.11.1.2
When the port to which this table entry applies is a wide area port, this object is used to identify the wide area address to use when forwarding packets to this destination. The type of address can be determined by the ifType value corresponding to the port identified by dot1dTpFdbPort. If the port is not a wide area port, this object will contain a zero length string.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

a3ComBrgPortTable 1.3.6.1.4.1.43.2.9.1.12
This table is an extension of the dot1dBasePortTable from the Bridge MIB defined in RFC1286. This table contains generic information and control facilities for every port that is associated with the bridge. Transparent, source-route, and srt ports are included.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComBrgPortEntry

a3ComBrgPortEntry 1.3.6.1.4.1.43.2.9.1.12.1
Each entry in this table contains information and controls for a specific bridge port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComBrgPortEntry  

a3ComBrgPortIndex 1.3.6.1.4.1.43.2.9.1.12.1.1
The port number of the port for which this entry contains bridge management information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComBrgPortCtl 1.3.6.1.4.1.43.2.9.1.12.1.2
This object controls which type(s) of packets are bridged. This has no affect on whether the bridge participates in either the Spanning Tree or Source Route Protocols.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER transparent(1), sourceRoute(2), srtEnabled(3), noBridging(4)  

a3ComBrgDstSecCtl 1.3.6.1.4.1.43.2.9.1.12.1.3
This object is a security feature that allows the control of packets sent to specific destinations. If this object is set to forward (2), only those packets for destination addresses listed in the static forwarding table can be forwarded by this port. If this object is set to block (3), any packet destined for an address listed in the static forwarding table is blocked by this port. Note, these actions are taken by this port after it receives a packet from the network. This does not apply to packets it forwards to the network.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), forward(2), block(3)  

a3ComBrgSrcSecCtl 1.3.6.1.4.1.43.2.9.1.12.1.4
This object is a security feature that allows the control of packets sent from specific source addresses. If this object is set to forward (2), this port will forward only those packets sent from addresses listed in the static forwarding table for this port. If this object is set to block, this port will block every packet sent by a station whose address is listed in the static forwarding table for this port. Note, these actions are taken by this port after it receives a packet from the network. This does not apply to packets it forwards to the network.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), forward(2), block(3)  

a3ComBrgX25Pid 1.3.6.1.4.1.43.2.9.1.12.1.5
This object applies to transparent bridging over an X25 network. It specifies the protocol ID to be used in an outgoing X25 call.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

a3ComBrgX25Qsize 1.3.6.1.4.1.43.2.9.1.12.1.6
This object applies to transparent bridging over an X25 network. It allows the specification of the maximum number of packets that can be queued on any single virtual circuit to a specific DTE neighbor when the virtual circuit on the X25 port is congested. NOTE: this object is no longer supported by NETBuilders running sw version 8.0 and greater.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 1..128  

a3ComBrgX25VcLimit 1.3.6.1.4.1.43.2.9.1.12.1.7
This object allows the specification of the maximum number of virtual circuits to a specific DTE that can be established concurrently for transparent bridging over an x25 network. NOTE: this object is no longer supported by NETBuilders running sw version 8.0 and greater.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..15  

a3ComBrgX25VcTimer 1.3.6.1.4.1.43.2.9.1.12.1.8
This object specifies the maximum amount of time, in minutes, that can elapse when there is no activity on the x25 virtual circuit to a DTE before it is cleared. NOTE: this object is no longer supported by NETBuilders running sw version 8.0 and greater.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 1..512  

a3ComBrgBroadCastLimit 1.3.6.1.4.1.43.2.9.1.12.1.9
This object specifies the maximum rate, in packets per second, at which broadcast and multicast packets are forwarded through this port. If the number of these packets during a single time interval (specified by a3ComBrgBLimitTimer) exceeds the number allowed during that interval, as calculated from the value of this object, all further broadcast and multicast packets will be discarded for the rest of the time interval. If this object is set to zero, this feature is disabled for this port. Note, any changes to this object will only take affect after the system is rebooted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..100000  

a3ComBrgSmdsGroupAddr 1.3.6.1.4.1.43.2.9.1.12.1.10
This identifies the SMDS Group Address that is used by the bridge to transmit packets to all the other bridges identified by this SMDS Group Address. This address is used as the SMDS destination address when transmitting spanning tree BPDU packets, all bridged broadcast and multicast packets, and bridged packets containing a destination address that has not yet been learned. If the address is less than 8 Octets, the remaining octets are padded with 0xFF's. If there is no SMDS Group Address assigned, this object will return all zeroes. Note, bridging must be enabled for any sets made to this object to be affected.
Status: mandatory Access: read-write
OBJECT-TYPE    
  SMDSAddress  

a3ComBrgX25ProfId 1.3.6.1.4.1.43.2.9.1.12.1.14
This object specifies the X25 User ProfileID to be used for selecting a Virtual Circuit to send Bridged Packets. Range is 0..255. If the value specified is 0 then use the DTE Profile ID
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

a3ComBrgX25NbrTable 1.3.6.1.4.1.43.2.9.1.13
This table specifies the DTE address of each X25 neighbor that supports transparent bridging. The bridge will forward to the neighbors defined in this table all broadcast packets and unknown unicast packets.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComBrgX25NbrEntry

a3ComBrgX25NbrEntry 1.3.6.1.4.1.43.2.9.1.13.1
Each entry contains the DTE address of an X25 neighbor.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComBrgX25NbrEntry  

a3ComBrgX25NbrPort 1.3.6.1.4.1.43.2.9.1.13.1.1
The bridge port to which this entry applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComBrgX25NbrDTE 1.3.6.1.4.1.43.2.9.1.13.1.2
The X121 address of the neighbor DTE.
Status: mandatory Access: read-only
OBJECT-TYPE    
  X121Address  

a3ComBrgX25NbrStatus 1.3.6.1.4.1.43.2.9.1.13.1.3
This object is used to add and delete entries in this table. See the notes describing RowStatus at the beginning of this MIB.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ComBrgStpMultAdd 1.3.6.1.4.1.43.2.9.2.1
This is the multicast MAC address used by bridges running the Spanning Tree Protocol.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

a3ComBrgStpCtl 1.3.6.1.4.1.43.2.9.2.2
This object is used to enable/disable the Spanning Tree Protocol for the bridge as a whole.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ComBrgStpHopCtl 1.3.6.1.4.1.43.2.9.2.3
This object determines whether the bridge considers the number of hops needed to forward a packet to the root bridge when it selects a root port. If hopReduce is selected, the bridge increases its root path cost by 1. If noHopReduce is selected and two ports have the same root path cost, the port that offers the least number of hops might not be chosen as the root port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER hopReduce(1), noHopReduce(2)  

a3ComBrgSrMode 1.3.6.1.4.1.43.2.9.3.1
This object defines the mode of source routing in use on the bridge. If ieee (1) is selected, explorer frames are modified and the forwarding path of the specifically routed frames is determined from the routing information (RI) field. If passiveBridging (2) is selected, the source routed frames are bridged across the spanning tree as if they were transparent frames without examining or updating the RI field. When in passiveBridging mode, the same ring number should be assinged to all active ports of the bridge.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ieee(1), passiveBridging(2)  

a3ComBrgSrPortTable 1.3.6.1.4.1.43.2.9.3.2
This table contains port specific source routing information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComBrgSrPortEntry

a3ComBrgSrPortEntry 1.3.6.1.4.1.43.2.9.3.2.1
Each entry contains a set of information applied to a specific bridge port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComBrgSrPortEntry  

a3ComBrgSrPort 1.3.6.1.4.1.43.2.9.3.2.1.1
This identifies the bridge port to which the other objects in this entry apply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComBrgSrPortSTEHopCount 1.3.6.1.4.1.43.2.9.3.2.1.2
This object contains the maximum number of routing descriptors (ie, hop count) for Spanning Tree Explorer frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

a3ComBrgSrPortAREHopCount 1.3.6.1.4.1.43.2.9.3.2.1.3
This object contains the maximum number of routing descriptors (ie, hop count) for All Routes Explorer frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

a3ComBrgSrPortHoldTime 1.3.6.1.4.1.43.2.9.3.2.1.4
This parameter specifies the time interval, in minutes, that an inactive route entry can reside in the source routing table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..1440  

a3ComBrgSrPortMinAccessPrior 1.3.6.1.4.1.43.2.9.3.2.1.5
This parameter determines the minimum access priority used for outoing frames on this port. End systems usually have a low access priority while bridges have a medium priority. This allows bridge, which typically handle larger volumes of data, to get the token faster than end systems. If the user priority of the frame is greateer than the minumum access priority, the user priority is used as the access priority. The user priority of the frame is determined by the access priority of the incoming frame.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..6  

a3ComBrgSrWanAddrTable 1.3.6.1.4.1.43.2.9.3.3
A table containing mappings between Ring Number, Bridge Number, and Wide Area Addresses. This information is learned from Explorer Frames sent by end stations.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComBrgSrWanAddrEntry

a3ComBrgSrWanAddrEntry 1.3.6.1.4.1.43.2.9.3.3.1
Each entry contains a single Ring Number, Bridge Number, Wide Area Address mapping.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComBrgSrWanAddrEntry  

a3ComBrgSrWAportIndex 1.3.6.1.4.1.43.2.9.3.3.1.1
This identifies the bridge port that is connected to the ring identified by a3ComBrgSrWAringNum.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComBrgSrWAringNum 1.3.6.1.4.1.43.2.9.3.3.1.2
This identifies a specific wide area network. When a source route frame is bridged to this ring number, and to the bridge identified by a3ComBrgSrWAbrgNum, the Wide Area Address identified by the corresponding instance of a3ComBrgSrWAddress is used to forward the frame to the proper bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComBrgSrWAbrgNum 1.3.6.1.4.1.43.2.9.3.3.1.3
This identifies the bridge associated with the Wide Area Address identified by a3ComBrgSrWAddress.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComBrgSrWAddress 1.3.6.1.4.1.43.2.9.3.3.1.4
This identifies the Wide Area Address associated with a specific ring number and bridge number. These are identified by the corresponding instances of a3ComBrgSrWAringNum and a3ComBrgSrWAbrgNum.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

a3ComBrgSrGwVirRing 1.3.6.1.4.1.43.2.9.3.4
This parameter is used whenever SRTG is bridging packets between TB and SR domains. Before forwarding packets from a TB domain, SRTG specifically adds this 'virtual' ring number and its own bridge number to the source route information of the destination station retrieved from the SRDB. Thus from a source routing station's point of view, the entire transparent bridge LAN appears as a single source routed ring. If this parameter has the value 0, no virtual ring number is added.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..4095  

a3ComBrgSrGwContTable 1.3.6.1.4.1.43.2.9.3.5
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComBrgSrGwContEntry

a3ComBrgSrGwContEntry 1.3.6.1.4.1.43.2.9.3.5.1
Each entry in this table control the behavior of the SRT Gateway feature for a specific port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComBrgSrGwContEntry  

a3ComBrgSrGwContPort 1.3.6.1.4.1.43.2.9.3.5.1.1
This identifies the bridge port to which the other objects in this entry apply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComBrgSrGwCont 1.3.6.1.4.1.43.2.9.3.5.1.2
This parameter is used to enable or disable the SRT Gateway feature for this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

a3ComBrgSrGwContEncapMode 1.3.6.1.4.1.43.2.9.3.5.1.3
This parameter is used to control how packets using Token Ring LLC-based protocols are converted when bridged to Ethernet LANs. If this object has the value 'ieeeMode', those packets will be translated into IEEE 802.2 frames. Otherwise, they will be converted into Ethernet Version II format. Note, if the type of frame used by the destination is known (ie, if autoMode is selected and the station is known), this parameter is ignored and the previously seen frame type is used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ieeeMode(1), etherMode(2)  

a3ComBrgSrGwContAutoMode 1.3.6.1.4.1.43.2.9.3.5.1.4
This parameter specifies whether or not the encapsulation format of each end stations is stored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER autoMode(1), noAutoMode(2)  

a3ComBrgSrRDTable 1.3.6.1.4.1.43.2.9.3.6
This table specifies whether end system source routing is enabled on for each port on the system. There are separate controls for each protocol that may use source routing.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComBrgSrRDEntry

a3ComBrgSrRDEntry 1.3.6.1.4.1.43.2.9.3.6.1
Each entry applies to a specific port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComBrgSrRDEntry  

a3ComBrgSrRDPort 1.3.6.1.4.1.43.2.9.3.6.1.1
This identifies the bridge port to which the other objects in this entry apply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComBrgSrRDAppleTalk 1.3.6.1.4.1.43.2.9.3.6.1.2
This specifies whether route discovery is initiated for AppleTalke end system packets. This discovery process occurs when a route to the end system does not exist in the local source routing table. If this is set to noAppleTalk, all AppleTalk end system packets are sent as transparent frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER appleTalk(1), noAppleTalk(2)  

a3ComBrgSrRDClnp 1.3.6.1.4.1.43.2.9.3.6.1.3
This specifies whether route discovery is initiated for CLNP end system packets. This discovery process occurs when a route to the end system does not exist in the local source routing table. If this is set to noClnp, all CLNP end system packets are sent as transparent frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER clnp(1), noClnp(2)  

a3ComBrgSrRDDecNet 1.3.6.1.4.1.43.2.9.3.6.1.4
This specifies whether route discovery is initiated for DECNET end system packets. This discovery process occurs when a route to the end system does not exist in the local source routing table. If this is set to noDecNet, all DECNET end system packets are sent as transparent frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER decNet(1), noDecNet(2)  

a3ComBrgSrRDDlTest 1.3.6.1.4.1.43.2.9.3.6.1.5
This specifies whether route discovery is initiated for DlTest end system packets. This discovery process occurs when a route to the end system does not exist in the local source routing table. If this is set to noDlTest, all DlTest end system packets are sent as transparent frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dlTest(1), noDlTest(2)  

a3ComBrgSrRDIp 1.3.6.1.4.1.43.2.9.3.6.1.6
This specifies whether route discovery is initiated for IP end system packets. This discovery process occurs when a route to the end system does not exist in the local source routing table. If this is set to noIp, all IP end system packets are sent as transparent frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ip(1), noIp(2)  

a3ComBrgSrRDIpx 1.3.6.1.4.1.43.2.9.3.6.1.7
This specifies whether route discovery is initiated for IPX end system packets. This discovery process occurs when a route to the end system does not exist in the local source routing table. If this is set to noIpx, all IPX end system packets are sent as transparent frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ipx(1), noIpx(2)  

a3ComBrgSrRDLlc2 1.3.6.1.4.1.43.2.9.3.6.1.8
This specifies whether route discovery is initiated for LLC2 end system packets. This discovery process occurs when a route to the end system does not exist in the local source routing table. If this is set to noLlc2, all LLC2 end system packets are sent as transparent frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER llc2(1), noLlc2(2)  

a3ComBrgSrRDVines 1.3.6.1.4.1.43.2.9.3.6.1.9
This specifies whether route discovery is initiated for Vines end system packets. This discovery process occurs when a route to the end system does not exist in the local source routing table. If this is set to noVines, all Vines end system packets are sent as transparent frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER vines(1), noVines(2)  

a3ComBrgSrTunVRing 1.3.6.1.4.1.43.2.9.3.7
This object is used only by the Smart Filtering feature.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComBrgSrCNodeAddr 1.3.6.1.4.1.43.2.9.3.8
This object is used only by the Smart Filtering feature.
Status: deprecated Access: read-only
OBJECT-TYPE    
  OCTET STRING