RUCKUS-ACL-MIB Table View

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

Tables
7
Rows
7
Columns
95
.1.3.6.1.4.1.1991.1.1.3.45.1.1.1 · 1 row entry · 5 columns
Uses the brocade variant from /opt/observium/mibs/brocade.
Command help
Walk ruckusAclTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RUCKUS-ACL-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-ACL-MIB::ruckusAclTable'
Table of Ruckus Ipv4/Ipv6/MAC Access Control Lists (ACLs)
ruckusAclEntry row .1.3.6.1.4.1.1991.1.1.3.45.1.1.1.1
An entry in the Ruckus Ipv4/Ipv6/MAC Access Control List table.
Column Syntax OID
Type of the ACL, this entry specifies.
AclType
Type Values:
1mac
2ipv4
3ipv6
.1.3.6.1.4.1.1991.1.1.3.45.1.1.1.1.1
Unique Access Control List name for an entry.
AclName
Type Constraints:
range: 1..255
.1.3.6.1.4.1.1991.1.1.3.45.1.1.1.1.2
Specifies if accounting is enabled for the filters in this ACL.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.1.1.1.3
Specifies the type IPv4 ACL - standard or extended, if ACL is of IPv4 ACL.
SNMPv2-TCTruthValue
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.1.1.1.4
The row status variable, used according to installation and
removal conventions for conceptual rows. Setting this object
to createAndGo(4) results in the creation of IPv4/IPv6/MAC ACL.
Setting this object to destroy(6) …
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.1991.1.1.3.45.1.1.1.1.5
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1 · 1 row entry · 30 columns
Uses the brocade variant from /opt/observium/mibs/brocade.
Command help
Walk ruckusIpv4AclFilterTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RUCKUS-ACL-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-ACL-MIB::ruckusIpv4AclFilterTable'
Table of Ruckus Ipv4 Access Control List filters
ruckusIpv4AclFilterEntry row .1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1
An entry in the Ruckus Ipv4 Access Control List Filter table.
Column Syntax OID
Specifies the sequence number for this ACL filter.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.1
Action to take if the IP packet matches with this ACL filter.
AclActionr/w
Type Values:
1deny
2permit
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.2
Standard transport protocols allowed. The extended option
enables to define other protocol using the OID
ruckusIpv4AclFilterExtProtocol which takes any value.
Enumerationr/w
Enumerated Values:
0ip
1icmp
2igmp
6tcp
17udp
41ip6
46rsvp
47gre
50esp
89ospf
103pim
255extended
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.3
Any transport protocol other than standard protocols mentioned
with ruckusIpv4AclFilterStdProtocol OID. 0 means any protocol.
Integer32r/w
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.4
Source Ipv4 address to match in packets.
INET-ADDRESS-MIBInetAddressIPv4r/w
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.5
Source Ipv4 address mask used in combination with source
IPv4 address to derive effective address for matching.
INET-ADDRESS-MIBInetAddressIPv4r/w
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.6
Type of comparison to perform. For now, this only
applies to TCP/UDP for comparing the port number.
AclOperatorr/w
Type Values:
1eq
2neq
3lt
4gt
5range
6none
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.7
Specifies the TCP/UDP port number to match in packets.
If the operator is 'range', it specfies the start of range.
Unsigned32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.8
Used only if the operator is defined as 'range', where it
specifies the end of range
Unsigned32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.9
Destination Ipv4 address to match in packets.
INET-ADDRESS-MIBInetAddressIPv4r/w
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.10
Destination Ipv4 address mask used in combination with source
IPv4 address to derive effective address for matching.
INET-ADDRESS-MIBInetAddressIPv4r/w
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.11
Type of comparison to perform. For now, this only
applies to TCP/UDP for comparing the port number.
AclOperatorr/w
Type Values:
1eq
2neq
3lt
4gt
5range
6none
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.12
Specifies the TCP/UDP port number to match in packets.
If the operator is 'range', it specfies the start of range.
Unsigned32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.13
Used only if the operator is defined as 'range', where it
specifies the end of range
Unsigned32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.14
Enable/Disable the filtering of established TCP
packets of which the ACK or RESET flag is on. This
filter only applies to TCP transport protocol.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.15
Specifies the IP precedence value to match in packets.
IpPrecedencer/w
Type Values:
1routine
2priority
3immediate
4flash
5flashOverride
6critical
7internet
8network
9other
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.16
This refers to the IP TOS value in range <0-15>, which is
the sum of numeric vlaues of the following options
0x0 - normal TOS
0x1 - minimum monetary cost TOS
0x2 - maximum reliability TOS
0x4 - maximum throughput TOS
0x…
IpTosr/w
Type Values:
1normal
2lowCost
3maxReliability
4maxThroughput
5minDelay
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.17
Specifies the ICMP type for matching if the Protocol is ICMP.
0 means ignore the field.
Enumerationr/w
Enumerated Values:
0echoReply
3destUnreachable
4srcQuench
5redirect
8echoReq
9routerAdv
10routerSolicit
11timeExceed
12paramProblem
13timestampReq
14timestampReply
15infoReq
16infoReply
17addrMaskReq
18addrMaskReply
255extended
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.18
ICMP Message Code value. Used in combination with ICMP Message
Type to setup an ICMP filter. This object is not used with any
other protocol. 0 means ignored. The supported values are

Type: Echo reply
1 …
Integer32r/w
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.19
Any type that can't be specified using the standard types
can be specified using this object.
Integer32r/w
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.20
Specifies the DSCP value to use in matching or marking.
AclPolicyNamer/w
Type Constraints:
range: 1..32
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.21
Specifies the DSCP value for matching with this filter.
Integer32r/w
Constraints:
range: 0-63
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.22
Specifies the DSCP value to be used for marking in outgoing
packets matching this filter.
Integer32r/w
Constraints:
range: 0-63
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.23
Specifies the 802.1P priority for matching with this filter.
Integer32r/w
Constraints:
range: 0-7
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.24
Specifies the 802.1P priority to be used for marking in outgoing
packets matching this filter.
Integer32r/w
Constraints:
range: 0-7
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.25
QoS priority option for this filter.
Integer32r/w
Constraints:
range: 0-7
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.26
Mirror packets matching ACL permit clause.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.27
Specifies if logging is enabled for the filter.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.28
Remark description of individual Access Control List entry.
OctetString
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.29
The row status variable, used according to installation and
removal conventions for conceptual rows. Setting this object
to createAndGo(4) results in the creation of IPv4 ACL filter.
Setting this object to destroy(6) re…
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.1991.1.1.3.45.1.2.1.1.1.30
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1 · 1 row entry · 30 columns
Uses the brocade variant from /opt/observium/mibs/brocade.
Command help
Walk ruckusIpv6AclFilterTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RUCKUS-ACL-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-ACL-MIB::ruckusIpv6AclFilterTable'
Table of Ruckus Ipv6 Access Control List Filters
ruckusIpv6AclFilterEntry row .1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1
An entry in the Ruckus Ipv6 Access Control List Filter table.
Column Syntax OID
Specifies the sequence number for this ACL filter.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.1
Action to take if the IPv6 packet matches with this
access control list filter.
AclActionr/w
Type Values:
1deny
2permit
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.2
Standard transport protocols allowed. The extended option
enables to define other protocol using the OID
ruckusIpv6AclFilterExtProtocol which takes any value.
Enumerationr/w
Enumerated Values:
6tcp
17udp
41ip6
50esp
51ahp
58icmp
132sctp
255extended
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.3
Any transport protocol other than standard protocols mentioned
with ruckusIpv6AclFilterStdProtocol OID. 0 means any protocol.
Integer32r/w
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.4
Source Ipv6 address to match in packets.
INET-ADDRESS-MIBInetAddressIPv6r/w
Type Constraints:
range: 16
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.5
Source Ipv6 address prefix length.
Unsigned32r/w
Constraints:
range: 0-64
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.6
Type of comparison to perform. For now, this only
applies to TCP/UDP for comparing the port number.
AclOperatorr/w
Type Values:
1eq
2neq
3lt
4gt
5range
6none
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.7
Specifies the TCP/UDP port number to match in packets.
If the operator is 'range', it specfies the start of range.
Unsigned32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.8
Used only if the operator is defined as 'range', where it
specifies the end of range
Unsigned32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.9
Destination Ipv6 address to match in packets.
INET-ADDRESS-MIBInetAddressIPv6r/w
Type Constraints:
range: 16
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.10
Destination Ipv6 address prefix length.
Unsigned32r/w
Constraints:
range: 0-64
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.11
Type of comparison to perform. For now, this only
applies to TCP/UDP for comparing the port number.
AclOperatorr/w
Type Values:
1eq
2neq
3lt
4gt
5range
6none
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.12
Specifies the TCP/UDP port number to match in packets.
If the operator is 'range', it specfies the start of range.
Unsigned32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.13
Used only if the operator is defined as 'range', where it
specifies the end of range
Unsigned32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.14
Enable/Disable the filtering of established TCP packets
of which the ACK or RESET flag is on. This filter only
applies to TCP transport protocol.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.15
Specifies the ICMP6 type for matching if the Protocol is ICMP6.
0 means ignore the field.
Enumerationr/w
Enumerated Values:
1destUnreachable
2largePackets
3timeExceed
4paramProblem
128echoReq
129echoReply
130mldQueries
131mldReport
132mldReduction
133routerSolicit
134routerAdv
135neighborSolicit
136neighborAdv
138routerRenumbering
255extended
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.16
ICMP Message Code value. Used in combination with ICMP Message
Type to setup an ICMP filter. This object is not used with any
other protocol. 0 means ignored. The supported values are

Type: Echo reply
1 …
Integer32r/w
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.17
Any type that can't be specified using the standard types
can be specified using this object.
Integer32r/w
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.18
Specifies the DSCP value to use in matching or marking.
AclPolicyNamer/w
Type Constraints:
range: 1..32
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.19
Specifies the DSCP value for matching with this filter.
Integer32r/w
Constraints:
range: 0-63
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.20
Specifies the DSCP value to be used for marking in outgoing
packets matching this filter.
Integer32r/w
Constraints:
range: 0-63
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.21
Specifies the 802.1P priority for matching with this filter.
Integer32r/w
Constraints:
range: 0-7
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.22
Specifies the 802.1P priority to be used for marking in outgoing
packets matching this filter.
Integer32r/w
Constraints:
range: 0-7
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.23
QoS priority option for this filter.
Integer32r/w
Constraints:
range: 0-7
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.24
Match IPv6 fragments with non-zero fragment offset in V6 packets
matching this ACL permit clause.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.25
Match only rource routed packets matching this ACL permit clause.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.26
Mirror packets matching ACL permit clause.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.27
Specifies if logging is enabled for the filter.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.28
Remark description of individual Access Control List entry.
OctetString
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.29
The row status variable, used according to installation and
removal conventions for conceptual rows. Setting this object
to createAndGo(4) results in the creation of IPv6 ACL filter.
Setting this object to destroy(6) re…
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.1991.1.1.3.45.1.2.2.1.1.30
.1.3.6.1.4.1.1991.1.1.3.45.1.2.3.1 · 1 row entry · 11 columns
Uses the brocade variant from /opt/observium/mibs/brocade.
Command help
Walk ruckusMacAclFilterTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RUCKUS-ACL-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-ACL-MIB::ruckusMacAclFilterTable'
Table of Ruckus Mac Access Control List Filters. MAC ACLs filter 
traffic based on any of the following fields:
- Source MAC address and source MAC mask
- Destination MAC address and destination MAC mask
- VLAN ID
- Ethernet type
ruckusMacAclFilterEntry row .1.3.6.1.4.1.1991.1.1.3.45.1.2.3.1.1
An entry in the Ruckus MAC Access Control List Filter table.
Column Syntax OID
Specifies the sequence number for this ACL filter.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.1.3.45.1.2.3.1.1.1
Action to take if the L2 packet matches with this filter.
AclActionr/w
Type Values:
1deny
2permit
.1.3.6.1.4.1.1991.1.1.3.45.1.2.3.1.1.2
Source MAC address to match in the incoming L2 packet.
SNMPv2-TCMacAddressr/w
Type Constraints:
range: 6
Description:
Represents an 802 MAC address represented in the
`canonical' order defined by IEEE 802.1a, i.e., as if it
were transmitted least significant bit first, even though
802.5 (in contrast to other 802.x protocols) requires M…
.1.3.6.1.4.1.1991.1.1.3.45.1.2.3.1.1.3
Source MAC address mask to apply with source address to
derive the MAC address for filter action. For example,
to match on the first two bytes of MAC aabb.ccdd.eeff,
the mask should be ffff.0000.0000. In this case, th…
SNMPv2-TCMacAddressr/w
Type Constraints:
range: 6
Description:
Represents an 802 MAC address represented in the
`canonical' order defined by IEEE 802.1a, i.e., as if it
were transmitted least significant bit first, even though
802.5 (in contrast to other 802.x protocols) requires M…
.1.3.6.1.4.1.1991.1.1.3.45.1.2.3.1.1.4
Destination MAC address to match in the incoming L2 packet.
SNMPv2-TCMacAddressr/w
Type Constraints:
range: 6
Description:
Represents an 802 MAC address represented in the
`canonical' order defined by IEEE 802.1a, i.e., as if it
were transmitted least significant bit first, even though
802.5 (in contrast to other 802.x protocols) requires M…
.1.3.6.1.4.1.1991.1.1.3.45.1.2.3.1.1.5
Destination MAC address mask to apply with destination address
to derive the MAC address for filter action. For example, to
match on the first two bytes of MAC aabb.ccdd.eeff, the mask
should be ffff.0000.0000. In this …
SNMPv2-TCMacAddressr/w
Type Constraints:
range: 6
Description:
Represents an 802 MAC address represented in the
`canonical' order defined by IEEE 802.1a, i.e., as if it
were transmitted least significant bit first, even though
802.5 (in contrast to other 802.x protocols) requires M…
.1.3.6.1.4.1.1991.1.1.3.45.1.2.3.1.1.6
Ethernet Type to match in the incoming packet, if specified.
The extended option enables to define other types sing the
OID ruckusMacAclFilterExtEtherType which takes any value.
Enumerationr/w
Enumerated Values:
1arp
2ipv4
3ipv6
4extended
.1.3.6.1.4.1.1991.1.1.3.45.1.2.3.1.1.7
Any EtherType other than standard protocols mentioned
with ruckusMacAclFilterEtherType OID. 0 means any protocol.
EtherTyper/w .1.3.6.1.4.1.1991.1.1.3.45.1.2.3.1.1.8
Mirror packets matching ACL permit clause.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.2.3.1.1.9
Specifies if logging is enabled for this filter.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.2.3.1.1.10
The row status variable, used according to installation and
removal conventions for conceptual rows. Setting this object
to createAndGo(4) results in the creation of MAC ACL filter.
Setting this object to destroy(6) rem…
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.1991.1.1.3.45.1.2.3.1.1.11
.1.3.6.1.4.1.1991.1.1.3.45.1.3.1 · 1 row entry · 6 columns
Uses the brocade variant from /opt/observium/mibs/brocade.
Command help
Walk ruckusAclIfBindTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RUCKUS-ACL-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-ACL-MIB::ruckusAclIfBindTable'
Table of IPv4/IPv6/MAC ACL bindings to a port.
ruckusAclIfBindEntry row .1.3.6.1.4.1.1991.1.1.3.45.1.3.1.1
An entry in the IPv4/IPv6/MAC ACL bindings for a gievn port.
Column Syntax OID
The port on where this ACL binding is applied on.
IF-MIBInterfaceIndex
Type Constraints:
range: 1..2147483647
Description:
A unique value, greater than zero, for each interface or
interface sub-layer in the managed system. It is
recommended that values are assigned contiguously starting
from 1. The value for each interface sub-layer must …
.1.3.6.1.4.1.1991.1.1.3.45.1.3.1.1.1
Type of the ACL, this binding describes on the port.
AclType
Type Values:
1mac
2ipv4
3ipv6
.1.3.6.1.4.1.1991.1.1.3.45.1.3.1.1.2
Direction in which this ACL is applied on the port.
AclDirection
Type Values:
1ingress
2egress
.1.3.6.1.4.1.1991.1.1.3.45.1.3.1.1.3
Defined ACL name to bind on port in the given direction.
AclNamer/w
Type Constraints:
range: 1..255
.1.3.6.1.4.1.1991.1.1.3.45.1.3.1.1.4
Enable or disable logging on the port for this ACL.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.3.1.1.5
The row status variable, used according to installation and
removal conventions for conceptual rows. Setting this object
to createAndGo(4) results in the binding of IPv4 or IPv6 or
MAC ACL with a given port. Setting thi…
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.1991.1.1.3.45.1.3.1.1.6
.1.3.6.1.4.1.1991.1.1.3.45.1.3.2 · 1 row entry · 6 columns
Uses the brocade variant from /opt/observium/mibs/brocade.
Command help
Walk ruckusAclVlanBindTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RUCKUS-ACL-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-ACL-MIB::ruckusAclVlanBindTable'
Table of IPv4/IPv6/MAC ACL bindings to a VLAN
ruckusAclVlanBindEntry row .1.3.6.1.4.1.1991.1.1.3.45.1.3.2.1
An entry in the IPv4/IPv6/MAC ACL bindings for a gievn VLAN.
Column Syntax OID
The VLAN where this ACL binding is applied.
VlanId
Type Constraints:
range: 1..4094
.1.3.6.1.4.1.1991.1.1.3.45.1.3.2.1.1
Type of the ACL, this binding describes on the VLAN.
AclType
Type Values:
1mac
2ipv4
3ipv6
.1.3.6.1.4.1.1991.1.1.3.45.1.3.2.1.2
Direction in which this ACL is applied on the VLAN.
AclDirection
Type Values:
1ingress
2egress
.1.3.6.1.4.1.1991.1.1.3.45.1.3.2.1.3
Defined ACL name to bind on VLAN in the given direction.
AclNamer/w
Type Constraints:
range: 1..255
.1.3.6.1.4.1.1991.1.1.3.45.1.3.2.1.4
Enable or disable logging on the VLAN for this ACL.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.3.2.1.5
The row status variable, used according to installation and
removal conventions for conceptual rows. Setting this object
to createAndGo(4) results in the binding of IPv4 or IPv6 or
MAC ACL with a given VLAN. Setting thi…
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.1991.1.1.3.45.1.3.2.1.6
.1.3.6.1.4.1.1991.1.1.3.45.1.3.3 · 1 row entry · 7 columns
Uses the brocade variant from /opt/observium/mibs/brocade.
Command help
Walk ruckusAclVPortBindTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RUCKUS-ACL-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-ACL-MIB::ruckusAclVPortBindTable'
Table of IPv4/IPv6/MAC ACL bindings to a port on VLAN
ruckusAclVPortBindEntry row .1.3.6.1.4.1.1991.1.1.3.45.1.3.3.1
An entry in the IPv4/IPv6/MAC ACL bindings for a port in a VLAN.
Column Syntax OID
The VLAN where this ACL binding is applied on.
VlanId
Type Constraints:
range: 1..4094
.1.3.6.1.4.1.1991.1.1.3.45.1.3.3.1.1
The port in the VLAN where this ACL binding is applied on.
IF-MIBInterfaceIndex
Type Constraints:
range: 1..2147483647
Description:
A unique value, greater than zero, for each interface or
interface sub-layer in the managed system. It is
recommended that values are assigned contiguously starting
from 1. The value for each interface sub-layer must …
.1.3.6.1.4.1.1991.1.1.3.45.1.3.3.1.2
Type of the ACL, this binding describes on the port in a VLAN.
AclType
Type Values:
1mac
2ipv4
3ipv6
.1.3.6.1.4.1.1991.1.1.3.45.1.3.3.1.3
Direction in which this ACL is applied on the port in a VLAN.
AclDirection
Type Values:
1ingress
2egress
.1.3.6.1.4.1.1991.1.1.3.45.1.3.3.1.4
Defined ACL name to bind on port in a VLAN in the given direction.
AclNamer/w
Type Constraints:
range: 1..255
.1.3.6.1.4.1.1991.1.1.3.45.1.3.3.1.5
Enable or disable logging on the port in a VLAN for this ACL.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1991.1.1.3.45.1.3.3.1.6
The row status variable, used according to installation and
removal conventions for conceptual rows. Setting this object
to createAndGo(4) results in the binding of IPv4 or IPv6 or
MAC ACL on a port in a given VLAN. Set…
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.1991.1.1.3.45.1.3.3.1.7