LANCOM-ACL-MGMT-MIB
19 objects
The MIB definitions for Management ACL component.
Imported Objects
| LANCOM-REF-MIB | fastPath |
| RFC1213-MIB | DisplayString |
| SNMPv2-SMI | Integer32 IpAddress MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | RowStatus TEXTUAL-CONVENTION TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.2356.16.1.62 | IdentityaclMgmtGroup | The MIB definitions for Management ACL component. | ||
| 1.3.6.1.4.1.2356.16.1.62.1 | ScalaraclMgmtEnable | read-only | current | The variable specifies if Management ACL functionality is enabled. This parameter value is TRUE, which means that management ACL is checked when granting acces… |
| 1.3.6.1.4.1.2356.16.1.62.2 | ScalaraclMgmtActiveListName | read-write | current | Activate a particular management ACL rule-set. If no management ACL rule-set is specified (by setting this parameter to a NULL string) then the system assumes … |
| 1.3.6.1.4.1.2356.16.1.62.3 | TableaclMgmtListTable | not-accessible | current | This table defines all management ACL rule-set as well as the rules within the rule-set. To activate a specific ACL rule-set, please refer to the 'aclMgmtActiv… |
| 1.3.6.1.4.1.2356.16.1.62.3.1 | RowaclMgmtListEntry | not-accessible | current | Each entry in the table is a single rule within a given rule-set. The rules within a rule-set are grouped together via a common name 'aclMgmtListName'. Each ru… |
| 1.3.6.1.4.1.2356.16.1.62.3.1.1 | ColumnaclMgmtListName | read-only | current | The name of a given rule-set. |
| 1.3.6.1.4.1.2356.16.1.62.3.1.2 | ColumnaclMgmtListPriority | read-only | current | The priority value of a given rule within the rule-set. |
| 1.3.6.1.4.1.2356.16.1.62.3.1.3 | ColumnaclMgmtListIfIndex | read-write | current | The IfIndex to which this rule applies. By setting this to a specific ifIndex, the rule will only apply if the management access is coming over the given inter… |
| 1.3.6.1.4.1.2356.16.1.62.3.1.4 | ColumnaclMgmtListIpAddr | read-write | current | The IP address associated with this entry. The IP address may be set to 0, which means that the rule applies to all IP addresses. Otherwise, the rule applies t… |
| 1.3.6.1.4.1.2356.16.1.62.3.1.5 | ColumnaclMgmtListIpNetMask | read-write | current | The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits … |
| 1.3.6.1.4.1.2356.16.1.62.3.1.6 | ColumnaclMgmtListService | read-write | current | The type of services that this rule applies to. By setting this to a specific service type, the rule will only apply if the request is coming to the switch usi… |
| 1.3.6.1.4.1.2356.16.1.62.3.1.7 | ColumnaclMgmtListAction | read-write | current | The action to apply to the given traffic matching the rule. The action may be to permit or deny the requested management access. |
| 1.3.6.1.4.1.2356.16.1.62.3.1.8 | ColumnaclMgmtListRowStatus | read-create | current | The row status variable, used according to row creation and deletion conventions. active(1) - Management ACL instance is active createAndGo(4) - set to this va… |
| 1.3.6.1.4.1.2356.16.1.62.3.1.9 | ColumnaclMgmtListVlanId | read-write | current | The VLAN ID which can be applied to this rule. Valid VLAN ID range is 1-4093. By setting this to a specific VLAN ID, the rule will only applies if the manageme… |
| 1.3.6.1.4.1.2356.16.1.62.3.1.10 | ColumnaclRuleIsConflict | read-only | current | Read-only object, which indicates whether the specified ACL rule conflicts with any other rule. If the rule conflicts then it is recommended to remove it. |
| 1.3.6.1.4.1.2356.16.1.62.4 | NotificationaclMgmtTrapInfo | current | Specifies protocol type that was blocked by Management ACL feature. The aclMgmtTrapInfo should indicate which management interface is violated and the source I… | |
| 1.3.6.1.4.1.2356.16.1.62.5 | ScalaraclMgmtTrapReason | read-only | current | This text string may be used to provide additional information regarding the trap being sent. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| AclMgmtActionType | INTEGER { permit(0), deny(1) } | current | Management ACL Action definition. |
| AclMgmtServiceType | INTEGER { allType(0), telnet(1), http(2), https(3), snmp(4), ssh(5), tftp(6), sntp(7) } | current | Management ACL Service type to be configured. |