MIB Viewer

FDRY-ACL-MIB

26 objects
The Brocade proprietary MIB module for Ipv6 Access Control List. It has new tables for Ipv6 Access Control List. Copyright 1996-2010 Brocade Communications Systems, Inc. All rights reserved. This Brocade Communications Systems SNMP Management Information Base Specification embodies Brocade Communications Systems' confidential and proprietary intellectual property. Brocade Communications Systems retains all title and ownership in the Specification, including any revisions. This Specification is supplied AS IS, and Brocade Communications Systems makes no warranty, either express or implied, as to the use, operation, condition, or performance of the specification, and any unintended consequence it may on the user environment.
OIDNameAccessStatusDescription
1.3.6.1.4.1.1991.1.2.16.1IdentityfdryAclMIBThe Brocade proprietary MIB module for Ipv6 Access Control List. It has new tables for Ipv6 Access Control List. Copyright 1996-2010 Brocade Communications Sys…
1.3.6.1.4.1.1991.1.2.16.1.1NodefdryIpv6Acl
1.3.6.1.4.1.1991.1.2.16.1.1.1TablefdryIpv6AclTablenot-accessiblecurrentTable of Ipv6 Access Control List
1.3.6.1.4.1.1991.1.2.16.1.1.1.1RowfdryIpv6AclEntrynot-accessiblecurrentAn entry in the Ipv6 Access Control List table.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.1ColumnfdryIpv6AclIndexnot-accessiblecurrentThe access control list item number for an entry. This is a unique number that identifies different Access list entries. This one has to be unique even though …
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.2ColumnfdryIpv6AclNameread-createcurrentAccess Control List name for an entry.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.3ColumnfdryIpv6AclActionread-createcurrentAction to take if the ip packet matches with this access control list.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.4ColumnfdryIpv6AclProtocolread-createcurrentTransport protocols. 0 means any protocol.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.5ColumnfdryIpv6AclSourceIpread-createcurrentSource Ipv6 address.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.6ColumnfdryIpv6AclSourcePrefixLenread-createcurrentSource IPv6 address prefix length.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.7ColumnfdryIpv6AclSourceOperatorread-createcurrentType of comparison to perform. for now, this only applys to tcp or udp to compare the port number
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.8ColumnfdryIpv6AclSourceOperand1read-createcurrentFor now this only refers to transport protocol port number.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.9ColumnfdryIpv6AclSourceOperand2read-createcurrentFor now this only refers to transport protocol port number.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.10ColumnfdryIpv6AclDestinationIpread-createcurrentDestination Ipv6 address.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.11ColumnfdryIpv6AclDestinationPrefixLenread-createcurrentDestination IPv6 address prefix length.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.12ColumnfdryIpv6AclDestinationOperatorread-createcurrentType of comparison to perform. for now, this only applys to tcp or udp to compare the port number
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.13ColumnfdryIpv6AclDestinationOperand1read-createcurrentFor now this only refers to transport protocol port number.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.14ColumnfdryIpv6AclDestinationOperand2read-createcurrentFor now this only refers to transport protocol port number.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.15ColumnfdryIpv6AclEstablishedread-createcurrentEnable/Disable the filtering of established TCP packets of which the ACK or RESET flag is on. This additional filter only applies to TCP transport protocol.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.16ColumnfdryIpv6AclLogOptionread-createcurrentLog flag, should be set to one to enable logging
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.17ColumnfdryIpv6AclCommentsread-createcurrentRemark description of individual Access Control List entry.
1.3.6.1.4.1.1991.1.2.16.1.1.1.1.18ColumnfdryIpv6AclRowStatusread-createcurrentTo create or delete a access list entry.
Type Definitions
NameSyntaxStatusDescription
ActionINTEGER { deny(0), permit (1) }currentRepresents a action value such as deny or permit.
IpProtocolUnsigned32 (0..255)currentRepresents a transport protocol value.
OperatorINTEGER { eq(0), neq (1), lt (2), gt (3), range (4), undefined (7) }currentRepresents a operators value, such as equal, not-equal, lesser than, greater than, range and undefined.
RtrStatusINTEGER { disabled(0), enabled (1) }currentRepresents a status value such as disabled or enabled.