RC-VLAN-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
18
Rows
18
Columns
178
.1.3.6.1.4.1.2272.1.3.2 · 1 row entry · 80 columns
A list of Virtual LAN entries. The number of entries
is given by rcVlanNumVlans.
rcVlanEntry entry .1.3.6.1.4.1.2272.1.3.2.1
Entry 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…
Indexes
rcVlanId
Column Syntax OID
rcVlanId
A 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.
Integer32
Constraints:
range: 1-4094
.1.3.6.1.4.1.2272.1.3.2.1.1
rcVlanName
An administratively-assigned name for this VLAN.
OctetStringr/w
Constraints:
range: 0-64
.1.3.6.1.4.1.2272.1.3.2.1.2
rcVlanColor
An 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.
Integer32r/w
Constraints:
range: 0-32
.1.3.6.1.4.1.2272.1.3.2.1.3
rcVlanHighPriority deprecated
A flag to note whether frames in this VLAN should
be assigned a high switching priority.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.4
rcVlanRoutingEnable deprecated
A flag to note whether IP routing is enabled in
this VLAN.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.5
rcVlanIfIndex
When 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.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.2272.1.3.2.1.6
rcVlanAction
VLAN related actions.
Enumerationr/w
Enumerated Values:
1none
2flushMacFdb
3flushArp
4flushIp
5flushDynMemb
6all
7flushSnoopMemb
8triggerRipUpdate
9flushSnoopMRtr
10flushIpRsmltEdgePeer
11flushWlanFdb
12flushIgmpStreams
.1.3.6.1.4.1.2272.1.3.2.1.7
rcVlanResult
The result from the last VLAN action.
Enumeration
Enumerated Values:
1none
2inProgress
3success
4fail
.1.3.6.1.4.1.2272.1.3.2.1.8
rcVlanStgId
Indicates 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.
Integer32r/w
Constraints:
range: 0-128
.1.3.6.1.4.1.2272.1.3.2.1.9
rcVlanType
The type of VLAN, distinguished according to the
policy used to define its port membership.
Enumerationr/w
Enumerated Values:
1byPort
2byIpSubnet
3byProtocolId
4bySrcMac
5byDstMcast
6bySvlan
7byIds
8byPortIp
9byPortEvpn
10byPortDefault
11spbm-bvlan
12spbm-switchedUni
13private
.1.3.6.1.4.1.2272.1.3.2.1.10
rcVlanPortMembers
The set of ports that are members (static or
dynamic) of this VLAN.
RAPID-CITYPortSetr/w
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.2.1.11
rcVlanActiveMembers
The 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.
RAPID-CITYPortSet
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.2.1.12
rcVlanStaticMembers
The set of ports that are static members of this
VLAN. A static member of a VLAN is always active
and is never aged out.
RAPID-CITYPortSetr/w
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.2.1.13
rcVlanNotAllowToJoin
The set of ports that are not allowed to become
members of this VLAN.
RAPID-CITYPortSetr/w
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.2.1.14
rcVlanProtocolId
The 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).
Enumerationr/w
Enumerated Values:
0none
1ip
2ipx802dot3
3ipx802dot2
4ipxSnap
5ipxEthernet2
6appleTalk
7decLat
8decOther
9sna802dot2
10snaEthernet2
11netBios
12xns
13vines
14ipV6
15usrDefined
16rarp
17pPPoE
18arp
.1.3.6.1.4.1.2272.1.3.2.1.15
rcVlanSubnetAddr
The 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.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2272.1.3.2.1.16
rcVlanSubnetMask
The 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.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2272.1.3.2.1.17
rcVlanAgingTime
The timeout period (in seconds) used for aging
out dynamic members of this VLAN. This field is
only relevant for policy-based VLANs.
Integer32r/w
Constraints:
range: 0-0
range: 10-1000000
.1.3.6.1.4.1.2272.1.3.2.1.18
rcVlanMacAddress
The MAC address assigned to the virtual router
interface of this VLAN. This field is meaningful
only if rcVlanRoutingEnable is equal to true(1).
SNMPv2-TCMacAddress
Textual Convention: SNMPv2-TCMacAddress OctetString
Type Constraints:
range: 6
.1.3.6.1.4.1.2272.1.3.2.1.19
rcVlanRowStatus
Used to create/delete entries in the rcVlanTable.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.2272.1.3.2.1.20
rcVlanIgmpSnoopEnable deprecated
A flag to note whether IGMP Snooping is enabled
on this VLAN.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.21
rcVlanIgmpSnoopReportProxyEnable deprecated
A flag to note whether IGMP Report Proxy is
enabled on this VLAN.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.22
rcVlanIgmpSnoopRobustness deprecated
This 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.
Integer32r/w
Constraints:
range: 1-255
.1.3.6.1.4.1.2272.1.3.2.1.23
rcVlanIgmpSnoopQueryInterval deprecated
The interval (in seconds) between IGMP Host-Query
packets transmitted on this interface.
Integer32r/w
Constraints:
range: 1-65535
.1.3.6.1.4.1.2272.1.3.2.1.24
rcVlanIgmpSnoopMRouterPorts deprecated
The set of ports in this VLAN that provide
connectivity to an IP Multicast router.
RAPID-CITYPortSetr/w
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.2.1.25
rcVlanUserDefinedPid
When rcVlanProtocolId is set to usrDefined(15)
in a protocol-based VLAN, this field represents
the 16-bit user defined protocol identifier.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2272.1.3.2.1.26
rcVlanIgmpSnoopActiveMRouterPorts deprecated
Active ports.
RAPID-CITYPortSet
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.2.1.27
rcVlanProtocolIds
Bitfield of protocol ids.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2272.1.3.2.1.28
rcVlanIgmpSnoopActiveQuerier deprecated
IP address of multicast querier router.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2272.1.3.2.1.29
rcVlanIgmpSnoopMRouterExpiration deprecated
Multicast querier router aging time out.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2272.1.3.2.1.30
rcVlanIgmpSnoopQuerierPort deprecated
The port on which the multicast querier router
was heard.
IF-MIBInterfaceIndexOrZero
Textual Convention: IF-MIBInterfaceIndexOrZero Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.2272.1.3.2.1.31
rcVlanUserPriority
User priority level.
Enumeration
Enumerated Values:
0level0
1level1
2level2
3level3
4level4
5level5
6level6
7level7
.1.3.6.1.4.1.2272.1.3.2.1.32
rcVlanQosLevel
Used to specify the Qos level packets, carried in this
VLAN, should be processed with.
Enumerationr/w
Enumerated Values:
0level0
1level1
2level2
3level3
4level4
5level5
6level6
7level7
.1.3.6.1.4.1.2272.1.3.2.1.33
rcVlanTosValue
Tos value.
Integer32r/w
Constraints:
range: 1-64
.1.3.6.1.4.1.2272.1.3.2.1.34
rcVlanEncap
This is the encapsulation type for userdefined protocol
based vlans. This is not meaningful for other types of
vlan. The default value is null.
Enumerationr/w
Enumerated Values:
1ethernet2
2llc
3snap
4all
5notapplicable
.1.3.6.1.4.1.2272.1.3.2.1.35
rcVlanFirewallVlanType
This is the firewall vlan type for port based
vlans.
Enumerationr/w
Enumerated Values:
1none
2naap
3enforceable
4peering
.1.3.6.1.4.1.2272.1.3.2.1.36
rcVlanFdbAging
The timeout required to.
Integer32r/w
Constraints:
range: 10-1000000
.1.3.6.1.4.1.2272.1.3.2.1.37
rcVlanUpdateDynamicMacQosLevel
It 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 l…
RAPID-CITYEnableValuer/w
Textual Convention: RAPID-CITYEnableValue Enumeration
Type Values:
1enable
2disable
.1.3.6.1.4.1.2272.1.3.2.1.38
rcVlanUserDefinedPidList
A list of Protocol Id to usrDefined in a protocol-based
VLAN, this field represents the list user defined protocol identifier.
OctetStringr/w
Constraints:
range: 0-16
.1.3.6.1.4.1.2272.1.3.2.1.39
rcVlanIgmpVer1SnoopMRouterPorts
The set of ports in this VLAN that provide connectivity
to an IP Multicast router using IGMP Version 1.
RAPID-CITYPortSetr/w
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.2.1.40
rcVlanIgmpVer2SnoopMRouterPorts
The set of ports in this VLAN that provide connectivity
to an IP Multicast router using IGMP version 2.
RAPID-CITYPortSetr/w
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.2.1.41
rcVlanTlsIpmc
Enable/disable the IP Mcast for this SP IP service Vlan for
TLS OE feature
RAPID-CITYEnableValuer/w
Textual Convention: RAPID-CITYEnableValue Enumeration
Type Values:
1enable
2disable
.1.3.6.1.4.1.2272.1.3.2.1.42
rcVlanFirewallClusterId
Firewall cluster Id
Integer32r/w
Constraints:
range: 0-64
.1.3.6.1.4.1.2272.1.3.2.1.43
rcVlanOspfPassivePortMember
The set of ports in the vlan that are designated as ospf passive.
RAPID-CITYPortSetr/w
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.2.1.44
rcVlanUnkDstMacDiscard
Enable/disable Unknown Destination Mac Discard on Vlan
RAPID-CITYEnableValuer/w
Textual Convention: RAPID-CITYEnableValue Enumeration
Type Values:
1enable
2disable
.1.3.6.1.4.1.2272.1.3.2.1.45
rcVlanNlbMode
Admin NLB mode set on a VLAN.
Enumerationr/w
Enumerated Values:
0nlbAdminDisable
1nlbAdminIgmpMcast
2nlbAdminMulticast
4nlbAdminUnicast
.1.3.6.1.4.1.2272.1.3.2.1.46
rcVlanOperNlbMode
Oper NLB mode of a VLAN.
Enumeration
Enumerated Values:
0nlbOperDisable
1nlbOperIgmpMcast
2nlbOperMulticast
4nlbOperUnicast
.1.3.6.1.4.1.2272.1.3.2.1.47
rcVlanVrfId
Indicates the Virtual Router to which the VLAN belongs
RC-VRF-MIBVrfIdentifierr/w
Textual Convention: RC-VRF-MIBVrfIdentifier Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2272.1.3.2.1.48
rcVlanVrfName
The Name of the Virtual Router to which the VLAN belongs
OctetStringr/w
Constraints:
range: 0-64
.1.3.6.1.4.1.2272.1.3.2.1.49
rcVlanMgmtVlan
This displays the management vlan configuration
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.50
rcVlanApplyBtagEthertype
Used to apply user configured btag ethertype to
the Vlan
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.51
rcVlanMmrp
This displays the MMRP enable state for the vlan
RAPID-CITYEnableValuer/w
Textual Convention: RAPID-CITYEnableValue Enumeration
Type Values:
1enable
2disable
.1.3.6.1.4.1.2272.1.3.2.1.52
rcVlanSource
This 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 creat…
Enumeration
Enumerated Values:
1static
2dynamicMvmp
3dynamicGvrp
.1.3.6.1.4.1.2272.1.3.2.1.53
rcVlanNodalMepList
List 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 ',':
<md1>.<ma1>.<mepid1>,<md2>.<ma2>.<mepid2>,...
The maximum number of n…
OctetStringr/w
Constraints:
range: 0-408
.1.3.6.1.4.1.2272.1.3.2.1.54
rcVlanNumOfNodalMep
Number of nodal meps assigned to this vlan
Integer32
Constraints:
range: 0-8
.1.3.6.1.4.1.2272.1.3.2.1.55
rcVlanNodalMipLevelList
List 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 ','…
OctetStringr/w
Constraints:
range: 0-16
.1.3.6.1.4.1.2272.1.3.2.1.56
rcVlanNumOfNodalMipLevel
Number of nodal mip levels assigned to this vlan that
allows MIP functionality to be enabled on a per level
per vlan basis.
Integer32
Constraints:
range: 0-8
.1.3.6.1.4.1.2272.1.3.2.1.57
rcVlanDhcpOption82Enabled
This object is used to control whether DHCP option 82
is enabled for this VLAN.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.58
rcVlanIpMultinettingEnable
Indicate if the vlan is an Ip Multinetting vlan. If enabled,
rcVlanAssociatedIpMultinettingVlan should be set to 0
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.59
rcVlanAssociatedIpMultinettingVlan
Associated Ip Multinetting vlan Id whose rcVlanIpMultinettingEnable
attribute is set
Integer32r/w
Constraints:
range: 0-4095
.1.3.6.1.4.1.2272.1.3.2.1.60
rcVlanPlsbIsid
Plsb i-sid number assigned to a C-vlan. Default 0 value
indicates that no i-sid has been assinged.
Integer32r/w
Constraints:
range: 0-16777215
.1.3.6.1.4.1.2272.1.3.2.1.61
rcVlanVoiceEnabled
This object is used to control whether voice option
is enabled for this VLAN.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.62
rcVlanRmonEnable
Indicate if the vlan is enabled for Remote Monitoring
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.63
rcVlanIpsecEnable deprecated
Indicate if the vlan is enabled for IPSEC.
at place of this value use RcIpConfEntry for IPV4
and use RcIpv6InterfaceEntry for IPV6. This field
changed to deprecated
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.64
rcVlanLPortMembers
The set of logical ports that are members (dynamic)
of this VLAN.
RAPID-CITYLPortSet
Textual Convention: RAPID-CITYLPortSet OctetString
Type Constraints:
range: 0..256
.1.3.6.1.4.1.2272.1.3.2.1.65
rcVlanLPortActiveMembers
The set of logical ports that are currently active in
this VLAN. Active ports include all dynamic ports
where the VLAN policy was met.
RAPID-CITYLPortSet
Textual Convention: RAPID-CITYLPortSet OctetString
Type Constraints:
range: 0..256
.1.3.6.1.4.1.2272.1.3.2.1.66
rcVlanLPortStaticMembers
The 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.
RAPID-CITYLPortSet
Textual Convention: RAPID-CITYLPortSet OctetString
Type Constraints:
range: 0..256
.1.3.6.1.4.1.2272.1.3.2.1.67
rcVlanLPortNotAllowToJoin
The set of logical ports that are not allowed to become
members of this VLAN.
RAPID-CITYLPortSet
Textual Convention: RAPID-CITYLPortSet OctetString
Type Constraints:
range: 0..256
.1.3.6.1.4.1.2272.1.3.2.1.68
rcVlanRspanEnabled
This object is used to control whether rspan option
is enabled for this VLAN.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.69
rcVlanSpbMcast
Enable/disable SPB multicast on Vlan
RAPID-CITYEnableValuer/w
Textual Convention: RAPID-CITYEnableValue Enumeration
Type Values:
1enable
2disable
.1.3.6.1.4.1.2272.1.3.2.1.70
rcVlanSecondaryVlanId
A 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.
RAPID-CITYRcVlanIdOrNoner/w
Textual Convention: RAPID-CITYRcVlanIdOrNone Integer32
Type Constraints:
range: 1..4094
.1.3.6.1.4.1.2272.1.3.2.1.71
rcVlanSecondaryIsid
The i-sid number assigned to a secondary VLAN if it
exists. Default 0 value.
Integer32r/w
Constraints:
range: 0-16777215
.1.3.6.1.4.1.2272.1.3.2.1.72
rcVlanPimGatewayEnable
Enable/disable PIM Gateway on Vlan
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.73
rcVlanIpv6FhsSnoopDhcpEnable
Indicate if IPv6 DHCP snooping is enabled on the vlan
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.74
rcVlanIpv6FhsNDInspectionEnable
Indicate if ND inspection is enabled on the vlan
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.75
rcVlanDvrEnable
Enable/disable DVR on Vlan
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.76
rcVlanDvrGwIpv4Addr
Gateway IPv4 address for this DVR enabled node on Vlan.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2272.1.3.2.1.77
rcVlanUntaggedPortMembers
The set of untagged ports that are members of this VLAN.
RAPID-CITYPortSetr/w
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.2.1.78
rcVlanDvrGwIpv4OneIp
Indicates if one IP is to be used for both Gateway
IPv4 address and DVR VLAN IP.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.2.1.79
rcVlanIsidName
The administratively-assigned name for the I-SID on
this VLAN.
OctetString
Constraints:
range: 0-64
.1.3.6.1.4.1.2272.1.3.2.1.80
.1.3.6.1.4.1.2272.1.3.3 · 1 row entry · 26 columns
A table used to maintain VLAN port related 
information.
rcVlanPortEntry entry .1.3.6.1.4.1.2272.1.3.3.1
Entry containing VLAN information regarding a
particular port.
Indexes
rcVlanPortIndex
Column Syntax OID
rcVlanPortIndex
An unique index used to identify a particular
port in the system. This index is equal to the
ifIndex of the port.
Integer32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.2272.1.3.3.1.1
rcVlanPortNumVlanIds
Used to indicate the number of VLAN IDs that
are stored in the rcVlanPortVlanIds variable.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2272.1.3.3.1.2
rcVlanPortVlanIds
An 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 VLA…
OctetStringr/w
Constraints:
range: 0-4096
.1.3.6.1.4.1.2272.1.3.3.1.3
rcVlanPortType
The type of port: access(1) or trunk(2).
Enumerationr/w
Enumerated Values:
1access
2trunk
.1.3.6.1.4.1.2272.1.3.3.1.4
rcVlanPortDiscardTaggedFrames
A 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 normall…
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.3.1.5
rcVlanPortDiscardUntaggedFrames
A 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…
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.3.1.6
rcVlanPortDefaultVlanId
The VLAN ID assigned to untagged frames received
on this trunk port.

This field is meaningless when the port is not
a trunk port.
Integer32r/w
Constraints:
range: 0-4094
.1.3.6.1.4.1.2272.1.3.3.1.7
rcVlanPortPerformTagging
Enable/disable the port on the current vlan to
perform tagging on the incoming and outgoing traffic.
For tagPvidOnly and untagPvidOnly values the port is
tagged or untagged only in the VLAN stored in
rcVlanPortDefaultV…
Enumerationr/w
Enumerated Values:
1true
2false
3tagPvidOnly
4untagPvidOnly
5hybrid
.1.3.6.1.4.1.2272.1.3.3.1.8
rcVlanPortSVlanPortType
The type of port.
Enumerationr/w
Enumerated Values:
1normal
2uni
3nni
.1.3.6.1.4.1.2272.1.3.3.1.9
rcVlanPortLoopDetect
Enable/disable loop detection on this port
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.3.1.10
rcVlanPortFirstPortInOpid
This 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
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.2272.1.3.3.1.11
rcVlanPortLastPortInOpid
This 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
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.2272.1.3.3.1.12
rcVlanPortUntagDefaultVlan
enable/disable Egress Tagging on the Default Vlan
of the port.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.3.1.13
rcVlanPortLoopDetectAction
This value is used to specify the action which needs to be
taken once a loop is detected on a specific port.
Enumerationr/w
Enumerated Values:
1portDown
2vlanBlock
3macDiscard
.1.3.6.1.4.1.2272.1.3.3.1.14
rcVlanPortArpDetect
Enable/disable Arp detection on this port
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.3.1.15
rcVlanPortSpoofDetect
Enable/disable spoof detection on this port
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.3.1.16
rcVlanPortRemarking
Enable/disable remarking on this port
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.3.1.17
rcVlanPortClassificationSubnet
Enable/disable Subnet based Vlan packets on this port.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.3.1.18
rcVlanPortClassificationProtocol
Enable/disable Protocol based Vlan packets on this port.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.3.1.19
rcVlanPortClassificationPrec
Sets 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…
Enumerationr/w
Enumerated Values:
1sourceMac
2subnet
.1.3.6.1.4.1.2272.1.3.3.1.20
rcVlanPortVlanIdList
This 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.
OctetStringr/w
Constraints:
range: 0-512
.1.3.6.1.4.1.2272.1.3.3.1.21
rcVlanPortClassificationSourceMac
Enable/disable SourceMac based Vlan packets on this port.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.3.1.22
rcVlanPortPrivateVlanPortType
The 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 enab…
Enumerationr/w
Enumerated Values:
1trunk
2isolated
3promiscuous
4none
.1.3.6.1.4.1.2272.1.3.3.1.23
rcVlanPortUntaggedVlanIds
This object is used to identify which VLANs this port
is associated with as untagged.
RcVlanMask
Textual Convention: RcVlanMask OctetString
Type Constraints:
range: 0..512
.1.3.6.1.4.1.2272.1.3.3.1.24
rcVlanPortTaggedVlanIds
This object is used to identify which VLANs this port
is associated with as tagged.
RcVlanMask
Textual Convention: RcVlanMask OctetString
Type Constraints:
range: 0..512
.1.3.6.1.4.1.2272.1.3.3.1.25
rcVlanPortOrigin
Describes if port vlan configuration is done by
ZTF(Auto-Sense), CLI/SNMP or other.
Enumeration
Enumerated Values:
1config
2autoSense
.1.3.6.1.4.1.2272.1.3.3.1.26
.1.3.6.1.4.1.2272.1.3.4 · 1 row entry · 3 columns
A table used to maintain MAC addresses assigned 
to a particular VLAN by MAC address.
rcVlanMacEntry entry .1.3.6.1.4.1.2272.1.3.4.1
Entry containing VLAN information regarding a
particular port.
Indexes
rcVlanMacVlanId rcVlanMacAddr
Column Syntax OID
rcVlanMacVlanId
An unique index used to identify a VLAN (by MAC
address) in the system.
Integer32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.2272.1.3.4.1.1
rcVlanMacAddr
An unique index used to identify a MAC address
assigned to a particular VLAN.
SNMPv2-TCMacAddress
Textual Convention: SNMPv2-TCMacAddress OctetString
Type Constraints:
range: 6
.1.3.6.1.4.1.2272.1.3.4.1.2
rcVlanMacRowStatus
Row status for this entry.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.2272.1.3.4.1.3

rcVlanIgmpSnoopTable

table deprecated
.1.3.6.1.4.1.2272.1.3.6 · 1 row entry · 6 columns
The (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.
rcVlanIgmpSnoopEntry entry .1.3.6.1.4.1.2272.1.3.6.1
An entry (row) in the rcVlanIgmpSnoopTable.
Indexes
rcVlanIgmpSnoopVlanId rcVlanIgmpSnoopIpAddress rcVlanIgmpSnoopIfIndex rcVlanIgmpSnoopMember
Column Syntax OID
rcVlanIgmpSnoopVlanId deprecated
The VLAN for which this entry contains
information.
Integer32
Constraints:
range: 1-4094
.1.3.6.1.4.1.2272.1.3.6.1.1
rcVlanIgmpSnoopIpAddress deprecated
The IP multicast group address for which this
entry contains information.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2272.1.3.6.1.2
rcVlanIgmpSnoopIfIndex deprecated
The interface for which this entry contains
information for this IP multicast group address
(i.e., the port the Join message was received).
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.2272.1.3.6.1.3
rcVlanIgmpSnoopMember deprecated
The 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).
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2272.1.3.6.1.4
rcVlanIgmpSnoopExpiration deprecated
The minimum amount of time remaining before this
entry will be aged out.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2272.1.3.6.1.5
rcVlanIgmpSnoopType deprecated
The type of entry: dynamic(1) entries are
created by snooping IGMP messages, static(2)
entries are created via management.
Enumeration
Enumerated Values:
1dynamic
2static
3blocked
.1.3.6.1.4.1.2272.1.3.6.1.6
.1.3.6.1.4.1.2272.1.3.7 · 1 row entry · 5 columns
The (conceptual) table listing the statically-
defined IP multicast groups for which there are
members on a particular interface on a particular
VLAN.
rcVlanIgmpSnoopStaticEntry entry .1.3.6.1.4.1.2272.1.3.7.1
An entry (row) in the rcVlanIgmpSnoopStaticTable.
Indexes
rcVlanIgmpSnoopStaticVlanId rcVlanIgmpSnoopStaticIpAddress
Column Syntax OID
rcVlanIgmpSnoopStaticVlanId deprecated
The VLAN for which this entry contains information.
Integer32
Constraints:
range: 1-4094
.1.3.6.1.4.1.2272.1.3.7.1.1
rcVlanIgmpSnoopStaticIpAddress deprecated
The IP multicast group address for which this
entry contains information. The address must
fall within 224.0.1.0 to 239.255.255.255.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2272.1.3.7.1.2
rcVlanIgmpSnoopStaticMemberPorts deprecated
The set of ports in this VLAN multicast traffic
for the rcVlanIgmpSnoopStaticIpAddress is to be
forwarded to.
RAPID-CITYPortSetr/w
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.7.1.3
rcVlanIgmpSnoopStaticRowStatus deprecated
Used to create/delete entries in the
rcVlanIgmpSnoopStaticTable.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.2272.1.3.7.1.4
rcVlanIgmpSnoopStaticNotAllowedToJoin deprecated
Not allowed to join
RAPID-CITYPortSetr/w
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.7.1.5
.1.3.6.1.4.1.2272.1.3.8 · 1 row entry · 6 columns
Table used to specify which host(s) can send
and/or receive IP Multicast traffic.
rcVlanIgmpSnoopAccessEntry entry .1.3.6.1.4.1.2272.1.3.8.1
An entry (row) in the rcVlanIgmpSnoopAccessTable.
Indexes
rcVlanIgmpSnoopAccessVlanId rcVlanIgmpSnoopAccessGrpAddr rcVlanIgmpSnoopAccessHostAddr rcVlanIgmpSnoopAccessHostMask
Column Syntax OID
rcVlanIgmpSnoopAccessVlanId deprecated
The VLAN for which this entry contains information.
Integer32
Constraints:
range: 1-4094
.1.3.6.1.4.1.2272.1.3.8.1.1
rcVlanIgmpSnoopAccessGrpAddr deprecated
The IP multicast group address for which this
entry contains information.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2272.1.3.8.1.2
rcVlanIgmpSnoopAccessHostAddr deprecated
The IP address of a host for which this
entry contains information.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2272.1.3.8.1.3
rcVlanIgmpSnoopAccessHostMask deprecated
The IP netmask of a host for which this
entry contains information.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2272.1.3.8.1.4
rcVlanIgmpSnoopAccessMode deprecated
Used to specify whether the host identified by
rcVlanIgmpSnoopAccessHostAddr should be denied
IP multicast transmit, receive, or both.
Enumerationr/w
Enumerated Values:
1denyTx
2denyRx
3denyBoth
.1.3.6.1.4.1.2272.1.3.8.1.5
rcVlanIgmpSnoopAccessRowStatus deprecated
Row status
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.2272.1.3.8.1.6
.1.3.6.1.4.1.2272.1.3.9 · 1 row entry · 5 columns
The (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.
rcVlanIgmpSnoopSenderEntry entry .1.3.6.1.4.1.2272.1.3.9.1
An entry (row) in the rcVlanIgmpSnoopSenderTable.
Indexes
rcVlanIgmpSnoopSenderVlanId rcVlanIgmpSnoopSenderIpAddress rcVlanIgmpSnoopSenderIfIndex rcVlanIgmpSnoopSenderMember
Column Syntax OID
rcVlanIgmpSnoopSenderVlanId deprecated
The VLAN for which this entry contains information.
Integer32
Constraints:
range: 1-4094
.1.3.6.1.4.1.2272.1.3.9.1.1
rcVlanIgmpSnoopSenderIpAddress deprecated
The IP multicast group address for which this
entry contains information.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2272.1.3.9.1.2
rcVlanIgmpSnoopSenderIfIndex deprecated
The interface for which this entry contains
information for this IP multicast group address
(i.e., the port the multicast traffic was received).
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.2272.1.3.9.1.3
rcVlanIgmpSnoopSenderMember deprecated
The IP Address of the host sending the multicast
traffic.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2272.1.3.9.1.4
rcVlanIgmpSnoopSenderAction deprecated
Used to specify an action to perform on this group.
Enumerationr/w
Enumerated Values:
0none
1flushEntry
2flushGrp
.1.3.6.1.4.1.2272.1.3.9.1.5
.1.3.6.1.4.1.2272.1.3.10 · 1 row entry · 3 columns
A list of Vlans the port belongs to
and the 
corresponding loop detected status.
rcVlanLoopDetectedEntry entry .1.3.6.1.4.1.2272.1.3.10.1
Loop-Detected Entry.
Indexes
rcVlanLoopDetectedPortIndex rcVlanLoopDetectedVlanId
Column Syntax OID
rcVlanLoopDetectedPortIndex
Port Number.
Integer32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.2272.1.3.10.1.1
rcVlanLoopDetectedVlanId
Gives the VlanId to which the port belongs.
Integer32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.2272.1.3.10.1.2
rcVlanLoopDetectedValue
Gives the Loop Detected status of the port
in a vlan.
Enumeration
Enumerated Values:
0no
1yes
.1.3.6.1.4.1.2272.1.3.10.1.3
.1.3.6.1.4.1.2272.1.3.11 · 1 row entry · 3 columns
A table used to maintain DSAP/SSAP values
assigned to a sna802dot2 or userdefined vlan.
rcVlanDsapSsapEntry entry .1.3.6.1.4.1.2272.1.3.11.1
An entry in the rcVlanDsapSsap table.
Indexes
rcVlanDsapSsapVlanId rcVlanDsapSsapPid
Column Syntax OID
rcVlanDsapSsapVlanId
A unique index to identify a vlan.
Integer32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.2272.1.3.11.1.1
rcVlanDsapSsapPid
Values of DSAP/SSAP assigned to a particular
vlan.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.2272.1.3.11.1.2
rcVlanDsapSsapRowStatus
Row Status.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.2272.1.3.11.1.3
.1.3.6.1.4.1.2272.1.3.12 · 1 row entry · 5 columns
A list of Vlans the port belongs to and the 
corresponding loop detected status.
rcVlanNewLoopDetectedEntry entry .1.3.6.1.4.1.2272.1.3.12.1
Loop-Detected Entry.
Indexes
rcVlanNewLoopDetectedPortIndex rcVlanNewLoopDetectedVlanId rcVlanNewLoopDetectedMac
Column Syntax OID
rcVlanNewLoopDetectedPortIndex
Port Number.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.2272.1.3.12.1.1
rcVlanNewLoopDetectedVlanId
Gives the VlanId to which the port belongs.
Integer32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.2272.1.3.12.1.2
rcVlanNewLoopDetectedMac
Mac address
SNMPv2-TCMacAddress
Textual Convention: SNMPv2-TCMacAddress OctetString
Type Constraints:
range: 6
.1.3.6.1.4.1.2272.1.3.12.1.3
rcVlanNewLoopDetectedAction
This value is used to specify the action which
needs to be taken once a loop is detected on a
specific port.
Enumeration
Enumerated Values:
1portDown
2vlanBlock
3macDiscard
.1.3.6.1.4.1.2272.1.3.12.1.4
rcVlanNewLoopDetectedSmltRemote
A MAC address indicate for remote learnt,
either local or remote.
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.12.1.5
.1.3.6.1.4.1.2272.1.3.13 · 1 row entry · 5 columns
A table used to maintain CFM MEP 
assigned to the port in a vlan
rcVlanPortCfmMepEntry entry .1.3.6.1.4.1.2272.1.3.13.1
An entry in the rcVlanPortCfmMep table.
Indexes
rcVlanPortCfmMepVlanId rcVlanPortCfmMepPort
Column Syntax OID
rcVlanPortCfmMepVlanId
A unique index to identify a vlan.
Integer32
Constraints:
range: 1-4094
.1.3.6.1.4.1.2272.1.3.13.1.1
rcVlanPortCfmMepPort
A unique index to identify a port interface
in a Vlan.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.2272.1.3.13.1.2
rcVlanPortCfmMepMepList
List of Meps assigned to this entry.
A mep is consist of <md>.<ma>.<mep_id>. Domain
Name, Association and Mep Id is separated by '.'
A list of mep is consist of
<md1>.<ma1>.<mepid1>,<md2>.<ma2>.<mepid2>,...
Each mep…
OctetStringr/w
Constraints:
range: 0-440
.1.3.6.1.4.1.2272.1.3.13.1.3
rcVlanPortCfmMepNumOfMep
Used to indicate the number of Meps
is assigned to this entry
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2272.1.3.13.1.4
rcVlanPortCfmMepRowStatus
Row 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
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.2272.1.3.13.1.5
.1.3.6.1.4.1.2272.1.3.14 · 1 row entry · 5 columns
A table used to maintain CFM MIP 
assigned to the port in a vlan
rcVlanPortCfmMipEntry entry .1.3.6.1.4.1.2272.1.3.14.1
An entry in the rcVlanPortCfmMip table.
Indexes
rcVlanPortCfmMipVlanId rcVlanPortCfmMipPort
Column Syntax OID
rcVlanPortCfmMipVlanId
A unique index to identify a vlan.
Integer32
Constraints:
range: 1-4094
.1.3.6.1.4.1.2272.1.3.14.1.1
rcVlanPortCfmMipPort
A unique index to identify a port interface
in a Vlan.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.2272.1.3.14.1.2
rcVlanPortCfmMipMipList
List of Mips assigned to this entry.
A mip is consist of <md>.<mip_id>. Domain
Name and Mip Id is separated by '.'
A list of mip is consist of
<md1>.<mipid1>,<md2>.<mipid2>,...
Each mip is separated by ','. Maximum …
OctetStringr/w
Constraints:
range: 0-440
.1.3.6.1.4.1.2272.1.3.14.1.3
rcVlanPortCfmMipNumOfMip
Used to indicate the number of Mips
is assigned to this entry
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2272.1.3.14.1.4
rcVlanPortCfmMipRowStatus
Row 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
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.2272.1.3.14.1.5
.1.3.6.1.4.1.2272.1.3.15 · 1 row entry · 4 columns
Extended filtering services per port per Vlans are
defined in this table
rcVlanExtFilterSvcEntry entry .1.3.6.1.4.1.2272.1.3.15.1
Used to indicate the extended filtering services.
Extended filtering services are per port per Vlan.
Indexes
rcVlanExtFilterSvcVlanId
Column Syntax OID
rcVlanExtFilterSvcVlanId
A 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.
Integer32
Constraints:
range: 1-4094
.1.3.6.1.4.1.2272.1.3.15.1.1
rcVlanExtFilterSvcFwdAllPorts
Contains port list that are in ForwardAll mode.
RAPID-CITYPortSetr/w
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.15.1.2
rcVlanExtFilterSvcFwdUnregPorts
Contains port list that are in Forward Unregistered mode.
RAPID-CITYPortSetr/w
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.15.1.3
rcVlanExtFilterSvcFilterUnregPorts
Contains port list that are in Filter Unregistered mode.
RAPID-CITYPortSetr/w
Textual Convention: RAPID-CITYPortSet OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.15.1.4
.1.3.6.1.4.1.2272.1.3.16 · 1 row entry · 6 columns
Table containing spoof-detect block entries.
rcVlanPortSpoofDetectEntry entry .1.3.6.1.4.1.2272.1.3.16.1
This 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.
Indexes
rcVlanPortSpoofDetectIndex
Column Syntax OID
rcVlanPortSpoofDetectIndex
The auxiliary variable for identifying instances of
the columnar objects in the spoof detect table.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2272.1.3.16.1.1
rcVlanPortSpoofDetectSpoofedIpAddressType
IP address type of address under spoof attack.
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.2272.1.3.16.1.2
rcVlanPortSpoofDetectSpoofedIpAddress
IP address that has been detected under spoof attack.
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2272.1.3.16.1.3
rcVlanPortSpoofDetectSpoofedMacAddress
MAC address that has sent out spoofing ARP.
SNMPv2-TCMacAddress
Textual Convention: SNMPv2-TCMacAddress OctetString
Type Constraints:
range: 6
.1.3.6.1.4.1.2272.1.3.16.1.4
rcVlanPortSpoofDetectPort
Port index that has enabled spoof-detect.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2272.1.3.16.1.5
rcVlanPortSpoofDetectVlanId
VLAN ID that has been detected under spoof attack.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2272.1.3.16.1.6
.1.3.6.1.4.1.2272.1.3.17 · 1 row entry · 5 columns
Table used to clear a Vlan MAC Record.
rcVlanClearMacRecordEntry entry .1.3.6.1.4.1.2272.1.3.17.1
Vlan Clear Mac Record Table Entry
Indexes
rcVlanClearMacRecordAddr
Column Syntax OID
rcVlanClearMacRecordAddr
Mac Address that needs to be cleared.
SNMPv2-TCMacAddress
Textual Convention: SNMPv2-TCMacAddress OctetString
Type Constraints:
range: 6
.1.3.6.1.4.1.2272.1.3.17.1.1
rcVlanClearMacRecordVlanId
Vlan Id where the Mac record has to be cleared.
Integer32r/w
Constraints:
range: 1-4094
.1.3.6.1.4.1.2272.1.3.17.1.2
rcVlanClearMacRecordAllVlanIds
When set to true, this will clear the MAC
record on all the Vlan Ids it exists.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.17.1.3
rcVlanClearMacRecordForceDelete
By 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 associ…
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.17.1.4
rcVlanClearMacRecordLCForceDelete
By 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 …
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.17.1.5
.1.3.6.1.4.1.2272.1.3.18 · 1 row entry · 3 columns
A table that can be used to map the Virtual LAN Id to
IfIndex and Name for display.  It is informational only.
rcVlanNameEntry entry .1.3.6.1.4.1.2272.1.3.18.1
Each entry has mapping information for a
particular Virtual LAN. This in intended for display
purposes only.
Indexes
rcVlanNameVlanId
Column Syntax OID
rcVlanNameVlanId
A 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.
RAPID-CITYRcVlanIdOrNone
Textual Convention: RAPID-CITYRcVlanIdOrNone Integer32
Type Constraints:
range: 1..4094
.1.3.6.1.4.1.2272.1.3.18.1.1
rcVlanNameVlanName
The assigned name for this VLAN.
OctetString
Constraints:
range: 0-64
.1.3.6.1.4.1.2272.1.3.18.1.2
rcVlanNameIfIndex
When rcVlanRoutingEnable is set to true(1), this
value indicates the 'logical' ifIndex assigned to
this VLAN. Otherwise, this value is meaningless
and will be set to zero.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.2272.1.3.18.1.3
.1.3.6.1.4.1.2272.1.3.19 · 1 row entry · 5 columns
A table contains a list of Spoof blocked
MAC address information.
rcVlanPortSpoofMacEntry entry .1.3.6.1.4.1.2272.1.3.19.1
Entry containing a spoof blocked MAC address
Indexes
rcVlanPortSpoofMacPortNum rcVlanPortSpoofMacVlanId rcVlanPortSpoofMacIpAddress rcVlanPortSpoofMacMacAddress
Column Syntax OID
rcVlanPortSpoofMacPortNum
Port interface number of the Spoof detect is enabled.
Spoof mac is detected
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.2272.1.3.19.1.1
rcVlanPortSpoofMacVlanId
A vlan entry which the port intreface belong to. And
the spoof MAC is detected
RAPID-CITYRcVlanIdOrNone
Textual Convention: RAPID-CITYRcVlanIdOrNone Integer32
Type Constraints:
range: 1..4094
.1.3.6.1.4.1.2272.1.3.19.1.2
rcVlanPortSpoofMacIpAddress
A Local Ip address on this interface
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2272.1.3.19.1.3
rcVlanPortSpoofMacMacAddress
A spoofing Mac address that is detected in this
interface
SNMPv2-TCMacAddress
Textual Convention: SNMPv2-TCMacAddress OctetString
Type Constraints:
range: 6
.1.3.6.1.4.1.2272.1.3.19.1.4
rcVlanPortSpoofMacClearMac
Clear/delete this spoof detect mac entry when it is true.
It always return false when query
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.2272.1.3.19.1.5
.1.3.6.1.4.1.2272.1.35.2 · 1 row entry · 3 columns
A list of possible levels and their corresponding ether type.
The number of entries is eight.
rcSvlanEntry entry .1.3.6.1.4.1.2272.1.35.2.1
A Stacked Vlan table entry.
Indexes
rcSvlanId
Column Syntax OID
rcSvlanId
Row Index.
Integer32
Constraints:
range: 1-8
.1.3.6.1.4.1.2272.1.35.2.1.1
rcSvlanLevel
A value that identifies the switch level associated
with this entry.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2272.1.35.2.1.2
rcSvlanEtherType
The ether type value is used for svlan tagging.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2272.1.35.2.1.3