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.
Imported Objects
| FOUNDRY-SN-ROOT-MIB | fdryAcl |
| IPV6-TC | Ipv6Address |
| SNMPv2-SMI | MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | DisplayString RowStatus TEXTUAL-CONVENTION TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.1991.1.2.16.1 | IdentityfdryAclMIB | The 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.1 | NodefdryIpv6Acl | |||
| 1.3.6.1.4.1.1991.1.2.16.1.1.1 | TablefdryIpv6AclTable | not-accessible | current | Table of Ipv6 Access Control List |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1 | RowfdryIpv6AclEntry | not-accessible | current | An entry in the Ipv6 Access Control List table. |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1.1 | ColumnfdryIpv6AclIndex | not-accessible | current | The 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.2 | ColumnfdryIpv6AclName | read-create | current | Access Control List name for an entry. |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1.3 | ColumnfdryIpv6AclAction | read-create | current | Action 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.4 | ColumnfdryIpv6AclProtocol | read-create | current | Transport protocols. 0 means any protocol. |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1.5 | ColumnfdryIpv6AclSourceIp | read-create | current | Source Ipv6 address. |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1.6 | ColumnfdryIpv6AclSourcePrefixLen | read-create | current | Source IPv6 address prefix length. |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1.7 | ColumnfdryIpv6AclSourceOperator | read-create | current | Type 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.8 | ColumnfdryIpv6AclSourceOperand1 | read-create | current | For now this only refers to transport protocol port number. |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1.9 | ColumnfdryIpv6AclSourceOperand2 | read-create | current | For now this only refers to transport protocol port number. |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1.10 | ColumnfdryIpv6AclDestinationIp | read-create | current | Destination Ipv6 address. |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1.11 | ColumnfdryIpv6AclDestinationPrefixLen | read-create | current | Destination IPv6 address prefix length. |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1.12 | ColumnfdryIpv6AclDestinationOperator | read-create | current | Type 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.13 | ColumnfdryIpv6AclDestinationOperand1 | read-create | current | For now this only refers to transport protocol port number. |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1.14 | ColumnfdryIpv6AclDestinationOperand2 | read-create | current | For now this only refers to transport protocol port number. |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1.15 | ColumnfdryIpv6AclEstablished | read-create | current | Enable/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.16 | ColumnfdryIpv6AclLogOption | read-create | current | Log flag, should be set to one to enable logging |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1.17 | ColumnfdryIpv6AclComments | read-create | current | Remark description of individual Access Control List entry. |
| 1.3.6.1.4.1.1991.1.2.16.1.1.1.1.18 | ColumnfdryIpv6AclRowStatus | read-create | current | To create or delete a access list entry. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| Action | INTEGER { deny(0), permit (1) } | current | Represents a action value such as deny or permit. |
| IpProtocol | Unsigned32 (0..255) | current | Represents a transport protocol value. |
| Operator | INTEGER { eq(0), neq (1), lt (2), gt (3), range (4), undefined (7) } | current | Represents a operators value, such as equal, not-equal, lesser than, greater than, range and undefined. |
| RtrStatus | INTEGER { disabled(0), enabled (1) } | current | Represents a status value such as disabled or enabled. |