Home/Catalog/RC-VLAN-MIB

RC-VLAN-MIB

AI MIB Summary

The RC-VLAN-MIB provides vendor-specific SNMP management for Accelar hardware, specifically enabling the monitoring and configuration of VLAN interfaces, port states, and traffic statistics within the Accelar product family.

Enterprise MIB for the Accelar product family.
Main OID:
rcVlanMib.1.3.6.1.4.1.2272.1.3.0
126
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

126 total
Object Name
rcVlanMibEnterprise MIB for the Accelar product family.
MODULE-IDENTITY
.1.3.6.1.4.1.2272.1.3.0
rcVlanNumVlansThe number of VLANs currently defined in the switch.ro
INTEGER
.1.3.6.1.4.1.2272.1.3.1
rcVlanTableA list of Virtual LAN entries. The number of entries is given by rcVlanNumVlans.
SEQUENCE OF RcVlanEntry
.1.3.6.1.4.1.2272.1.3.2
rcVlanEntryEntry 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.
RcVlanEntry
.1.3.6.1.4.1.2272.1.3.2.1
rcVlanIdA 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.ro
INTEGER
.1.3.6.1.4.1.2272.1.3.2.1.1
rcVlanNameAn administratively-assigned name for this VLAN.rw
DisplayString
.1.3.6.1.4.1.2272.1.3.2.1.2
rcVlanColorAn 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.rw
INTEGER
.1.3.6.1.4.1.2272.1.3.2.1.3
rcVlanHighPriorityA flag to note whether frames in this VLAN should be assigned a high switching priority.rwdeprecated
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.2.1.4
rcVlanRoutingEnableA flag to note whether IP routing is enabled in this VLAN.rwdeprecated
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.2.1.5
rcVlanIfIndexWhen 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.ro
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.2272.1.3.2.1.6
rcVlanActionVLAN related actions.rw
Enumeration
.1.3.6.1.4.1.2272.1.3.2.1.7
rcVlanResultThe result from the last VLAN action.ro
Enumeration
.1.3.6.1.4.1.2272.1.3.2.1.8
rcVlanStgIdIndicates 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.rw
INTEGER
.1.3.6.1.4.1.2272.1.3.2.1.9
rcVlanTypeThe type of VLAN, distinguished according to the policy used to define its port membership.rw
Enumeration
.1.3.6.1.4.1.2272.1.3.2.1.10
rcVlanPortMembersThe set of ports that are members (static or dynamic) of this VLAN.rw
PortSet (RAPID-CITY)
.1.3.6.1.4.1.2272.1.3.2.1.11
rcVlanActiveMembersThe 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.ro
PortSet (RAPID-CITY)
.1.3.6.1.4.1.2272.1.3.2.1.12
rcVlanStaticMembersThe set of ports that are static members of this VLAN. A static member of a VLAN is always active and is never aged out.rw
PortSet (RAPID-CITY)
.1.3.6.1.4.1.2272.1.3.2.1.13
rcVlanNotAllowToJoinThe set of ports that are not allowed to become members of this VLAN.rw
PortSet (RAPID-CITY)
.1.3.6.1.4.1.2272.1.3.2.1.14
rcVlanProtocolIdThe 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).rw
Enumeration
.1.3.6.1.4.1.2272.1.3.2.1.15
rcVlanSubnetAddrThe 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.rw
IpAddress
.1.3.6.1.4.1.2272.1.3.2.1.16
rcVlanSubnetMaskThe 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.rw
IpAddress
.1.3.6.1.4.1.2272.1.3.2.1.17
rcVlanAgingTimeThe timeout period (in seconds) used for aging out dynamic members of this VLAN. This field is only relevant for policy-based VLANs.rw
INTEGER (0 | 10..1000000)
.1.3.6.1.4.1.2272.1.3.2.1.18
rcVlanMacAddressThe MAC address assigned to the virtual router interface of this VLAN. This field is meaningful only if rcVlanRoutingEnable is equal to true(1).ro
MacAddress (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.2.1.19
rcVlanRowStatusUsed to create/delete entries in the rcVlanTable.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.2.1.20
rcVlanIgmpSnoopEnableA flag to note whether IGMP Snooping is enabled on this VLAN.rwdeprecated
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.2.1.21
rcVlanIgmpSnoopReportProxyEnableA flag to note whether IGMP Report Proxy is enabled on this VLAN.rwdeprecated
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.2.1.22
rcVlanIgmpSnoopRobustnessThis 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.rwdeprecated
INTEGER
.1.3.6.1.4.1.2272.1.3.2.1.23
rcVlanIgmpSnoopQueryIntervalThe interval (in seconds) between IGMP Host-Query packets transmitted on this interface.rwdeprecated
INTEGER
.1.3.6.1.4.1.2272.1.3.2.1.24
rcVlanIgmpSnoopMRouterPortsThe set of ports in this VLAN that provide connectivity to an IP Multicast router.rwdeprecated
PortSet (RAPID-CITY)
.1.3.6.1.4.1.2272.1.3.2.1.25
rcVlanUserDefinedPidWhen rcVlanProtocolId is set to usrDefined(15) in a protocol-based VLAN, this field represents the 16-bit user defined protocol identifier.rw
Integer32
.1.3.6.1.4.1.2272.1.3.2.1.26
rcVlanIgmpSnoopActiveMRouterPortsActive ports.rodeprecated
PortSet (RAPID-CITY)
.1.3.6.1.4.1.2272.1.3.2.1.27
rcVlanProtocolIdsBitfield of protocol ids.rw
Integer32
.1.3.6.1.4.1.2272.1.3.2.1.28
rcVlanIgmpSnoopActiveQuerierIP address of multicast querier router.rodeprecated
IpAddress
.1.3.6.1.4.1.2272.1.3.2.1.29
rcVlanIgmpSnoopMRouterExpirationMulticast querier router aging time out.rodeprecated
Integer32
.1.3.6.1.4.1.2272.1.3.2.1.30
rcVlanIgmpSnoopQuerierPortThe port on which the multicast querier router was heard.rodeprecated
InterfaceIndexOrZero (IF-MIB)
.1.3.6.1.4.1.2272.1.3.2.1.31
rcVlanUserPriorityUser priority level.ro
Enumeration
.1.3.6.1.4.1.2272.1.3.2.1.32
rcVlanQosLevelUsed to specify the Qos level packets, carried in this VLAN, should be processed with.rw
Enumeration
.1.3.6.1.4.1.2272.1.3.2.1.33
rcVlanTosValueTos value.rw
INTEGER
.1.3.6.1.4.1.2272.1.3.2.1.34
rcVlanEncapThis is the encapsulation type for userdefined protocol based vlans. This is not meaningful for other types of vlan. The default value is null.rw
Enumeration
.1.3.6.1.4.1.2272.1.3.2.1.35
rcVlanFirewallVlanTypeThis is the firewall vlan type for port based vlans.rw
Enumeration
.1.3.6.1.4.1.2272.1.3.2.1.36
rcVlanFdbAgingThe timeout required to.rw
INTEGER
.1.3.6.1.4.1.2272.1.3.2.1.37
rcVlanUpdateDynamicMacQosLevelIt 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.rw
EnableValue (RAPID-CITY)
.1.3.6.1.4.1.2272.1.3.2.1.38
rcVlanUserDefinedPidListA list of Protocol Id to usrDefined in a protocol-based VLAN, this field represents the list user defined protocol identifier.rw
OCTET STRING
.1.3.6.1.4.1.2272.1.3.2.1.39
rcVlanIgmpVer1SnoopMRouterPortsThe set of ports in this VLAN that provide connectivity to an IP Multicast router using IGMP Version 1.rw
PortSet (RAPID-CITY)
.1.3.6.1.4.1.2272.1.3.2.1.40
rcVlanIgmpVer2SnoopMRouterPortsThe set of ports in this VLAN that provide connectivity to an IP Multicast router using IGMP version 2.rw
PortSet (RAPID-CITY)
.1.3.6.1.4.1.2272.1.3.2.1.41
rcVlanTlsIpmcEnable/disable the IP Mcast for this SP IP service Vlan for TLS OE featurerw
EnableValue (RAPID-CITY)
.1.3.6.1.4.1.2272.1.3.2.1.42
rcVlanFirewallClusterIdFirewall cluster Idrw
INTEGER
.1.3.6.1.4.1.2272.1.3.2.1.43
rcVlanOspfPassivePortMemberThe set of ports in the vlan that are designated as ospf passive.rw
PortSet (RAPID-CITY)
.1.3.6.1.4.1.2272.1.3.2.1.44
rcVlanPortTableA table used to maintain VLAN port related information.
SEQUENCE OF RcVlanPortEntry
.1.3.6.1.4.1.2272.1.3.3
rcVlanPortEntryEntry containing VLAN information regarding a particular port.
RcVlanPortEntry
.1.3.6.1.4.1.2272.1.3.3.1
rcVlanPortIndexAn unique index used to identify a particular port in the system. This index is equal to the ifIndex of the port.ro
Integer32
.1.3.6.1.4.1.2272.1.3.3.1.1
rcVlanPortNumVlanIdsUsed to indicate the number of VLAN IDs that are stored in the rcVlanPortVlanIds variable.ro
Integer32
.1.3.6.1.4.1.2272.1.3.3.1.2
rcVlanPortVlanIdsAn 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.rw
IdList
.1.3.6.1.4.1.2272.1.3.3.1.3
rcVlanPortTypeThe type of port: access(1) or trunk(2).rw
Enumeration
.1.3.6.1.4.1.2272.1.3.3.1.4
rcVlanPortDiscardTaggedFramesA 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).rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.3.1.5
rcVlanPortDiscardUntaggedFramesA 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).rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.3.1.6
rcVlanPortDefaultVlanIdThe VLAN ID assigned to untagged frames received on this trunk port. This field is meaningless when the port is not a trunk port.rw
INTEGER
.1.3.6.1.4.1.2272.1.3.3.1.7
rcVlanPortPerformTaggingEnable/disable the port on the current vlan to perform tagging on the incoming and outgoing traffic.rw
Enumeration
.1.3.6.1.4.1.2272.1.3.3.1.8
rcVlanPortSVlanPortTypeThe type of port.rw
Enumeration
.1.3.6.1.4.1.2272.1.3.3.1.9
rcVlanPortLoopDetectEnable/disable loop detection on this portrw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.3.1.10
rcVlanPortFirstPortInOpidThis 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 viceversaro
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.2272.1.3.3.1.11
rcVlanPortLastPortInOpidThis 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 viceversaro
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.2272.1.3.3.1.12
rcVlanPortUntagDefaultVlanenable/disable Egress Tagging on the Default Vlan of the port.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.3.1.13
rcVlanPortLoopDetectActionThis value is used to specify the action which needs to be taken once a loop is detected on a specific port.rw
Enumeration
.1.3.6.1.4.1.2272.1.3.3.1.14
rcVlanPortArpDetectEnable/disable Arp detection on this portrw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.3.1.15
rcVlanPortSpoofDetectEnable/disable spoof detection on this portrw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.3.1.16
rcVlanMacTableA table used to maintain MAC addresses assigned to a particular VLAN by MAC address.
SEQUENCE OF RcVlanMacEntry
.1.3.6.1.4.1.2272.1.3.4
rcVlanMacEntryEntry containing VLAN information regarding a particular port.
RcVlanMacEntry
.1.3.6.1.4.1.2272.1.3.4.1
rcVlanMacVlanIdAn unique index used to identify a VLAN (by MAC address) in the system.ro
Integer32
.1.3.6.1.4.1.2272.1.3.4.1.1
rcVlanMacAddrAn unique index used to identify a MAC address assigned to a particular VLAN.ro
MacAddress (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.4.1.2
rcVlanMacRowStatusRow status for this entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.4.1.3
rcVlanIgmpSnoopNumGroupsThe number of entries (rows) in the rcVlanIgmpSnoopTable.ro
Integer32
.1.3.6.1.4.1.2272.1.3.5
rcVlanIgmpSnoopTableThe (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.deprecated
SEQUENCE OF RcVlanIgmpSnoopEntry
.1.3.6.1.4.1.2272.1.3.6
rcVlanIgmpSnoopEntryAn entry (row) in the rcVlanIgmpSnoopTable.deprecated
RcVlanIgmpSnoopEntry
.1.3.6.1.4.1.2272.1.3.6.1
rcVlanIgmpSnoopVlanIdThe VLAN for which this entry contains information.rodeprecated
INTEGER
.1.3.6.1.4.1.2272.1.3.6.1.1
rcVlanIgmpSnoopIpAddressThe IP multicast group address for which this entry contains information.rodeprecated
IpAddress
.1.3.6.1.4.1.2272.1.3.6.1.2
rcVlanIgmpSnoopIfIndexThe interface for which this entry contains information for this IP multicast group address (i.e., the port the Join message was received).rodeprecated
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.2272.1.3.6.1.3
rcVlanIgmpSnoopMemberThe 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).rodeprecated
IpAddress
.1.3.6.1.4.1.2272.1.3.6.1.4
rcVlanIgmpSnoopExpirationThe minimum amount of time remaining before this entry will be aged out.rodeprecated
Integer32
.1.3.6.1.4.1.2272.1.3.6.1.5
rcVlanIgmpSnoopTypeThe type of entry: dynamic(1) entries are created by snooping IGMP messages, static(2) entries are created via management.rodeprecated
Enumeration
.1.3.6.1.4.1.2272.1.3.6.1.6
rcVlanIgmpSnoopStaticTableThe (conceptual) table listing the statically- defined IP multicast groups for which there are members on a particular interface on a particular VLAN.deprecated
SEQUENCE OF RcVlanIgmpSnoopStaticEntry
.1.3.6.1.4.1.2272.1.3.7
rcVlanIgmpSnoopStaticEntryAn entry (row) in the rcVlanIgmpSnoopStaticTable.deprecated
RcVlanIgmpSnoopStaticEntry
.1.3.6.1.4.1.2272.1.3.7.1
rcVlanIgmpSnoopStaticVlanIdThe VLAN for which this entry contains information.rodeprecated
INTEGER
.1.3.6.1.4.1.2272.1.3.7.1.1
rcVlanIgmpSnoopStaticIpAddressThe IP multicast group address for which this entry contains information. The address must fall within 224.0.1.0 to 239.255.255.255.rodeprecated
IpAddress
.1.3.6.1.4.1.2272.1.3.7.1.2
rcVlanIgmpSnoopStaticMemberPortsThe set of ports in this VLAN multicast traffic for the rcVlanIgmpSnoopStaticIpAddress is to be forwarded to.rwdeprecated
PortSet (RAPID-CITY)
.1.3.6.1.4.1.2272.1.3.7.1.3
rcVlanIgmpSnoopStaticRowStatusUsed to create/delete entries in the rcVlanIgmpSnoopStaticTable.rwdeprecated
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.7.1.4
rcVlanIgmpSnoopStaticNotAllowedToJoinNot allowed to joinrwdeprecated
PortSet (RAPID-CITY)
.1.3.6.1.4.1.2272.1.3.7.1.5
rcVlanIgmpSnoopAccessTableTable used to specify which host(s) can send and/or receive IP Multicast traffic.deprecated
SEQUENCE OF RcVlanIgmpSnoopAccessEntry
.1.3.6.1.4.1.2272.1.3.8
rcVlanIgmpSnoopAccessEntryAn entry (row) in the rcVlanIgmpSnoopAccessTable.deprecated
RcVlanIgmpSnoopAccessEntry
.1.3.6.1.4.1.2272.1.3.8.1
rcVlanIgmpSnoopAccessVlanIdThe VLAN for which this entry contains information.rodeprecated
INTEGER
.1.3.6.1.4.1.2272.1.3.8.1.1
rcVlanIgmpSnoopAccessGrpAddrThe IP multicast group address for which this entry contains information.rodeprecated
IpAddress
.1.3.6.1.4.1.2272.1.3.8.1.2
rcVlanIgmpSnoopAccessHostAddrThe IP address of a host for which this entry contains information.rodeprecated
IpAddress
.1.3.6.1.4.1.2272.1.3.8.1.3
rcVlanIgmpSnoopAccessHostMaskThe IP netmask of a host for which this entry contains information.rodeprecated
IpAddress
.1.3.6.1.4.1.2272.1.3.8.1.4
rcVlanIgmpSnoopAccessModeUsed to specify whether the host identified by rcVlanIgmpSnoopAccessHostAddr should be denied IP multicast transmit, receive, or both.rwdeprecated
Enumeration
.1.3.6.1.4.1.2272.1.3.8.1.5
rcVlanIgmpSnoopAccessRowStatusRow statusrwdeprecated
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.8.1.6
rcVlanIgmpSnoopSenderTableThe (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.deprecated
SEQUENCE OF RcVlanIgmpSnoopSenderEntry
.1.3.6.1.4.1.2272.1.3.9
rcVlanIgmpSnoopSenderEntryAn entry (row) in the rcVlanIgmpSnoopSenderTable.deprecated
RcVlanIgmpSnoopSenderEntry
.1.3.6.1.4.1.2272.1.3.9.1
rcVlanIgmpSnoopSenderVlanIdThe VLAN for which this entry contains information.rodeprecated
INTEGER
.1.3.6.1.4.1.2272.1.3.9.1.1
rcVlanIgmpSnoopSenderIpAddressThe IP multicast group address for which this entry contains information.rodeprecated
IpAddress
.1.3.6.1.4.1.2272.1.3.9.1.2
rcVlanIgmpSnoopSenderIfIndexThe interface for which this entry contains information for this IP multicast group address (i.e., the port the multicast traffic was received).rodeprecated
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.2272.1.3.9.1.3
rcVlanIgmpSnoopSenderMemberThe IP Address of the host sending the multicast traffic.rodeprecated
IpAddress
.1.3.6.1.4.1.2272.1.3.9.1.4
rcVlanIgmpSnoopSenderActionUsed to specify an action to perform on this group.rwdeprecated
Enumeration
.1.3.6.1.4.1.2272.1.3.9.1.5
rcVlanLoopDetectedTableA list of Vlans the port belongs to and the corresponding loop detected status.
SEQUENCE OF RcVlanLoopDetectedEntry
.1.3.6.1.4.1.2272.1.3.10
rcVlanLoopDetectedEntryLoop-Detected Entry.
RcVlanLoopDetectedEntry
.1.3.6.1.4.1.2272.1.3.10.1
rcVlanLoopDetectedPortIndexPort Number.ro
Integer32
.1.3.6.1.4.1.2272.1.3.10.1.1
rcVlanLoopDetectedVlanIdGives the VlanId to which the port belongs.ro
Integer32
.1.3.6.1.4.1.2272.1.3.10.1.2
rcVlanLoopDetectedValueGives the Loop Detected status of the port in a vlan.ro
Enumeration
.1.3.6.1.4.1.2272.1.3.10.1.3
rcVlanDsapSsapTableA table used to maintain DSAP/SSAP values assigned to a sna802dot2 or userdefined vlan.
SEQUENCE OF RcVlanDsapSsapEntry
.1.3.6.1.4.1.2272.1.3.11
rcVlanDsapSsapEntryAn entry in the rcVlanDsapSsap table.
RcVlanDsapSsapEntry
.1.3.6.1.4.1.2272.1.3.11.1
rcVlanDsapSsapVlanIdA unique index to identify a vlan.
INTEGER
.1.3.6.1.4.1.2272.1.3.11.1.1
rcVlanDsapSsapPidValues of DSAP/SSAP assigned to a particular vlan.
INTEGER (0..'ffff'h)
.1.3.6.1.4.1.2272.1.3.11.1.2
rcVlanDsapSsapRowStatusRow Status.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.11.1.3
rcVlanNewLoopDetectedTableA list of Vlans the port belongs to and the corresponding loop detected status.
SEQUENCE OF RcVlanNewLoopDetectedEntry
.1.3.6.1.4.1.2272.1.3.12
rcVlanNewLoopDetectedEntryLoop-Detected Entry.
RcVlanNewLoopDetectedEntry
.1.3.6.1.4.1.2272.1.3.12.1
rcVlanNewLoopDetectedPortIndexPort Number.
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.2272.1.3.12.1.1
rcVlanNewLoopDetectedVlanIdGives the VlanId to which the port belongs.
Integer32
.1.3.6.1.4.1.2272.1.3.12.1.2
rcVlanNewLoopDetectedMacMac address
MacAddress (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.12.1.3
rcVlanNewLoopDetectedActionThis value is used to specify the action which needs to be taken once a loop is detected on a specific port.ro
Enumeration
.1.3.6.1.4.1.2272.1.3.12.1.4
rcVlanNewLoopDetectedSmltRemoteA MAC address indicate for remote learnt, either local or remote.ro
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2272.1.3.12.1.5
rcSvlanGlobal
OBJECT IDENTIFIER
.1.3.6.1.4.1.2272.1.35.1
rcSvlanActiveLevelStacked Vlan active level.rw
INTEGER
.1.3.6.1.4.1.2272.1.35.1.1
rcSvlanTableA list of possible levels and their corresponding ether type. The number of entries is eight.
SEQUENCE OF RcSvlanEntry
.1.3.6.1.4.1.2272.1.35.2
rcSvlanEntryA Stacked Vlan table entry.
RcSvlanEntry
.1.3.6.1.4.1.2272.1.35.2.1
rcSvlanIdRow Index.ro
INTEGER
.1.3.6.1.4.1.2272.1.35.2.1.1
rcSvlanLevelA value that identifies the switch level associated with this entry.ro
Integer32
.1.3.6.1.4.1.2272.1.35.2.1.2
rcSvlanEtherTypeThe ether type value is used for svlan tagging.rw
Integer32
.1.3.6.1.4.1.2272.1.35.2.1.3
RC-VLAN-MIB - SNMP MIB Reference | MIBs Explorer