PRVT-SWITCH-ACCESS-LIST-MIB
AI MIB Summary
The PRVT-SWITCH-ACCESS-LIST-MIB module provides programmatic management of Layer 3 switch access control list (ACL) parameters, enabling the configuration and monitoring of packet filtering rules, rule ordering, and hit counters on private network switches.
The access-list MIB module that controls L3 switches access-list parameters
Main OID:
prvtSwitchAccessListMib.1.3.6.1.4.1.738.1.6.1
212
Objects
Active
Status
7
Dependencies
Imported Objects
Objects
212 total| Object Name |
|---|
Q-BRIDGE-MIBThe access-list MIB module that controls L3 switches access-list parameters NOTIFICATION-TYPE .1.3.6.1.4.1.738.1.6.1 |
prvtSwitchAccessListMibThe access-list MIB module that controls L3 switches access-list parameters MODULE-IDENTITY .1.3.6.1.4.1.738.1.6.1 |
prvtSwitchAccessListNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.738.1.6.1.0 |
standardAccessListRuleMatchedThis trap indicates that a packet matching a standard ACL rule has been received. NOTIFICATION-TYPE .1.3.6.1.4.1.738.1.6.1.0.1 |
extendedAccessListRuleMatchedThis trap indicates that a packet matching an extended ACL rule has been received. NOTIFICATION-TYPE .1.3.6.1.4.1.738.1.6.1.0.2 |
macAccessListRuleMatchedThis trap indicates that a packet matching a mac ACL rule has been received. NOTIFICATION-TYPE .1.3.6.1.4.1.738.1.6.1.0.3 |
etherTypeAccessListRuleMatchedThis trap indicates that a packet matching a ether-type ACL rule has been received. NOTIFICATION-TYPE .1.3.6.1.4.1.738.1.6.1.0.4 |
accessLists OBJECT IDENTIFIER .1.3.6.1.4.1.738.1.6.1.1 |
accessListTemplateThe access-list template in use. For non E-series devices, the device must be restarted
for this setting to take effect.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.1 |
accessGroupsDefinitions OBJECT IDENTIFIER .1.3.6.1.4.1.738.1.6.1.1.2 |
accessListControlTableThis table controls the creation or removal of a access-list
group from all access-list tables. The real programming of values is
done in the coresponding access-list table. SEQUENCE OF AccessListControlEntry .1.3.6.1.4.1.738.1.6.1.1.2.1 |
accessListControlEntryAn entry in the accessListControlTable table. AccessListControlEntry .1.3.6.1.4.1.738.1.6.1.1.2.1.1 |
accessListControlListGroupThis object identifies the index of the group of access-list rules
Each range of group indexes is related to a different access-list type
1..99 for standard access-list
100..199 for extended access-list.ro INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.1.1.1 |
accessListControlRowStatusThis indicates the row status & enables creation & deletion of lines in
this table. See SNMPv2-TC for more information.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.1.1.2 |
standardAccessListTableThis table contains standard access-list parameters. SEQUENCE OF StandardAccessListEntry .1.3.6.1.4.1.738.1.6.1.1.2.2 |
standardAccessListEntryAn entry in the standardAccessListTable table. StandardAccessListEntry .1.3.6.1.4.1.738.1.6.1.1.2.2.1 |
standardAccessListIndexIndex of the particular rule of the group. INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.2.1.1 |
standardAccessListActionThe action to preform if the condition of this access-list rule condition is true.rw AccessListAction .1.3.6.1.4.1.738.1.6.1.1.2.2.1.2 |
standardAccessListIpSrcThe IP source address associated with this flow.rw IpAddress .1.3.6.1.4.1.738.1.6.1.1.2.2.1.3 |
standardAccessListIpMASKsrcThe IP mask that, together with standardAccessListIpSrc, defines the subnet.rw IpAddress .1.3.6.1.4.1.738.1.6.1.1.2.2.1.4 |
standardAccessListRemarkAccess list entry commentrw AccessListRemarkString .1.3.6.1.4.1.738.1.6.1.1.2.2.1.5 |
standardAccessListLogEnable normal or extended logging of this access-list rule.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.2.2.1.6 |
standardAccessListVptThis object is meaningful :
1.when vlan-priority template is used and will reprezent vlan priority tag.
2.Forwarding class reprezented in the second part of enumeration: fc-##.
A value of 8 means that neither of above is defined.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.2.2.1.7 |
standardAccessListRowStatusThis indicates the row status & enables creation of rows in
this table. In order to be consistent with ACL policy, this object
does not allow deletion of rules. The entire group must be deleted and all
rules removed at once.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.2.1.8 |
standardAccessListVlanIdThis object shows the customer VLAN. The object is meaningful only
if standardAccessListVlanMask is set.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.2.1.9 |
standardAccessListVlanMaskThis object shows the customer VLAN mask. It is meaningful only
if standardAccessListVlanId is set.
The value is in hexadecimal type DisplayString (0xXXX).rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.2.1.10 |
standardAccessListProviderVlanIdThis object shows the provider VLAN. The object is meaningful only
if standardAccessListProviderVlanMask is set.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.2.1.11 |
standardAccessListProviderVlanMaskThis object shows the provider VLAN mask. It is meaningful only
if standardAccessListProviderVlanId is set.
The value is in hexadecimal type DisplayString (0xXXX)rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.2.1.12 |
standardAccessListProviderVptThis object shows the provider VLAN priority tag.
A value of 8 means undefined.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.2.1.13 |
standardAccessListUntaggedModeThis object enables the untagged moderw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.2.1.14 |
standardAccessListDropLevelThis object define drop-level.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.2.2.1.15 |
standardAccessListDscpThe object shows the DiffServ Point (DSCP) value from IP header.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.2.1.16 |
extendedAccessListTableThis table contains extended access-list parameters. SEQUENCE OF ExtendedAccessListEntry .1.3.6.1.4.1.738.1.6.1.1.2.3 |
extendedAccessListEntryAn entry in the extendedAccessListTable table. ExtendedAccessListEntry .1.3.6.1.4.1.738.1.6.1.1.2.3.1 |
extendedAccessListIndexIndex of the particular rule of the group. INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.1 |
extendedAccessListActionThe action to preform if this access-list rule condition is true.rw AccessListAction .1.3.6.1.4.1.738.1.6.1.1.2.3.1.2 |
extendedAccessListIpProtocolThe IP protocol number (see IpProtocol).rw IpProtocol .1.3.6.1.4.1.738.1.6.1.1.2.3.1.3 |
extendedAccessListIpSrcThe IP source address associated with this flow.rw IpAddress .1.3.6.1.4.1.738.1.6.1.1.2.3.1.4 |
extendedAccessListIpMASKsrcThe IP mask, together with extendendAccessListIpSrc, defines the subnet.rw IpAddress .1.3.6.1.4.1.738.1.6.1.1.2.3.1.5 |
extendedAccessListPortDefSrcThe extendedAccessListPortDefSrc object operates together with the port number filed inside
the access-list & controls how the port number is being processed.
The values less-than(3) and greater-than(4) are supported only on E-Series family boards.rw PortDef .1.3.6.1.4.1.738.1.6.1.1.2.3.1.6 |
extendedAccessListPortNumSrcUDP/TCP port number. A value of 0 represents undefined port number.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.7 |
extendedAccessListPortRangeSrcUDP/TCP ned range port number. A value of 0 represents undefined port number. Valid
only with extendedAccessListPortDefSrc value of range(2).rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.8 |
extendedAccessListIpDestThe IP destination address associated with this flow.rw IpAddress .1.3.6.1.4.1.738.1.6.1.1.2.3.1.9 |
extendedAccessListIpMASKdstThe IP mask, together with extendedAccessListIpMASKdst, defines the subnet.rw IpAddress .1.3.6.1.4.1.738.1.6.1.1.2.3.1.10 |
extendedAccessListPortDefDstThe extendedAccessListPortDefDst object operates together with the port number filed inside
the access-list & controls how the port number is being processed.
The values less-than(3) and greater-than(4) are supported only on E-Series family boards.rw PortDef .1.3.6.1.4.1.738.1.6.1.1.2.3.1.11 |
extendedAccessListPortNumDstUDP/TCP port number. A value of 0 represents undefined port number.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.12 |
extendedAccessListPortRangeDstUDP/TCP ned range port number. A value of 0 represents undefined port number. Valid for
value range (2) of extendedAccessListPortDefDst.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.13 |
extendedAccessListTosThis object shows the type of service value.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.14 |
extendedAccessListPrecPrecedence value.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.15 |
extendedAccessListModifyTosextendedAccessListModifyTos must be enabled if the user wants the ToS to be modified.rw AccessListModifyTos .1.3.6.1.4.1.738.1.6.1.1.2.3.1.16 |
extendedAccessListRemarkAccess list entry comment.rw AccessListRemarkString .1.3.6.1.4.1.738.1.6.1.1.2.3.1.17 |
extendedAccessListIcmpTypeICMP message type.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.18 |
extendedAccessListIcmpCodeICMP message code.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.19 |
extendedAccessListIgmpTypeIGMP message type. This object is not supported in E-Seriesrw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.20 |
extendedAccessListEstablishedWhen TCP protocol type is chosen, setting this object indicates that established connections will be matched.rw AccessListEstablished .1.3.6.1.4.1.738.1.6.1.1.2.3.1.21 |
extendedAccessListLogEnable normal or extended logging of this access-list rule.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.2.3.1.22 |
extendedAccessListVptThis object is meaningful :
1.when vlan-priority template is used and will reprezent vlan priority tag.
2.Forwarding class reprezented in the second part of enumeration: fc-##.
A value of 8 means that neither of above is defined.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.2.3.1.23 |
extendedAccessListRowStatusThis indicates the row status & enables creation of lines in
this table. In order to be consistent with ACL policy, this object
does not allow deletion of rules. The entire group must be deleted and all
rules removed at once.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.3.1.24 |
extendedAccessListVlanIdThis object shows the customer VLAN. The object is meaningful
only if extendedAccessListVlanMask is set.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.25 |
extendedAccessListVlanMaskThis object shows the customer VLAN mask. It is meaningful only
if extendedAccessListVlanId is set.
The value is in hexadecimal type string(0x..).rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.3.1.26 |
extendedAccessListProviderVlanIdThis object shows the provider VLAN. The object is meaningful only
if extendedAccessListProviderVlanMask is set.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.27 |
extendedAccessListProviderVlanMaskThis object shows the provider VLAN mask. It is meaningful only
if extendedAccessListProviderVlanId is set.
The value is in hexadecimal type string(0x..).rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.3.1.28 |
extendedAccessListProviderVptThis object shows the provider VLAN priority tag.
A value of 8 means undefined.
This object is meaningful only if vlan-priority template is used.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.29 |
extendedAccessListUntaggedModeThis object enables the untagged mode.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.3.1.30 |
extendedAccessListDropLevelThis object define drop-level.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.2.3.1.31 |
extendedAccessListDscpThe object shows the DiffServ Point (DSCP) value from IP header.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.3.1.32 |
macAccessListTableThis table contains MAC access-list parameters. SEQUENCE OF MACAccessListEntry .1.3.6.1.4.1.738.1.6.1.1.2.4 |
macAccessListEntryAn entry in the macAccessListTable table. MACAccessListEntry .1.3.6.1.4.1.738.1.6.1.1.2.4.1 |
macAccessListIndexIndex of the particular rule of the group. INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.4.1.1 |
macAccessListActionThe action to preform if this access-list rule condition is true.rw AccessListAction .1.3.6.1.4.1.738.1.6.1.1.2.4.1.2 |
macAccessListMacSrcThe object contains the MAC address of source.
If this object is not set, the result is 'any' source mac address.
If object macAccessListMacSrcMask is not set, this object means the host address.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.4.1.3 |
macAccessListMacSrcMaskThis object contains the mask for MAC source address.
The object affects macAccessListMacSrc, defines host or range.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.4.1.4 |
macAccessListMacDstThe object contains the MAC address of destination.
If this object is not set, the result is 'any' destination mac address.
If object macAccessListMacDstMask is not set, this object means the host address.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.4.1.5 |
macAccessListMacDstMaskThis object contains the mask for MAC destination address.
The object affects macAccessListMacDst, defines host or range.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.4.1.6 |
macAccessListRemarkAccess list entry commentrw AccessListRemarkString .1.3.6.1.4.1.738.1.6.1.1.2.4.1.7 |
macAccessListLogEnable normal or extended logging of this access-list rule.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.2.4.1.8 |
macAccessListRowStatusThis indicates the row status & enables creation of rows in
this table. In order to be consistent with ACL policy, this object
does not allow deletion of rules. The entire group must be deleted and all
rules removed at once.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.4.1.9 |
macAccessListTosThis object shows the type of service value.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.4.1.10 |
macAccessListPrecedenceThis object shows the precedence value.
The parameter is matched for IP traffic only.
The value is in the range between <0-8>.
When precendence is disable the object will take 8 value.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.4.1.11 |
macAccessListVptThis object is meaningful :
1.when vlan-priority template is used and will reprezent vlan priority tag.
2.Forwarding class reprezented in the second part of enumeration: fc-##.
A value of 8 means that neither of above is defined.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.2.4.1.12 |
macAccessListVlanIdThis object shows the customer VLAN. The object is meaningful only
if macAccessListVlanMask is set.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.4.1.13 |
macAccessListVlanMaskThis object shows the customer VLAN mask. It is meaningful only
if macAccessListVlanId is set.
The value is in hexadecimal type string(0x..).rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.4.1.14 |
macAccessListInnerVlanIdThis object shows the provider VLAN. The object is meaningful only
if macAccessListProviderVlanMask is set.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.4.1.15 |
macAccessListInnerVlanMaskThis object shows the provider VLAN mask. It is meaningful only
if macAccessListProviderVlanId is set.
The value is in hexadecimal type string(0x..).rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.4.1.16 |
macAccessListInnerVptThis object shows the provider VLAN priority tag.
A value of 8 means undefinedrw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.4.1.17 |
macAccessListEtherTypeThe object shows the EtherType field in the Ethernet header.
The field is matched only for non-IP and non-ARP traffic only.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.4.1.18 |
macAccessListDscpThe object shows the DiffServ Point (DSCP) value from IP header.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.4.1.19 |
macAccessListMatchTrafficThis object shows the type of traffic to match.rw MatchTraffic .1.3.6.1.4.1.738.1.6.1.1.2.4.1.20 |
macAccessListMatchTrafficPortThis object is meaningful only if macAccessListMatchTraffic
is set to 'known-unicast' value - else returns error.
The values are of types PORTLIST (for example 1/1/1-1/1/4, 1/1/6)rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.4.1.21 |
macAccessListUntaggedModeThis object enables the untagged mode.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.4.1.22 |
macAccessListDropLevelThis object define drop-level.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.2.4.1.23 |
etherTypeAccessListTableThis table contains extended MAC access-list parameters. SEQUENCE OF EtherTypeAccessListEntry .1.3.6.1.4.1.738.1.6.1.1.2.5 |
etherTypeAccessListEntryAn entry in the etherTypeAccessListTable table. EtherTypeAccessListEntry .1.3.6.1.4.1.738.1.6.1.1.2.5.1 |
etherTypeAccessListIndexIndex of the particular rule of the group. INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.5.1.1 |
etherTypeAccessListActionThe action to preform if this access-list rule condition is true.rw AccessListAction .1.3.6.1.4.1.738.1.6.1.1.2.5.1.2 |
etherTypeAccessListEtherTypeThe IP protocol number (see IpProtocol).rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.5.1.3 |
etherTypeAccessListEtherTypeCodeMaskThe IP source address associated with this flow.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.5.1.4 |
etherTypeAccessListRemarkAccess list entry commentrw AccessListRemarkString .1.3.6.1.4.1.738.1.6.1.1.2.5.1.5 |
etherTypeAccessListLogEnable normal or extended logging of this access-list rule.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.2.5.1.6 |
etherTypeAccessListRowStatusThis indicates the row status & enables creation of rows in
this table. In order to be consistent with ACL policy, this object
does not allow deletion of rules. The entire group must be deleted and all
rules removed at once.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.5.1.7 |
etherTypeAccessListVlanIdThis object shows the customer VLAN.The object is meaningful only
if etherTypeAccessListVlanMask is set.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.5.1.8 |
etherTypeAccessListVlanMaskThis object shows the customer VLAN mask. It is meaningful only
if etherTypeAccessListVlanId is set.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.5.1.9 |
etherTypeAccessListProviderVlanIdThis object shows the provider VLAN. The object is meaningful only
if etherTypeAccessListProviderVlanMask is set.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.5.1.10 |
etherTypeAccessListProviderVlanMaskThis object shows the provider VLAN mask. It is meaningful only
if etherTypeAccessListProviderVlanId is set.
The value is in hexadecimal type string (0x..).rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.2.5.1.11 |
etherTypeAccessListProviderVptThe vlan priority tag. A value of 8 means undefined. This object is meaningful
only if vlan-priority template is used.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.2.5.1.12 |
accessListsInterfaces OBJECT IDENTIFIER .1.3.6.1.4.1.738.1.6.1.1.3 |
accessListInterfaceTableThis table controls the assigment of access groups to an interface. SEQUENCE OF AccessListInterfaceEntry .1.3.6.1.4.1.738.1.6.1.1.3.1 |
accessListInterfaceEntryAn entry in the AccessListInterfaceEntry table. AccessListInterfaceEntry .1.3.6.1.4.1.738.1.6.1.1.3.1.1 |
accessListInterfaceTableIndexThis object identifies the row number for this (ifIndex) interface. INTEGER .1.3.6.1.4.1.738.1.6.1.1.3.1.1.1 |
accessListInterfaceGroupIndexThis indicates the index of the access group for this interface. This value is
the same as the value of accessListControlListGroup for the assigned ACL. INTEGER .1.3.6.1.4.1.738.1.6.1.1.3.1.1.2 |
accessListInterfaceDscpEnable Diffserv codepoint.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.3.1.1.3 |
accessListInterfaceRowStatusThis indicates the row status & enables creation & deletion of lines in
this (and related) tables. See SNMPv2-TC for more information.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.3.1.1.4 |
accessListInterfacePriorityPriority level value. Valid values are 0 to 7, 8 means undefined.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.3.1.1.5 |
accessListInterfaceDiscardMark discardable or normal for priority on access group
Only the E-Series family and the G-Series family boards
support the values green, yellow and red. Other
values are not supported by the E-Series and G-series.rw AccessListDiscard .1.3.6.1.4.1.738.1.6.1.1.3.1.1.6 |
accessListInterfaceRateLimitThe maximum rate in kBps(kilobytes per second)rw Rate .1.3.6.1.4.1.738.1.6.1.1.3.1.1.7 |
accessListInterfaceExceedActionThe action to perform when the condition is true.rw ExceedAction .1.3.6.1.4.1.738.1.6.1.1.3.1.1.8 |
accessListInterfaceShaperEnable/disable shaper.
This object is supported only in B-series.rw Shaper .1.3.6.1.4.1.738.1.6.1.1.3.1.1.9 |
accessListInterfaceBurstThe maximum Burst rate in kBps(kilobytes per second).
This object is supported only by E-Series and G-series.rw Rate .1.3.6.1.4.1.738.1.6.1.1.3.1.1.10 |
accessListInterfaceRedirectIfIndexThis object controls redirection of traffic matching this ACG. If the
value is a valid ifIndex, the traffic will be redirected to it. If the value is 0
redirection is disabled. Setting this object requires that accessListInterfaceRedirectVlanID is also set.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.3.1.1.11 |
accessListInterfaceRedirectVlanIDThis object controls redirection of traffic matching this ACG. If the
value is a valid VLAN ID, the traffic will be redirected to it. If the value is 0
redirection is disabled. If the device is TMetro, this object sets the tag substitution
policy for this access grouprw INTEGER .1.3.6.1.4.1.738.1.6.1.1.3.1.1.12 |
accessListInterfaceRedirectNexthopThis object controls redirection of traffic matching this ACG. If the
value is a valid IP address then the traffic will be redirected to it. If the value is 0
redirection is disabled.rw IpAddress .1.3.6.1.4.1.738.1.6.1.1.3.1.1.13 |
accessListInterfacePeakRatePeak Information Rate in kBps(kilobytes per second).rw Rate .1.3.6.1.4.1.738.1.6.1.1.3.1.1.14 |
accessListInterfacePeakBurstPeak Burst Size in kBps(kilobytes per second).rw Rate .1.3.6.1.4.1.738.1.6.1.1.3.1.1.15 |
accessListInterfaceColorAwareToggle Color aware traffic metering. Disabled by default.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.3.1.1.16 |
accessListInterfacePolicySet remarking policy.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.3.1.1.17 |
accessListInterfaceTrafficClassDiff Serv CP - Type of Service
In E-Series and G-series the range is 0..63. A value of 256 means Traffic Class is not set.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.3.1.1.18 |
accessListInterfaceSpanRootTrackThe span root track option for VLAN redirects.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.3.1.1.19 |
accessListInterfaceUntagFilterThe filter for tagged or untagged backets to be applied.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.3.1.1.20 |
accessListInterfaceTxqThis object performs QoS and remarking of traffic matching an ACGrw INTEGER .1.3.6.1.4.1.738.1.6.1.1.3.1.1.21 |
accessListInterfaceTxqDropLevelThis object shows the drop-level (green/yellow)
and is related to accessListInterfaceTxq.rw TxqDropLevel .1.3.6.1.4.1.738.1.6.1.1.3.1.1.22 |
accessListInterfaceApplyMirrorThis object shows that the traffic on the interface will be mirroredrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.3.1.1.23 |
accessListInterfaceStatisticsThis object enables statistics on the interface.rw AccessListStatistics .1.3.6.1.4.1.738.1.6.1.1.3.1.1.24 |
accessListInterfaceDirectionThis object determines the ingress-egress type of applied ACL.rw AccessListDirection .1.3.6.1.4.1.738.1.6.1.1.3.1.1.25 |
accessListInterfaceRateStatisticsThis object enables rate statistics on the interface.rw AccessListStatistics .1.3.6.1.4.1.738.1.6.1.1.3.1.1.26 |
accessListsVLAN OBJECT IDENTIFIER .1.3.6.1.4.1.738.1.6.1.1.4 |
accessListVLANTableThis table controls the assignment of access groups to a VLAN. SEQUENCE OF AccessListVLANEntry .1.3.6.1.4.1.738.1.6.1.1.4.1 |
accessListVLANEntryAn entry in the AccessListVLANEntry table. AccessListVLANEntry .1.3.6.1.4.1.738.1.6.1.1.4.1.1 |
accessListVLANTableIndexThis object identifies the order in which the access group was applied on this VLAN. INTEGER .1.3.6.1.4.1.738.1.6.1.1.4.1.1.1 |
accessListVLANGroupIndexThis indicates the index of the access group for this VLAN. This value is
the same as the value of accessListControlListGroup for the assigned ACL. INTEGER .1.3.6.1.4.1.738.1.6.1.1.4.1.1.2 |
accessListVLANDscpEnable Diffserv codepoint.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.4.1.1.3 |
accessListVLANRowStatusThis indicates the row status & enables creation & delettion of rows in
this and related tables. See SNMPv2-TC for more information.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.4.1.1.4 |
accessListVLANPriorityPriority level value. Valid values are 0 to 7, 8 means undefined.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.4.1.1.5 |
accessListVLANDiscardMark discardable or normal for priority on access group
Only the E-Series family and the G-Series family boards
support the values green, yellow and red. Other
values are not supported by the E-Series and G-series.rw AccessListDiscard .1.3.6.1.4.1.738.1.6.1.1.4.1.1.6 |
accessListVLANRateLimitThe maximum rate in kBps(kilobytes per second).rw Rate .1.3.6.1.4.1.738.1.6.1.1.4.1.1.7 |
accessListVLANExceedActionThe action to perform when the condition is true.rw ExceedAction .1.3.6.1.4.1.738.1.6.1.1.4.1.1.8 |
accessListVLANBurstThe maximum Burst rate in kBps(kilobytes per second).
This object is supported only by E-Series and G-series.rw Rate .1.3.6.1.4.1.738.1.6.1.1.4.1.1.9 |
accessListVLANRedirectIfIndexThis object controls redirection of traffic matching this ACG. If the
value is a valid ifIndex, the traffic will be redirected to it. If the value is 0
redirection is disabled. Setting this object requires that accessListInterfaceRedirectVlanID is also set.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.4.1.1.10 |
accessListVLANRedirectVlanIDhis object controls redirection of traffic matching this ACG. If the
value is a valid VLAN ID, the traffic will be redirected to it. If the value is 0
redirection is disabled. If the device is TMetro, this object sets the tag substitution
policy for this access grouprw INTEGER .1.3.6.1.4.1.738.1.6.1.1.4.1.1.11 |
accessListVLANRedirectNexthopThis object controls redirection of traffic matching this ACG. If the
value is a valid IP address then the traffic will be redirected to it. If the value is 0
redirection is disabled.rw IpAddress .1.3.6.1.4.1.738.1.6.1.1.4.1.1.12 |
accessListVLANPeakRatePeak Information Rate in kBps(kilobytes per second).rw Rate .1.3.6.1.4.1.738.1.6.1.1.4.1.1.13 |
accessListVLANPeakBurstPeak Burst Size in kBps(kilobytes per second).rw Rate .1.3.6.1.4.1.738.1.6.1.1.4.1.1.14 |
accessListVLANColorAwareToggle Color aware traffic metering.Disabled by default.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.4.1.1.15 |
accessListVLANPolicySet remarking policy.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.4.1.1.16 |
accessListVLANTrafficClassDiff Serv CP - Type of Service
In E-Series and G-series the range is 0..63. A value of 256 means that Traffic Class is not set.rw INTEGER .1.3.6.1.4.1.738.1.6.1.1.4.1.1.17 |
accessListVLANSpanRootTrackThe span root track option for VLAN redirects.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.4.1.1.18 |
accessListVLANUntagFilterThe filter for tagged or untagged backets to be appliedrw Enumeration .1.3.6.1.4.1.738.1.6.1.1.4.1.1.19 |
accessListVLANApplyMirrorThis object shows that the traffic on the interface will be mirrored.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.4.1.1.20 |
accessListVLANStatisticsThis object enables statistics on the interface.rw AccessListStatistics .1.3.6.1.4.1.738.1.6.1.1.4.1.1.21 |
accessListVLANDirectionThis object determines the ingress-egress type of applied ACL.rw AccessListDirection .1.3.6.1.4.1.738.1.6.1.1.4.1.1.22 |
accessListsServices OBJECT IDENTIFIER .1.3.6.1.4.1.738.1.6.1.1.5 |
accessListSapTableThis table controls the assigment of access groups to a SAP. SEQUENCE OF AccessListSapEntry .1.3.6.1.4.1.738.1.6.1.1.5.1 |
accessListSapEntryAn entry in the AccessListSapEntry table. AccessListSapEntry .1.3.6.1.4.1.738.1.6.1.1.5.1.1 |
accessListSapTableIndexThis object identifies the row number for this (ifIndex) interface. INTEGER .1.3.6.1.4.1.738.1.6.1.1.5.1.1.1 |
accessListSapGroupIndexThis indicates the index of the access group for this interface. This value is
the same as the value of accessListControlListGroup for the assigned ACL. INTEGER .1.3.6.1.4.1.738.1.6.1.1.5.1.1.2 |
accessListSapRowStatusThis indicates the row status & enables creation & deletion of lines in
this (and related) tables. See SNMPv2-TC for more information.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.1.5.1.1.3 |
accessListSapRateLimitThe maximum rate in kBps(kilobytes per second)rw Rate .1.3.6.1.4.1.738.1.6.1.1.5.1.1.4 |
accessListSapExceedActionThe action to perform when the condition is true.rw ExceedAction .1.3.6.1.4.1.738.1.6.1.1.5.1.1.5 |
accessListSapBurstThe maximum Burst rate in kBps(kilobytes per second).
This object is supported only by E-Series and G-series.rw Rate .1.3.6.1.4.1.738.1.6.1.1.5.1.1.6 |
accessListSapPeakRatePeak Information Rate in kBps(kilobytes per second).rw Rate .1.3.6.1.4.1.738.1.6.1.1.5.1.1.7 |
accessListSapPeakBurstPeak Burst Size in kBps(kilobytes per second).rw Rate .1.3.6.1.4.1.738.1.6.1.1.5.1.1.8 |
accessListSapColorAwareToggle Color aware traffic metering. Disabled by default.rw Enumeration .1.3.6.1.4.1.738.1.6.1.1.5.1.1.9 |
accessListSapTxqThis object performs QoS and remarking of traffic matching an ACGrw INTEGER .1.3.6.1.4.1.738.1.6.1.1.5.1.1.10 |
accessListSapTxqDropLevelThis object shows the drop-level (green/yellow)
and is related to accessListInterfaceTxq.rw TxqDropLevel .1.3.6.1.4.1.738.1.6.1.1.5.1.1.11 |
accessListSapStatisticsThis object enables statistics on the SAP.rw AccessListStatistics .1.3.6.1.4.1.738.1.6.1.1.5.1.1.12 |
accessListSapRateStatisticsThis object enables rate statistics on the SAP.rw AccessListStatistics .1.3.6.1.4.1.738.1.6.1.1.5.1.1.13 |
accessListSapDirectionThis object determines the ingress-egress type of applied ACL.rw AccessListDirection .1.3.6.1.4.1.738.1.6.1.1.5.1.1.14 |
accessListsInterfaceStatistics OBJECT IDENTIFIER .1.3.6.1.4.1.738.1.6.1.1.6 |
accessListInterfaceStatisticsTableThis table serves the interface statistics. SEQUENCE OF AccessListInterfaceStatisticsEntry .1.3.6.1.4.1.738.1.6.1.1.6.1 |
accessListInterfaceStatisticsEntryAn entry in the accessListInterfaceStatisticsTable table. AccessListInterfaceStatisticsEntry .1.3.6.1.4.1.738.1.6.1.1.6.1.1 |
accessListInterfaceStatisticsGroupIndexThis indicates the index of the access group for this interface. This value is
the same as the value of accessListControlListGroup for the assigned ACL. INTEGER .1.3.6.1.4.1.738.1.6.1.1.6.1.1.1 |
accessListInterfaceGreenBytesThis object shows green traffic in bytes for access group with enabled rate-limit statistics.ro INTEGER .1.3.6.1.4.1.738.1.6.1.1.6.1.1.2 |
accessListInterfaceYellowBytesThis object shows yellow traffic in bytes for access group with enabled rate-limit statistics.ro INTEGER .1.3.6.1.4.1.738.1.6.1.1.6.1.1.3 |
accessListInterfaceRedBytesThis object shows red traffic in bytes for access group with enabled rate-limit statistics.ro INTEGER .1.3.6.1.4.1.738.1.6.1.1.6.1.1.4 |
accessListInterfaceClassifiedPacketsThis object shows match classified packets in bytes for access group with enabled statistics.ro INTEGER .1.3.6.1.4.1.738.1.6.1.1.6.1.1.5 |
accessListsServicesStatistics OBJECT IDENTIFIER .1.3.6.1.4.1.738.1.6.1.1.7 |
accessListSapStatisticsTableThis table serves the Sap statistics. SEQUENCE OF AccessListSapStatisticsEntry .1.3.6.1.4.1.738.1.6.1.1.7.1 |
accessListSapStatisticsEntryAn entry in the accessListSapStatisticsTable table. AccessListSapStatisticsEntry .1.3.6.1.4.1.738.1.6.1.1.7.1.1 |
accessListSapStatisticsGroupIndexThis indicates the index of the access group for this Sap. This value is
the same as the value of accessListControlListGroup for the assigned ACL. INTEGER .1.3.6.1.4.1.738.1.6.1.1.7.1.1.1 |
accessListSapGreenBytesThis object shows green traffic in bytes for access group with enabled rate-limit statistics.ro INTEGER .1.3.6.1.4.1.738.1.6.1.1.7.1.1.2 |
accessListSapYellowBytesThis object shows yellow traffic in bytes for access group with enabled rate-limit statistics.ro INTEGER .1.3.6.1.4.1.738.1.6.1.1.7.1.1.3 |
accessListSapRedBytesThis object shows red traffic in bytes for access group with enabled rate-limit statistics.ro INTEGER .1.3.6.1.4.1.738.1.6.1.1.7.1.1.4 |
accessListSapClassifiedPacketsThis object shows classified packets in bytes for access group with enabled match statistics.ro INTEGER .1.3.6.1.4.1.738.1.6.1.1.7.1.1.5 |
isp OBJECT IDENTIFIER .1.3.6.1.4.1.738.1.6.1.2 |
ispUpLinkTableThis table controls the ISP up-links. This table is supported only by B-Series. SEQUENCE OF IspUpLinkEntry .1.3.6.1.4.1.738.1.6.1.2.1 |
ispUpLinkEntryAn entry in the ispUpLinkTable table. IspUpLinkEntry .1.3.6.1.4.1.738.1.6.1.2.1.1 |
ispUpLinkIndexThe ISP index. INTEGER .1.3.6.1.4.1.738.1.6.1.2.1.1.1 |
ispUpLinkIfIndexThe ifIndex (from RFC1213) that this ISP belongs to.rw INTEGER .1.3.6.1.4.1.738.1.6.1.2.1.1.2 |
ispUpLinkTypeThe ispUpLinkType object shows if the ISP is connective or normal.rw ISPType .1.3.6.1.4.1.738.1.6.1.2.1.1.3 |
ispUpLinkAccessGroupA valid index (accessListControlListGroup) from accessListControlTable.
For the ISP up-link the index groups are 100..199.rw INTEGER .1.3.6.1.4.1.738.1.6.1.2.1.1.4 |
ispUpLinkVLANidThe VID for this link. 0 means no VID.rw INTEGER .1.3.6.1.4.1.738.1.6.1.2.1.1.5 |
ispUpLinkVLANtagType of the VLAN - tagged or untagged.rw VlanTag .1.3.6.1.4.1.738.1.6.1.2.1.1.6 |
ispUpLinkRowStatusThis indicates the row status and enables creation & deletion of rows in
this and related tables. See SNMPv2-TC for more information.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.738.1.6.1.2.1.1.7 |
ispUserInterfaceTableThis table controls the assignment of ISP users to an interface.
This table is supported only by B-Series. SEQUENCE OF IspUserInterfaceEntry .1.3.6.1.4.1.738.1.6.1.2.2 |
ispUserInterfaceEntryAn entry in the ispUserInterfaceTable table. IspUserInterfaceEntry .1.3.6.1.4.1.738.1.6.1.2.2.1 |
ispUserInterfaceAssigenIndicates if an ISP user is assigned to this interface.rw AssigenValue .1.3.6.1.4.1.738.1.6.1.2.2.1.1 |
ispUserInterfaceIspUplinkIndexA valid index from ispUpLinkTable.rw INTEGER .1.3.6.1.4.1.738.1.6.1.2.2.1.2 |
ispUserInterfaceRateLimitThe maximum rate.rw Rate .1.3.6.1.4.1.738.1.6.1.2.2.1.3 |
ispUserInterfaceConformActionThe action to perform when the condition is true.rw ConformAction .1.3.6.1.4.1.738.1.6.1.2.2.1.4 |
ispUserInterfaceExceedActionThe action to perform when the condition is true.rw ExceedAction .1.3.6.1.4.1.738.1.6.1.2.2.1.5 |
ispUserInterfaceShaperThis object controls the status of the shaper.rw Shaper .1.3.6.1.4.1.738.1.6.1.2.2.1.6 |
prvtSwitchAccessListConformance OBJECT IDENTIFIER .1.3.6.1.4.1.738.1.6.1.3 |
prvtSwitchAccessListMibGroups OBJECT IDENTIFIER .1.3.6.1.4.1.738.1.6.1.3.1 |