CISCO-ATM-ACCESS-LIST-MIB
- Registered at
- 1.3.6.1.4.1.9.9.67
- Last updated
- 1996-11-10 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 1996-11-18 00:00
- Namespace
- cisco
- Source file
CISCO-ATM-ACCESS-LIST-MIB- Digest
sha256:729b680b3f042f614ac30614e8d2b015cb1f754a235fce648cb927494851bd79
Description
A cisco ATM access list mib module.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-atm@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| IF-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-ATM-ACCESS-LIST-MIB CISCO-SMI IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CiscoAtmAddressTemplate TEXTUAL-CONVENTION A NSAP address or address template string. If it only contains hexadecimal digits, 20-octet long, it represents a single NSAP address. For example, 47.0091.8100.0000.0060.3e5b.7201.4000.0c is an NSAP address with no wild cards. If it contains one or more wild-card characters, it then represents multiple NSAP addresses as follows. An ellipsis ... matches any number of leading or trailing hexadecimal digits. For example, 12.8344... will match any address that starts with 12.8344 and ...0201.01 will match any address that ends with 0201.01. An asterisk * can be used to match any single 4-bit nibble in an address string. For example, in 47.8*9*1200000000603E5B7201.00603E5B7201.00 the 2nd nibble of the 2nd most significant byte and 2nd nibble of 3rd most significant byte will match any 4bit nibble value. An asterisk (*) enclosed by a pair of parentheses, can also be used to match any binary bit (0 or 1) in a 4-bit nibble. For example, in ...92(1*0*)8.01 the asterisk within parentheses will match either binary values 0 and 1. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoAtmAccessListMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.67.1 | |||
| ciscoAtmAddressTemplate OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.67.1.1 | |||
| ciscoAtmAddressTemplateTable OBJECT-TYPE The ATM address template alias Table. Entries in this table can be created and deleted by setting the atmAddressTemplateRowStatus object to appropriate values. Existing rows can be modified when the row is active. Entries in this table can be created/modified/ deleted through the commands provided by CLI also. | 1.3.6.1.4.1.9.9.67.1.1.1 | not-accessible | current | |
| ciscoAtmAddressTemplateEntry OBJECT-TYPE An entry in the address template table. | 1.3.6.1.4.1.9.9.67.1.1.1.1 | not-accessible | current | |
| atmAddressAliasName OBJECT-TYPE The alias name for an ATM address template. | 1.3.6.1.4.1.9.9.67.1.1.1.1.1 | DisplayString (SIZE(1..30)) | not-accessible | current |
| atmAddressTemplate OBJECT-TYPE The Address Template to be aliased. | 1.3.6.1.4.1.9.9.67.1.1.1.1.2 | CiscoAtmAddressTemplate | read-create | current |
| atmAddressTemplateRowStatus OBJECT-TYPE To create, delete, read and write a row. Entries in this table can be modified on the fly. For example, value of atmAddressTemplateObject can be changed even when the corresponding atmAddressTemplateRowStatus object indicates that the row is active. | 1.3.6.1.4.1.9.9.67.1.1.1.1.3 | RowStatus | read-create | current |
| ciscoAtmAddressFilter OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.67.1.2 | |||
| ciscoAtmAddressFilterSetTable OBJECT-TYPE The ATM address filter set Table. Entries in this table can be created/deleted by setting the atmAddressFilterSetRowStatus object to appropriate values. Existing entries in this table can be modified on the fly. Entries in this table can be created/modified/deleted through the commands provided by the CLI also. | 1.3.6.1.4.1.9.9.67.1.2.1 | not-accessible | current | |
| ciscoAtmAddressFilterSetEntry OBJECT-TYPE An entry in the address filter set table. | 1.3.6.1.4.1.9.9.67.1.2.1.1 | not-accessible | current | |
| atmAddressFilterSetName OBJECT-TYPE The name for an ATM address filter set. | 1.3.6.1.4.1.9.9.67.1.2.1.1.1 | DisplayString (SIZE(1..30)) | not-accessible | current |
| atmAddressFilterSetIndex OBJECT-TYPE The Index for a Filter in an ATM address filter set. The filters are matched in the ascending order of atmAddressFilterSetIndex. A filter with a lower atmAddressFilterSetIndex value is matched prior to a filter with a higher atmAddressFilterSetIndex value. The only exception to this rule are those address filters that specify all 20-bytes without using wildcards. These filters are matched before any other wildcard filter in a filter-set irrespective of the atmAddressFilterSetIndex value. | 1.3.6.1.4.1.9.9.67.1.2.1.1.2 | INTEGER (1..65535) | not-accessible | current |
| atmAddressFilterSetType OBJECT-TYPE Indicates the type of a filter whether atm Address filter or a Time-of-day filter. If the value of this object is addressFilter(1) then the objects atmAddressFilterSetStartHour, atmAddressFilterSetStartMinute, atmAddressFilterSetEndHour and atmAddressFilterSetEndMinute shall contain only the default values and cannot be set to any other value. If the value of this object is timeOfDayFilter(2) then the object atmAddressFilterSetTemplate shall contain only the default value and cannot be set to any other value. If the value of this object is modified to timeOfDayFilter(2), for an existing addressFilter row, the corresponding atmAddressFilterSetTemplate object will be set to its default value automatically. If the value of this object is modified to addressFilter(1) for an existing timeOfDayFilter row, the corresponding objects atmAddressFilterSetStartHour, atmAddressFilterSetStartMinute, atmAddressFilterSetEndHour and atmAddressFilterSetEndMinute will be set to their default values automatically. | 1.3.6.1.4.1.9.9.67.1.2.1.1.3 | INTEGER {addressFilter(1), timeOfDayFilter(2)} | read-create | current |
| atmAddressFilterSetTemplate OBJECT-TYPE This is either an existing atmAddressAliasName, or an ATM address template, as described in the CiscoAtmAddressTemplate. If the value of this object matches an atmAddressAliasName in the ciscoAtmAddressTemplateTable, then the value of the corresponding atmAddressTemplate object will be used. And subsequent attempts to read this object will return the address-template instead of the alias name. Only if a such a match is not found in ciscoAtmAddressTemplateTable, an attempt can be made to interpret this object as a CiscoAtmAddressTemplate. The value of this object shall be '...' and cannot be set to any other value if a filter is of the type timeOfDayFilter | 1.3.6.1.4.1.9.9.67.1.2.1.1.4 | DisplayString (SIZE(1..70)) | read-create | current |
| atmAddressFilterSetStartHour OBJECT-TYPE Indicates the Hours portion of the Start time of a Time-of-day filter. If the value of atmAddressFilterSetType object is addressFilter, then this object cannot be set and shall only contain the default value | 1.3.6.1.4.1.9.9.67.1.2.1.1.5 | INTEGER (0..23) | read-create | current |
| atmAddressFilterSetStartMinute OBJECT-TYPE Indicates the Minutes portion of the Start time of a Time-of-day filter. If the value of atmAddressFilterSetType object is addressFilter, then this object cannot be set and shall only contain the default value | 1.3.6.1.4.1.9.9.67.1.2.1.1.6 | INTEGER (0..59) | read-create | current |
| atmAddressFilterSetEndHour OBJECT-TYPE Indicates the Hours portion of the End time of a Time-of-day filter. If the value of atmAddressFilterSetType object is addressFilter, then this object cannot be set and shall only contain the default value | 1.3.6.1.4.1.9.9.67.1.2.1.1.7 | INTEGER (0..23) | read-create | current |
| atmAddressFilterSetEndMinute OBJECT-TYPE Indicates the Minutes portion of the End time of a Time-of-day filter. If the value of atmAddressFilterSetType object is addressFilter, then this object cannot be set and shall only contain the default value | 1.3.6.1.4.1.9.9.67.1.2.1.1.8 | INTEGER (0..59) | read-create | current |
| atmAddressFilterSetPermission OBJECT-TYPE Indicates the action of a filter set (either permit or deny), when a specific ATM address matches with the atmAddressFilterSetTemplate defined in this address filter set in case of an addressFilter or when the current time falls in the interval specified by the atmAddressFilterSetStartHour, atmAddressFiltersetStartMinute, atmAddressFilterSetEndHour and atmAddressFiltersetEndMinute objects in case of a timeOfDayFilter. | 1.3.6.1.4.1.9.9.67.1.2.1.1.9 | INTEGER {permit(1), deny(2)} | read-create | current |
| atmAddressFilterSetRowStatus OBJECT-TYPE To create, delete, read and write a row. Entries in this table can be modified on the fly. For exmaple, atmAddressFilterSetTemplate object of an existing addressFilter can be modified even if the value of the corresponding atmAddressFilterSetRowStatus object indicates that the row is active. | 1.3.6.1.4.1.9.9.67.1.2.1.1.10 | RowStatus | read-create | current |
| ciscoAtmAddressFilterExpressionTable OBJECT-TYPE The ATM address filter expression table. Entries in this table can be created/deleted by setting the atmAddressFilterExpressionRowStatus object to appropriate values. Existing entries in this table cannot be modified on the fly. Before an existing active entry can be modified, it has to be brought to notInService by setting the corresponding atmAddressFilterExpressionRowStatus object to notInService. Entries in this table can also be created/modified/deleted through the commands provided by the CLI. | 1.3.6.1.4.1.9.9.67.1.2.2 | not-accessible | current | |
| ciscoAtmAddressFilterExpressionEntry OBJECT-TYPE An entry in the address filter expression table. | 1.3.6.1.4.1.9.9.67.1.2.2.1 | not-accessible | current | |
| atmAddressFilterExpressionName OBJECT-TYPE The name for an ATM address filter expression. | 1.3.6.1.4.1.9.9.67.1.2.2.1.1 | DisplayString (SIZE(1..30)) | not-accessible | current |
| atmAddressFilterExpressionQualifier1 OBJECT-TYPE This object indicates the ATM filter set specified by the atmAddressFilterExpressionTerm1 should be applied to either the source (calling party) or destination (called party) ATM address. atmAddressFilterExpressionQualifier1 shall be none(3) if atmAddressFilterExpressionTerm1 is a Filter Expression or a timeOfDayFilter. The value of this object can be modified for an existing row only after placing that row notInService by setting the corresponding atmAddressFilterExpressionRowStatus object to notInService(2). | 1.3.6.1.4.1.9.9.67.1.2.2.1.2 | INTEGER {source(1), destination(2), none(3)} | read-create | current |
| atmAddressFilterExpressionTerm1 OBJECT-TYPE This object is the name of the first ATM address filter set or ATM address filter expression used in the logical expression. The value of this object can only be either an already existing atmAddressFilterSetName whose row is already active in the ciscoAtmAddressFilterSetTable or an atmAddressFilterExpressionName whose row is already active in the ciscoAtmAddressFilterExpressionTable. When the reference that this object is pointing to gets deleted out from under it, this object may have a value that does not exist in both ciscoAtmAddressFilterSetTable and ciscoAtmAddressFilterExpressionTable and the expression will be evaluated as if the deleted filter resulted in a match with a permission of 'permit'. The value of this object can be modified for an existing row only after placing that row notInService by setting the corresponding atmAddressFilterExpressionRowStatus object to notInService. | 1.3.6.1.4.1.9.9.67.1.2.2.1.3 | DisplayString (SIZE(1..30)) | read-create | current |
| atmAddressFilterExpressionQualifier2 OBJECT-TYPE Indicates the ATM filter set or filter expression specified by the atmAddressFilterExpressionTerm2 should be applied to either the source (calling party) or destination (called party) ATM address. It is not used if the logical operator is NOT. atmAddressFilterExpressionQualifier2 shall be none(3) if atmAddressFilterExpressionTerm2 is a Filter Expression or timeOfDayFilter. The value of this object can be modified for an existing row only after placing the row notInService by setting the corresponding atmAddressFilterExpressionRowStatus object to notInService(2). | 1.3.6.1.4.1.9.9.67.1.2.2.1.4 | INTEGER {source(1), destination(2), none(3)} | read-create | current |
| atmAddressFilterExpressionTerm2 OBJECT-TYPE The name of the second ATM address filter set or ATM address filter expression used in the logical expression. The value of this object can only be either an existing atmAddressFilterSetName whose row is already active in the ciscoAtmAddressFilterSetTable or an existing atmAddressFilterExpressionName whose row is already active in the ciscoAtmAddressFilterExpressionTable. The value of this object shall be null if the value of corresponding atmAddressFilterExpressionOperator object is not(4) or none(5). When the reference that this object is pointing to gets deleted out from under it, this object may have a value that does not exist in both ciscoAtmAddressFilterExpressionTable and ciscoAtmAddressFilterSetTable and the expression will be evaluated as if the deleted filter resulted in a match with a permission of 'permit'. The value of this object can be modified for an existing row only after placing that row notInService by setting the respective atmAddressFilterExpressionRowStatus object to the value notInService. | 1.3.6.1.4.1.9.9.67.1.2.2.1.5 | DisplayString (SIZE(0..30)) | read-create | current |
| atmAddressFilterExpressionOperator OBJECT-TYPE The logical operator to be applied to the associated ATM address filter logical expression. The value of this object can be modified for an existing row only after placing that row notInService by setting the corresponding atmAddressFilterExpressionRowStatus object to the value notInService. | 1.3.6.1.4.1.9.9.67.1.2.2.1.6 | INTEGER {and(1), or(2), xor(3), not(4), none(5)} | read-create | current |
| atmAddressFilterExpressionRowStatus OBJECT-TYPE To create, delete, read and write a row. Existing entries in this table that are active cannot be modified on the fly. Before an existing entry in this table that is active can be modified, the corresponding atmAddressFilterExpressionRowStatus object has to be set to notInService. | 1.3.6.1.4.1.9.9.67.1.2.2.1.7 | RowStatus | read-create | current |
| ciscoAtmAccessGroup OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.67.1.3 | |||
| ciscoAtmAccessGroupTable OBJECT-TYPE The ATM access group Table. This table shall only include interfaces whose ifType is atm(37) or logicalAtm(80). Entries in this table can be modified through the commands provided by the CLI also. | 1.3.6.1.4.1.9.9.67.1.3.1 | not-accessible | current | |
| ciscoAtmAccessGroupEntry OBJECT-TYPE An entry in the ATM access group table. This table shall only include interfaces whose ifType is atm(37) or logicalAtm(80) | 1.3.6.1.4.1.9.9.67.1.3.1.1 | not-accessible | current | |
| atmInboundAccessGroupName OBJECT-TYPE The name of an ATM address filter set or expression used for access control for inbound call on the associated interface. | 1.3.6.1.4.1.9.9.67.1.3.1.1.1 | DisplayString (SIZE(0..30)) | read-write | current |
| atmOutboundAccessGroupName OBJECT-TYPE The name of an ATM address filter set or expression used for access control for outbound call on the associated interface. | 1.3.6.1.4.1.9.9.67.1.3.1.1.2 | DisplayString (SIZE(0..30)) | read-write | current |
| ciscoAtmAccessListMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.67.3 | |||
| ciscoAtmAccessListMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.67.3.1 | |||
| ciscoAtmAccessListMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.67.3.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoAtmAccessListMIBCompliance MODULE-COMPLIANCE The compliance statement for the Cisco ATM access list group. | 1.3.6.1.4.1.9.9.67.3.1.1 | current |
| ciscoAtmAccessListMIBGroup OBJECT-GROUP | 1.3.6.1.4.1.9.9.67.3.2.1 | current |