RC-VLAN-MIB

MIB Reference — IPNetwork Monitor

All MIBsRC-VLAN-MIB

Organization: Bay Networks, Rapid-City Group

Last Updated: 2013-10-11

Category: Nortel Enterprise Data, VLAN Management

Description:

Manages VLAN creation, port membership, and tagging configuration on Bay Networks Rapid-City series switches.

Imported Objects

From IF-MIB

InterfaceIndex
InterfaceIndexOrZero

From INET-ADDRESS-MIB

InetAddress
InetAddressType

From RAPID-CITY

EnableValue
IdList
LPortSet
PortSet
RcVlanIdOrNone
rcSvlanOBJECT-IDENTITY
rcVlanOBJECT-IDENTITY

From RC-VRF-MIB

VrfIdentifier

From SNMPv2-SMI

Integer32
IpAddress
MODULE-IDENTITY
OBJECT-TYPE
Unsigned32

From SNMPv2-TC

DisplayString
MacAddress
RowStatus
TruthValue

What Is RC-VLAN-MIB?

RC-VLAN-MIB is a Bay Networks/Nortel "Rapid-City" enterprise MIB module used to manage VLAN configuration on the Accelar product family of Layer 2/3 switches. It exposes objects for creating and naming VLANs, assigning VLAN color-coding, enabling VLAN-based routing, mapping VLANs to interface indexes, and configuring Spanning Tree Group (STG) association and Super VLAN (SVLAN) settings. As a monitoring resource it is used chiefly to confirm the software configuration state of the switch's VLAN topology - e.g., how many VLANs exist, their names, routing-enabled status, and STG membership - which helps operators detect VLAN misconfiguration or unintended routing/bridging behavior rather than hardware faults. It ties into IEEE 802.1Q VLAN and 802.1D Spanning Tree standards, correlating with the switch's underlying bridge and interface tables. It is deployed on Nortel/Bay Networks Accelar (Rapid-City) switches in enterprise campus or data-center networks for VLAN segmentation and routing configuration. Engineers can download the RC-VLAN-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in RC-VLAN-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • VLAN count
  • VLAN name and ID
  • VLAN routing-enabled state
  • spanning tree group (STG) assignment
  • super VLAN global settings

Supported Devices

  • Nortel/Bay Networks Accelar (Rapid-City) switch

Monitoring Examples

An administrator would poll rcVlanNumVlans for a quick count of configured VLANs, then walk rcVlanTable/rcVlanEntry (keyed by rcVlanId) to check rcVlanName, rcVlanRoutingEnable, and rcVlanStgId for each VLAN, confirming routing is enabled only on the intended VLANs and that spanning-tree group assignments are correct. Issuing a change via rcVlanAction and checking rcVlanResult reveals whether a VLAN configuration change (add/delete/modify) succeeded or failed, which would explain an unexpected VLAN topology change on the switch.

OIDs
OID symbolicOID numericTypeAccessDescription
rcVlanMib1.3.6.1.4.1.2272.1.3.0Enterprise MIB for the Accelar product family.
I32 rcVlanNumVlans1.3.6.1.4.1.2272.1.3.1Integer32read-onlyThe number of VLANs currently defined in the switch.
rcVlanTable1.3.6.1.4.1.2272.1.3.2not-accessibleA list of Virtual LAN entries. The number of entries is given by rcVlanNumVlans.
rcVlanEntry1.3.6.1.4.1.2272.1.3.2.1not-accessibleEntry containing configuration information for a particular Virtual LAN. The relationship between the various port sets in a VLAN Entry are : o The set of ports defined by PortMembers must be a subset of the set of ports in the underlying STG of the VLAN. o The bitwise AND of PortMembers and NotAllowToJoin must be the empty set. o The bitwise OR of PortMembers and NotAllowToJoin must be the set of ports in the underlying STG of the VLAN. o The set of ports defined by StaticMembers must be a subset of the set of ports defined by PortMembers. o The bitwise XOR of PortMembers and StaticMembers defines the set of dynamic (potential) members of the VLAN. o The set of ports defined by ActiveMembers must be a subset of the set of ports defined by PortMembers.
I32 rcVlanId1.3.6.1.4.1.2272.1.3.2.1.1Integer32read-onlyA value that uniquely identifies the Virtual LAN associated with this entry. This value corresponds to the lower 12 bits in the IEEE 802.1Q VLAN Tag.
STR rcVlanName1.3.6.1.4.1.2272.1.3.2.1.2DisplayStringread-createAn administratively-assigned name for this VLAN.
I32 rcVlanColor1.3.6.1.4.1.2272.1.3.2.1.3Integer32read-createAn administratively-assigned color code for this VLAN. The value of this object is used by the VLAN Manager GUI tool to select a color when it draws this VLAN on the screen.
T/F rcVlanHighPriority1.3.6.1.4.1.2272.1.3.2.1.4TruthValueread-createA flag to note whether frames in this VLAN should be assigned a high switching priority.
T/F rcVlanRoutingEnable1.3.6.1.4.1.2272.1.3.2.1.5TruthValueread-createA flag to note whether IP routing is enabled in this VLAN.
NUM rcVlanIfIndex1.3.6.1.4.1.2272.1.3.2.1.6InterfaceIndexread-onlyWhen rcVlanRoutingEnable is set to true(1), this value indicates the 'logical' ifIndex assigned to this VLAN. Otherwise, this value is meaningless and should be set to zero.
INT rcVlanAction1.3.6.1.4.1.2272.1.3.2.1.7INTEGERread-createVLAN related actions.
INT rcVlanResult1.3.6.1.4.1.2272.1.3.2.1.8INTEGERread-onlyThe result from the last VLAN action.
I32 rcVlanStgId1.3.6.1.4.1.2272.1.3.2.1.9Integer32read-createIndicates the Spanning Tree Group (STG) used by this VLAN to determine the state of its ports. If this VLAN is not associated with any STG, this value should be set to zero.
INT rcVlanType1.3.6.1.4.1.2272.1.3.2.1.10INTEGERread-createThe type of VLAN, distinguished according to the policy used to define its port membership.
POR rcVlanPortMembers1.3.6.1.4.1.2272.1.3.2.1.11PortSetread-createThe set of ports that are members (static or dynamic) of this VLAN.
POR rcVlanActiveMembers1.3.6.1.4.1.2272.1.3.2.1.12PortSetread-onlyThe set of ports that are currently active in this VLAN. Active ports include all static ports and any dynamic ports where the VLAN policy was met.
POR rcVlanStaticMembers1.3.6.1.4.1.2272.1.3.2.1.13PortSetread-createThe set of ports that are static members of this VLAN. A static member of a VLAN is always active and is never aged out.
POR rcVlanNotAllowToJoin1.3.6.1.4.1.2272.1.3.2.1.14PortSetread-createThe set of ports that are not allowed to become members of this VLAN.
INT rcVlanProtocolId1.3.6.1.4.1.2272.1.3.2.1.15INTEGERread-createThe protocol identifier of this VLAN. This value is meaningful only if rcVlanType is equal to byProtocolId(3). For other VLAN types it should have the value none(0).
IP rcVlanSubnetAddr1.3.6.1.4.1.2272.1.3.2.1.16IpAddressread-createThe IP subnet address of this VLAN. This value is meaningful only if rcVlanType is equal to byIpSubnet(2). For other VLAN types it should have the value 0.0.0.0.
IP rcVlanSubnetMask1.3.6.1.4.1.2272.1.3.2.1.17IpAddressread-createThe IP subnet mask of this VLAN. This value is meaningful only if rcVlanType is equal to byIpSubnet(2). For other VLAN types it should have the value 0.0.0.0.
I32 rcVlanAgingTime1.3.6.1.4.1.2272.1.3.2.1.18Integer32read-createThe timeout period (in seconds) used for aging out dynamic members of this VLAN. This field is only relevant for policy-based VLANs.
MAC rcVlanMacAddress1.3.6.1.4.1.2272.1.3.2.1.19MacAddressread-onlyThe MAC address assigned to the virtual router interface of this VLAN. This field is meaningful only if rcVlanRoutingEnable is equal to true(1).
ROW rcVlanRowStatus1.3.6.1.4.1.2272.1.3.2.1.20RowStatusread-createUsed to create/delete entries in the rcVlanTable.
T/F rcVlanIgmpSnoopEnable1.3.6.1.4.1.2272.1.3.2.1.21TruthValueread-createA flag to note whether IGMP Snooping is enabled on this VLAN.
T/F rcVlanIgmpSnoopReportProxyEnable1.3.6.1.4.1.2272.1.3.2.1.22TruthValueread-createA flag to note whether IGMP Report Proxy is enabled on this VLAN.
I32 rcVlanIgmpSnoopRobustness1.3.6.1.4.1.2272.1.3.2.1.23Integer32read-createThis variable allows tuning for the expected packet loss on a subnet. If a subnet is expected to be lossy, the Robustness variable may be increased. IGMP is robust to (Robustness - 1) packet losses.
I32 rcVlanIgmpSnoopQueryInterval1.3.6.1.4.1.2272.1.3.2.1.24Integer32read-createThe interval (in seconds) between IGMP Host-Query packets transmitted on this interface.
POR rcVlanIgmpSnoopMRouterPorts1.3.6.1.4.1.2272.1.3.2.1.25PortSetread-createThe set of ports in this VLAN that provide connectivity to an IP Multicast router.
I32 rcVlanUserDefinedPid1.3.6.1.4.1.2272.1.3.2.1.26Integer32read-createWhen rcVlanProtocolId is set to usrDefined(15) in a protocol-based VLAN, this field represents the 16-bit user defined protocol identifier.
POR rcVlanIgmpSnoopActiveMRouterPorts1.3.6.1.4.1.2272.1.3.2.1.27PortSetread-onlyActive ports.
I32 rcVlanProtocolIds1.3.6.1.4.1.2272.1.3.2.1.28Integer32read-createBitfield of protocol ids.
IP rcVlanIgmpSnoopActiveQuerier1.3.6.1.4.1.2272.1.3.2.1.29IpAddressread-onlyIP address of multicast querier router.
I32 rcVlanIgmpSnoopMRouterExpiration1.3.6.1.4.1.2272.1.3.2.1.30Integer32read-onlyMulticast querier router aging time out.
NUM rcVlanIgmpSnoopQuerierPort1.3.6.1.4.1.2272.1.3.2.1.31InterfaceIndexOrZeroread-onlyThe port on which the multicast querier router was heard.
INT rcVlanUserPriority1.3.6.1.4.1.2272.1.3.2.1.32INTEGERread-onlyUser priority level.
INT rcVlanQosLevel1.3.6.1.4.1.2272.1.3.2.1.33INTEGERread-createUsed to specify the Qos level packets, carried in this VLAN, should be processed with.
I32 rcVlanTosValue1.3.6.1.4.1.2272.1.3.2.1.34Integer32read-createTos value.
INT rcVlanEncap1.3.6.1.4.1.2272.1.3.2.1.35INTEGERread-createThis is the encapsulation type for userdefined protocol based vlans. This is not meaningful for other types of vlan. The default value is null.
INT rcVlanFirewallVlanType1.3.6.1.4.1.2272.1.3.2.1.36INTEGERread-createThis is the firewall vlan type for port based vlans.
I32 rcVlanFdbAging1.3.6.1.4.1.2272.1.3.2.1.37Integer32read-createThe timeout required to.
ENA rcVlanUpdateDynamicMacQosLevel1.3.6.1.4.1.2272.1.3.2.1.38EnableValueread-createIt is used to indicate whether to update qos level for dynamic learned mac add resses associated with a subnet-based or protocol-based vlan when vlan qos level changes. If it is set to TRUE, qos level for all dynamic learned mac addresses will be changed upon changing vlan qos level. If it is set to DISABLE, once a mac address is learned, qos level will not updated when vlan qos level changes.
OCT rcVlanUserDefinedPidList1.3.6.1.4.1.2272.1.3.2.1.39OCTET STRINGread-createA list of Protocol Id to usrDefined in a protocol-based VLAN, this field represents the list user defined protocol identifier.
POR rcVlanIgmpVer1SnoopMRouterPorts1.3.6.1.4.1.2272.1.3.2.1.40PortSetread-createThe set of ports in this VLAN that provide connectivity to an IP Multicast router using IGMP Version 1.
POR rcVlanIgmpVer2SnoopMRouterPorts1.3.6.1.4.1.2272.1.3.2.1.41PortSetread-createThe set of ports in this VLAN that provide connectivity to an IP Multicast router using IGMP version 2.
ENA rcVlanTlsIpmc1.3.6.1.4.1.2272.1.3.2.1.42EnableValueread-createEnable/disable the IP Mcast for this SP IP service Vlan for TLS OE feature
I32 rcVlanFirewallClusterId1.3.6.1.4.1.2272.1.3.2.1.43Integer32read-createFirewall cluster Id
POR rcVlanOspfPassivePortMember1.3.6.1.4.1.2272.1.3.2.1.44PortSetread-createThe set of ports in the vlan that are designated as ospf passive.
ENA rcVlanUnkDstMacDiscard1.3.6.1.4.1.2272.1.3.2.1.45EnableValueread-createEnable/disable Unknown Destination Mac Discard on Vlan
INT rcVlanNlbMode1.3.6.1.4.1.2272.1.3.2.1.46INTEGERread-createAdmin NLB mode set on a VLAN.
INT rcVlanOperNlbMode1.3.6.1.4.1.2272.1.3.2.1.47INTEGERread-onlyOper NLB mode of a VLAN.
OID rcVlanVrfId1.3.6.1.4.1.2272.1.3.2.1.48VrfIdentifierread-createIndicates the Virtual Router to which the VLAN belongs
STR rcVlanVrfName1.3.6.1.4.1.2272.1.3.2.1.49DisplayStringread-createThe Name of the Virtual Router to which the VLAN belongs
T/F rcVlanMgmtVlan1.3.6.1.4.1.2272.1.3.2.1.50TruthValueread-onlyThis displays the management vlan configuration
T/F rcVlanApplyBtagEthertype1.3.6.1.4.1.2272.1.3.2.1.51TruthValueread-createUsed to apply user configured btag ethertype to the Vlan
ENA rcVlanMmrp1.3.6.1.4.1.2272.1.3.2.1.52EnableValueread-createThis displays the MMRP enable state for the vlan
INT rcVlanSource1.3.6.1.4.1.2272.1.3.2.1.53INTEGERread-onlyThis object indicates how this VLAN was created: static(1) - Indicates the VLAN was manually configured by an operator. dynamicMvmp(2) - Indicates the VLAN was dynamically created by MVMP (Mobility VLAN Management Protocol). dynamicGvrp(3) - Indicates the VLAN was dynamically created by GVRP.
OCT rcVlanNodalMepList1.3.6.1.4.1.2272.1.3.2.1.54OCTET STRINGread-createList of nodal Meps assigned to this vlan. A mep consists of Domain Name, Association name and Mep Id separated by '.'. Each meps is separated by ',': ..,..,... The maximum number of nodal Mep for each vlan is 8.
I32 rcVlanNumOfNodalMep1.3.6.1.4.1.2272.1.3.2.1.55Integer32read-onlyNumber of nodal meps assigned to this vlan
STR rcVlanNodalMipLevelList1.3.6.1.4.1.2272.1.3.2.1.56DisplayStringread-createList of nodal Mip levels assigned to this vlan that allows Mip functionality to be enabled on a per level per vlan basis. A mip level is represented by an integer ranging from 0 to 7. The mip levels are separated by ',': ,,... The maximum number of nodal Mip levels for each vlan is 8.
I32 rcVlanNumOfNodalMipLevel1.3.6.1.4.1.2272.1.3.2.1.57Integer32read-onlyNumber of nodal mip levels assigned to this vlan that allows MIP functionality to be enabled on a per level per vlan basis.
T/F rcVlanDhcpOption82Enabled1.3.6.1.4.1.2272.1.3.2.1.58TruthValueread-createThis object is used to control whether DHCP option 82 is enabled for this VLAN.
T/F rcVlanIpMultinettingEnable1.3.6.1.4.1.2272.1.3.2.1.59TruthValueread-writeIndicate if the vlan is an Ip Multinetting vlan. If enabled, rcVlanAssociatedIpMultinettingVlan should be set to 0
I32 rcVlanAssociatedIpMultinettingVlan1.3.6.1.4.1.2272.1.3.2.1.60Integer32read-writeAssociated Ip Multinetting vlan Id whose rcVlanIpMultinettingEnable attribute is set
I32 rcVlanPlsbIsid1.3.6.1.4.1.2272.1.3.2.1.61Integer32read-writePlsb i-sid number assigned to a C-vlan. Default 0 value indicates that no i-sid has been assinged.
T/F rcVlanVoiceEnabled1.3.6.1.4.1.2272.1.3.2.1.62TruthValueread-writeThis object is used to control whether voice option is enabled for this VLAN.
T/F rcVlanRmonEnable1.3.6.1.4.1.2272.1.3.2.1.63TruthValueread-writeIndicate if the vlan is enabled for Remote Monitoring
T/F rcVlanIpsecEnable1.3.6.1.4.1.2272.1.3.2.1.64TruthValueread-writeIndicate if the vlan is enabled for IPSEC
LPO rcVlanLPortMembers1.3.6.1.4.1.2272.1.3.2.1.65LPortSetread-onlyThe set of logical ports that are members (dynamic) of this VLAN.
LPO rcVlanLPortActiveMembers1.3.6.1.4.1.2272.1.3.2.1.66LPortSetread-onlyThe set of logical ports that are currently active in this VLAN. Active ports include all dynamic ports where the VLAN policy was met.
LPO rcVlanLPortStaticMembers1.3.6.1.4.1.2272.1.3.2.1.67LPortSetread-onlyThe set of logical ports that are static members of this VLAN. A static member of a VLAN is always active and is never aged out.
LPO rcVlanLPortNotAllowToJoin1.3.6.1.4.1.2272.1.3.2.1.68LPortSetread-onlyThe set of logical ports that are not allowed to become members of this VLAN.
T/F rcVlanRspanEnabled1.3.6.1.4.1.2272.1.3.2.1.69TruthValueread-writeThis object is used to control whether rspan option is enabled for this VLAN.
ENA rcVlanSpbMcast1.3.6.1.4.1.2272.1.3.2.1.70EnableValueread-writeEnable/disable SPB multicast on Vlan
RCV rcVlanSecondaryVlanId1.3.6.1.4.1.2272.1.3.2.1.71RcVlanIdOrNoneread-writeA value that uniquely identifies the secondary Virtual LAN associated with the primary private VLAN. This value corresponds to the lower 12 bits in the IEEE 802.1Q VLAN Tag.
I32 rcVlanSecondaryIsid1.3.6.1.4.1.2272.1.3.2.1.72Integer32read-writeThe i-sid number assigned to a secondary VLAN if it exists. Default 0 value.
rcVlanPortTable1.3.6.1.4.1.2272.1.3.3not-accessibleA table used to maintain VLAN port related information.
rcVlanPortEntry1.3.6.1.4.1.2272.1.3.3.1not-accessibleEntry containing VLAN information regarding a particular port.
I32 rcVlanPortIndex1.3.6.1.4.1.2272.1.3.3.1.1Integer32read-onlyAn unique index used to identify a particular port in the system. This index is equal to the ifIndex of the port.
I32 rcVlanPortNumVlanIds1.3.6.1.4.1.2272.1.3.3.1.2Integer32read-onlyUsed to indicate the number of VLAN IDs that are stored in the rcVlanPortVlanIds variable.
IDL rcVlanPortVlanIds1.3.6.1.4.1.2272.1.3.3.1.3IdListread-writeAn array used to identify which VLANs this port is assigned to. Each VLAN ID is stored as a two octet value. The first octet in the pair holds bits 15-8 of the VLAN ID, while the second octet holds bits 7-0 of the VLAN ID.
INT rcVlanPortType1.3.6.1.4.1.2272.1.3.3.1.4INTEGERread-writeThe type of port: access(1) or trunk(2).
T/F rcVlanPortDiscardTaggedFrames1.3.6.1.4.1.2272.1.3.3.1.5TruthValueread-writeA flag used to determine how to process tagged frames received on this access port. When the flag is set, these frames are discarded by the forwarding process. When the flag is reset, these frames are processed normally. This field is meaningless when the port is not an access port and should be set to false(2).
T/F rcVlanPortDiscardUntaggedFrames1.3.6.1.4.1.2272.1.3.3.1.6TruthValueread-writeA flag used to determine how to process untagged frames received on this trunk port. When the flag is set, these frames are discarded by the forwarding process. When the flag is reset, these frames are assigned to the VLAN specified by rcVlanPortDefaultVlanId. This field is meaningless when the port is not a trunk port and should be set to false(2).
I32 rcVlanPortDefaultVlanId1.3.6.1.4.1.2272.1.3.3.1.7Integer32read-writeThe VLAN ID assigned to untagged frames received on this trunk port. This field is meaningless when the port is not a trunk port.
INT rcVlanPortPerformTagging1.3.6.1.4.1.2272.1.3.3.1.8INTEGERread-writeEnable/disable the port on the current vlan to perform tagging on the incoming and outgoing traffic.
INT rcVlanPortSVlanPortType1.3.6.1.4.1.2272.1.3.3.1.9INTEGERread-writeThe type of port.
T/F rcVlanPortLoopDetect1.3.6.1.4.1.2272.1.3.3.1.10TruthValueread-writeEnable/disable loop detection on this port
NUM rcVlanPortFirstPortInOpid1.3.6.1.4.1.2272.1.3.3.1.11InterfaceIndexread-onlyThis value gives the IfIndex of the first port in the octapid. This value is used to generate an error message when changing port type from normal to uni/nni and viceversa
NUM rcVlanPortLastPortInOpid1.3.6.1.4.1.2272.1.3.3.1.12InterfaceIndexread-onlyThis value gives the IfIndex of the first port in the octapid. This value is used to generate an error message when changing port type from normal to uni/nni and viceversa
T/F rcVlanPortUntagDefaultVlan1.3.6.1.4.1.2272.1.3.3.1.13TruthValueread-writeenable/disable Egress Tagging on the Default Vlan of the port.
INT rcVlanPortLoopDetectAction1.3.6.1.4.1.2272.1.3.3.1.14INTEGERread-writeThis value is used to specify the action which needs to be taken once a loop is detected on a specific port.
T/F rcVlanPortArpDetect1.3.6.1.4.1.2272.1.3.3.1.15TruthValueread-writeEnable/disable Arp detection on this port
T/F rcVlanPortSpoofDetect1.3.6.1.4.1.2272.1.3.3.1.16TruthValueread-writeEnable/disable spoof detection on this port
T/F rcVlanPortRemarking1.3.6.1.4.1.2272.1.3.3.1.17TruthValueread-writeEnable/disable remarking on this port
T/F rcVlanPortClassificationSubnet1.3.6.1.4.1.2272.1.3.3.1.18TruthValueread-writeEnable/disable Subnet based Vlan packets on this port.
T/F rcVlanPortClassificationProtocol1.3.6.1.4.1.2272.1.3.3.1.19TruthValueread-writeEnable/disable Protocol based Vlan packets on this port.
INT rcVlanPortClassificationPrec1.3.6.1.4.1.2272.1.3.3.1.20INTEGERread-writeSets the precedence for vlan classification. A value of 1 puts classification of packets to source mac vlans ahead of subnet based vlans. A value of 2 puts subnet based vlans ahead of source mac vlans. Classification to other types of vlans is unaffected as it occurs following source mac and subnet based vlans.
OCT rcVlanPortVlanIdList1.3.6.1.4.1.2272.1.3.3.1.21OCTET STRINGread-writeThis bitfield is used to identify which VLANs this port is assigned to. Each VLAN ID is stored as a bit. The most-significant (left-most) bit represents Vlan Id 1.
T/F rcVlanPortClassificationSourceMac1.3.6.1.4.1.2272.1.3.3.1.22TruthValueread-writeEnable/disable SourceMac based Vlan packets on this port.
INT rcVlanPortPrivateVlanPortType1.3.6.1.4.1.2272.1.3.3.1.23INTEGERread-writeThe type of port associated wiht private VLAN. If the VLAN is not private then this is ignored. If the VLAN is private then the value must be either trunk, isolated, or promiscuous. Setting the value to trunk will enable tagging. Setting the value to isolated or promiscuous will remove non-private VLANs from the port.
rcVlanMacTable1.3.6.1.4.1.2272.1.3.4not-accessibleA table used to maintain MAC addresses assigned to a particular VLAN by MAC address.
rcVlanMacEntry1.3.6.1.4.1.2272.1.3.4.1not-accessibleEntry containing VLAN information regarding a particular port.
I32 rcVlanMacVlanId1.3.6.1.4.1.2272.1.3.4.1.1Integer32read-onlyAn unique index used to identify a VLAN (by MAC address) in the system.
MAC rcVlanMacAddr1.3.6.1.4.1.2272.1.3.4.1.2MacAddressread-onlyAn unique index used to identify a MAC address assigned to a particular VLAN.
ROW rcVlanMacRowStatus1.3.6.1.4.1.2272.1.3.4.1.3RowStatusread-createRow status for this entry.
I32 rcVlanIgmpSnoopNumGroups1.3.6.1.4.1.2272.1.3.5Integer32read-onlyThe number of entries (rows) in the rcVlanIgmpSnoopTable.
rcVlanIgmpSnoopTable1.3.6.1.4.1.2272.1.3.6not-accessibleThe (conceptual) table listing the IP multicast groups for which there are members on a particular interface on a particular VLAN (i.e., a list known multicast receivers). A row is created by the system when it receives an IGMP Join messages on a port.
rcVlanIgmpSnoopEntry1.3.6.1.4.1.2272.1.3.6.1not-accessibleAn entry (row) in the rcVlanIgmpSnoopTable.
I32 rcVlanIgmpSnoopVlanId1.3.6.1.4.1.2272.1.3.6.1.1Integer32read-onlyThe VLAN for which this entry contains information.
IP rcVlanIgmpSnoopIpAddress1.3.6.1.4.1.2272.1.3.6.1.2IpAddressread-onlyThe IP multicast group address for which this entry contains information.
NUM rcVlanIgmpSnoopIfIndex1.3.6.1.4.1.2272.1.3.6.1.3InterfaceIndexread-onlyThe interface for which this entry contains information for this IP multicast group address (i.e., the port the Join message was received).
IP rcVlanIgmpSnoopMember1.3.6.1.4.1.2272.1.3.6.1.4IpAddressread-onlyThe IP Address of the source of the membership report received for this IP Multicast group address on this interface (i.e., the address of the host sending the Join message).
I32 rcVlanIgmpSnoopExpiration1.3.6.1.4.1.2272.1.3.6.1.5Integer32read-onlyThe minimum amount of time remaining before this entry will be aged out.
INT rcVlanIgmpSnoopType1.3.6.1.4.1.2272.1.3.6.1.6INTEGERread-onlyThe type of entry: dynamic(1) entries are created by snooping IGMP messages, static(2) entries are created via management.
rcVlanIgmpSnoopStaticTable1.3.6.1.4.1.2272.1.3.7not-accessibleThe (conceptual) table listing the statically- defined IP multicast groups for which there are members on a particular interface on a particular VLAN.
rcVlanIgmpSnoopStaticEntry1.3.6.1.4.1.2272.1.3.7.1not-accessibleAn entry (row) in the rcVlanIgmpSnoopStaticTable.
I32 rcVlanIgmpSnoopStaticVlanId1.3.6.1.4.1.2272.1.3.7.1.1Integer32read-onlyThe VLAN for which this entry contains information.
IP rcVlanIgmpSnoopStaticIpAddress1.3.6.1.4.1.2272.1.3.7.1.2IpAddressread-onlyThe IP multicast group address for which this entry contains information. The address must fall within 224.0.1.0 to 239.255.255.255.
POR rcVlanIgmpSnoopStaticMemberPorts1.3.6.1.4.1.2272.1.3.7.1.3PortSetread-createThe set of ports in this VLAN multicast traffic for the rcVlanIgmpSnoopStaticIpAddress is to be forwarded to.
ROW rcVlanIgmpSnoopStaticRowStatus1.3.6.1.4.1.2272.1.3.7.1.4RowStatusread-createUsed to create/delete entries in the rcVlanIgmpSnoopStaticTable.
POR rcVlanIgmpSnoopStaticNotAllowedToJoin1.3.6.1.4.1.2272.1.3.7.1.5PortSetread-createNot allowed to join
rcVlanIgmpSnoopAccessTable1.3.6.1.4.1.2272.1.3.8not-accessibleTable used to specify which host(s) can send and/or receive IP Multicast traffic.
rcVlanIgmpSnoopAccessEntry1.3.6.1.4.1.2272.1.3.8.1not-accessibleAn entry (row) in the rcVlanIgmpSnoopAccessTable.
I32 rcVlanIgmpSnoopAccessVlanId1.3.6.1.4.1.2272.1.3.8.1.1Integer32read-onlyThe VLAN for which this entry contains information.
IP rcVlanIgmpSnoopAccessGrpAddr1.3.6.1.4.1.2272.1.3.8.1.2IpAddressread-onlyThe IP multicast group address for which this entry contains information.
IP rcVlanIgmpSnoopAccessHostAddr1.3.6.1.4.1.2272.1.3.8.1.3IpAddressread-onlyThe IP address of a host for which this entry contains information.
IP rcVlanIgmpSnoopAccessHostMask1.3.6.1.4.1.2272.1.3.8.1.4IpAddressread-onlyThe IP netmask of a host for which this entry contains information.
INT rcVlanIgmpSnoopAccessMode1.3.6.1.4.1.2272.1.3.8.1.5INTEGERread-createUsed to specify whether the host identified by rcVlanIgmpSnoopAccessHostAddr should be denied IP multicast transmit, receive, or both.
ROW rcVlanIgmpSnoopAccessRowStatus1.3.6.1.4.1.2272.1.3.8.1.6RowStatusread-createRow status
rcVlanIgmpSnoopSenderTable1.3.6.1.4.1.2272.1.3.9not-accessibleThe (conceptual) table listing the IP multicast groups for which there are members on a particular interface on a particular VLAN (i.e., a list known multicast senders). A row is created by the system when it receives an IGMP Join messages on a port.
rcVlanIgmpSnoopSenderEntry1.3.6.1.4.1.2272.1.3.9.1not-accessibleAn entry (row) in the rcVlanIgmpSnoopSenderTable.
I32 rcVlanIgmpSnoopSenderVlanId1.3.6.1.4.1.2272.1.3.9.1.1Integer32read-onlyThe VLAN for which this entry contains information.
IP rcVlanIgmpSnoopSenderIpAddress1.3.6.1.4.1.2272.1.3.9.1.2IpAddressread-onlyThe IP multicast group address for which this entry contains information.
NUM rcVlanIgmpSnoopSenderIfIndex1.3.6.1.4.1.2272.1.3.9.1.3InterfaceIndexread-onlyThe interface for which this entry contains information for this IP multicast group address (i.e., the port the multicast traffic was received).
IP rcVlanIgmpSnoopSenderMember1.3.6.1.4.1.2272.1.3.9.1.4IpAddressread-onlyThe IP Address of the host sending the multicast traffic.
INT rcVlanIgmpSnoopSenderAction1.3.6.1.4.1.2272.1.3.9.1.5INTEGERread-writeUsed to specify an action to perform on this group.
rcVlanLoopDetectedTable1.3.6.1.4.1.2272.1.3.10not-accessibleA list of Vlans the port belongs to and the corresponding loop detected status.
rcVlanLoopDetectedEntry1.3.6.1.4.1.2272.1.3.10.1not-accessibleLoop-Detected Entry.
I32 rcVlanLoopDetectedPortIndex1.3.6.1.4.1.2272.1.3.10.1.1Integer32read-onlyPort Number.
I32 rcVlanLoopDetectedVlanId1.3.6.1.4.1.2272.1.3.10.1.2Integer32read-onlyGives the VlanId to which the port belongs.
INT rcVlanLoopDetectedValue1.3.6.1.4.1.2272.1.3.10.1.3INTEGERread-onlyGives the Loop Detected status of the port in a vlan.
rcVlanDsapSsapTable1.3.6.1.4.1.2272.1.3.11not-accessibleA table used to maintain DSAP/SSAP values assigned to a sna802dot2 or userdefined vlan.
rcVlanDsapSsapEntry1.3.6.1.4.1.2272.1.3.11.1not-accessibleAn entry in the rcVlanDsapSsap table.
I32 rcVlanDsapSsapVlanId1.3.6.1.4.1.2272.1.3.11.1.1Integer32not-accessibleA unique index to identify a vlan.
I32 rcVlanDsapSsapPid1.3.6.1.4.1.2272.1.3.11.1.2Integer32not-accessibleValues of DSAP/SSAP assigned to a particular vlan.
ROW rcVlanDsapSsapRowStatus1.3.6.1.4.1.2272.1.3.11.1.3RowStatusread-createRow Status.
rcVlanNewLoopDetectedTable1.3.6.1.4.1.2272.1.3.12not-accessibleA list of Vlans the port belongs to and the corresponding loop detected status.
rcVlanNewLoopDetectedEntry1.3.6.1.4.1.2272.1.3.12.1not-accessibleLoop-Detected Entry.
NUM rcVlanNewLoopDetectedPortIndex1.3.6.1.4.1.2272.1.3.12.1.1InterfaceIndexnot-accessiblePort Number.
I32 rcVlanNewLoopDetectedVlanId1.3.6.1.4.1.2272.1.3.12.1.2Integer32not-accessibleGives the VlanId to which the port belongs.
MAC rcVlanNewLoopDetectedMac1.3.6.1.4.1.2272.1.3.12.1.3MacAddressnot-accessibleMac address
INT rcVlanNewLoopDetectedAction1.3.6.1.4.1.2272.1.3.12.1.4INTEGERread-onlyThis value is used to specify the action which needs to be taken once a loop is detected on a specific port.
T/F rcVlanNewLoopDetectedSmltRemote1.3.6.1.4.1.2272.1.3.12.1.5TruthValueread-onlyA MAC address indicate for remote learnt, either local or remote.
rcVlanPortCfmMepTable1.3.6.1.4.1.2272.1.3.13not-accessibleA table used to maintain CFM MEP assigned to the port in a vlan
rcVlanPortCfmMepEntry1.3.6.1.4.1.2272.1.3.13.1not-accessibleAn entry in the rcVlanPortCfmMep table.
I32 rcVlanPortCfmMepVlanId1.3.6.1.4.1.2272.1.3.13.1.1Integer32not-accessibleA unique index to identify a vlan.
NUM rcVlanPortCfmMepPort1.3.6.1.4.1.2272.1.3.13.1.2InterfaceIndexnot-accessibleA unique index to identify a port interface in a Vlan.
OCT rcVlanPortCfmMepMepList1.3.6.1.4.1.2272.1.3.13.1.3OCTET STRINGread-createList of Meps assigned to this entry. A mep is consist of ... Domain Name, Association and Mep Id is separated by '.' A list of mep is consist of ..,..,... Each mep is separated by ','. Maximum up 8 meps
I32 rcVlanPortCfmMepNumOfMep1.3.6.1.4.1.2272.1.3.13.1.4Integer32read-onlyUsed to indicate the number of Meps is assigned to this entry
ROW rcVlanPortCfmMepRowStatus1.3.6.1.4.1.2272.1.3.13.1.5RowStatusread-createRow Create attibute. For perfomace and efficience, rcVlanPortCfmMepMepList is required for creation. If any Mep is added, entry would be created. If all Mep are removed, entry would be deleted
rcVlanPortCfmMipTable1.3.6.1.4.1.2272.1.3.14not-accessibleA table used to maintain CFM MIP assigned to the port in a vlan
rcVlanPortCfmMipEntry1.3.6.1.4.1.2272.1.3.14.1not-accessibleAn entry in the rcVlanPortCfmMip table.
I32 rcVlanPortCfmMipVlanId1.3.6.1.4.1.2272.1.3.14.1.1Integer32not-accessibleA unique index to identify a vlan.
NUM rcVlanPortCfmMipPort1.3.6.1.4.1.2272.1.3.14.1.2InterfaceIndexnot-accessibleA unique index to identify a port interface in a Vlan.
OCT rcVlanPortCfmMipMipList1.3.6.1.4.1.2272.1.3.14.1.3OCTET STRINGread-createList of Mips assigned to this entry. A mip is consist of .. Domain Name and Mip Id is separated by '.' A list of mip is consist of .,.,... Each mip is separated by ','. Maximum up 8 mips
I32 rcVlanPortCfmMipNumOfMip1.3.6.1.4.1.2272.1.3.14.1.4Integer32read-onlyUsed to indicate the number of Mips is assigned to this entry
ROW rcVlanPortCfmMipRowStatus1.3.6.1.4.1.2272.1.3.14.1.5RowStatusread-createRow Create attibute. For perfomace and efficience, rcVlanPortCfmMipMipList is required for creation. If any Mip is added, entry would be created. If all Mip are removed, entry would be deleted
rcVlanExtFilterSvcTable1.3.6.1.4.1.2272.1.3.15not-accessibleExtended filtering services per port per Vlans are defined in this table
rcVlanExtFilterSvcEntry1.3.6.1.4.1.2272.1.3.15.1not-accessibleUsed to indicate the extended filtering services. Extended filtering services are per port per Vlan.
I32 rcVlanExtFilterSvcVlanId1.3.6.1.4.1.2272.1.3.15.1.1Integer32not-accessibleA value that uniquely identifies the Virtual LAN associated with this entry. This value corresponds to the lower 12 bits in the IEEE 802.1Q VLAN Tag.
POR rcVlanExtFilterSvcFwdAllPorts1.3.6.1.4.1.2272.1.3.15.1.2PortSetread-writeContains port list that are in ForwardAll mode.
POR rcVlanExtFilterSvcFwdUnregPorts1.3.6.1.4.1.2272.1.3.15.1.3PortSetread-writeContains port list that are in Forward Unregistered mode.
POR rcVlanExtFilterSvcFilterUnregPorts1.3.6.1.4.1.2272.1.3.15.1.4PortSetread-writeContains port list that are in Filter Unregistered mode.
rcVlanPortSpoofDetectTable1.3.6.1.4.1.2272.1.3.16not-accessibleTable containing spoof-detect block entries.
rcVlanPortSpoofDetectEntry1.3.6.1.4.1.2272.1.3.16.1not-accessibleThis entry, which contains port index, VLAN ID, IP address and MAC address, is used to indicate which MAC address is starting IP-Spoof attack and which gateway IP address is under attack.
U32 rcVlanPortSpoofDetectIndex1.3.6.1.4.1.2272.1.3.16.1.1Unsigned32not-accessibleThe auxiliary variable for identifying instances of the columnar objects in the spoof detect table.
IPt rcVlanPortSpoofDetectSpoofedIpAddressType1.3.6.1.4.1.2272.1.3.16.1.2InetAddressTyperead-onlyIP address type of address under spoof attack.
IP rcVlanPortSpoofDetectSpoofedIpAddress1.3.6.1.4.1.2272.1.3.16.1.3InetAddressread-onlyIP address that has been detected under spoof attack.
MAC rcVlanPortSpoofDetectSpoofedMacAddress1.3.6.1.4.1.2272.1.3.16.1.4MacAddressread-onlyMAC address that has sent out spoofing ARP.
U32 rcVlanPortSpoofDetectPort1.3.6.1.4.1.2272.1.3.16.1.5Unsigned32read-onlyPort index that has enabled spoof-detect.
U32 rcVlanPortSpoofDetectVlanId1.3.6.1.4.1.2272.1.3.16.1.6Unsigned32read-onlyVLAN ID that has been detected under spoof attack.
rcVlanClearMacRecordTable1.3.6.1.4.1.2272.1.3.17not-accessibleTable used to clear a Vlan MAC Record.
rcVlanClearMacRecordEntry1.3.6.1.4.1.2272.1.3.17.1not-accessibleVlan Clear Mac Record Table Entry
MAC rcVlanClearMacRecordAddr1.3.6.1.4.1.2272.1.3.17.1.1MacAddressnot-accessibleMac Address that needs to be cleared.
INT rcVlanClearMacRecordVlanId1.3.6.1.4.1.2272.1.3.17.1.2INTEGERread-writeVlan Id where the Mac record has to be cleared.
T/F rcVlanClearMacRecordAllVlanIds1.3.6.1.4.1.2272.1.3.17.1.3TruthValueread-writeWhen set to true, this will clear the MAC record on all the Vlan Ids it exists.
T/F rcVlanClearMacRecordForceDelete1.3.6.1.4.1.2272.1.3.17.1.4TruthValueread-writeBy default, when ForceDelete is set to false, MAC record will not be cleared if an ARP record is associated with this Mac Address. If ForceDelete is set to True, MAC record will be removed even when an ARP is associated with this record.
T/F rcVlanClearMacRecordLCForceDelete1.3.6.1.4.1.2272.1.3.17.1.5TruthValueread-writeBy default, when LCForceDelete (Line Card Force Delete) is set to false, if the MAC record is not found on the CP, then no message will be sent to the line-card. When LCForceDelete is set to true, a message will be sent to the line-card even when the MAC record is not found on the CP.
rcSvlanGlobal1.3.6.1.4.1.2272.1.35.1
I32 rcSvlanActiveLevel1.3.6.1.4.1.2272.1.35.1.1Integer32read-writeStacked Vlan active level.
rcSvlanTable1.3.6.1.4.1.2272.1.35.2not-accessibleA list of possible levels and their corresponding ether type. The number of entries is eight.
rcSvlanEntry1.3.6.1.4.1.2272.1.35.2.1not-accessibleA Stacked Vlan table entry.
I32 rcSvlanId1.3.6.1.4.1.2272.1.35.2.1.1Integer32read-onlyRow Index.
I32 rcSvlanLevel1.3.6.1.4.1.2272.1.35.2.1.2Integer32read-onlyA value that identifies the switch level associated with this entry.
I32 rcSvlanEtherType1.3.6.1.4.1.2272.1.35.2.1.3Integer32read-writeThe ether type value is used for svlan tagging.

RFC description

Bay Networks Rapid-City VLAN enterprise MIB for managing virtual LANs, ports, and advanced bridging features.

Start monitoring Nortel/Bay Networks Accelar (Rapid-City) switch (VLAN/STG/SuperVLAN configuration) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download RC-VLAN-MIB