MIB Viewer

LANCOM-ACL-MGMT-MIB

19 objects
The MIB definitions for Management ACL component.
Imported Objects
LANCOM-REF-MIBfastPath
RFC1213-MIBDisplayString
SNMPv2-SMIInteger32 IpAddress MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32
SNMPv2-TCRowStatus TEXTUAL-CONVENTION TruthValue
OIDNameAccessStatusDescription
1.3.6.1.4.1.2356.16.1.62IdentityaclMgmtGroupThe MIB definitions for Management ACL component.
1.3.6.1.4.1.2356.16.1.62.1ScalaraclMgmtEnableread-onlycurrentThe 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.2ScalaraclMgmtActiveListNameread-writecurrentActivate 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.3TableaclMgmtListTablenot-accessiblecurrentThis 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.1RowaclMgmtListEntrynot-accessiblecurrentEach 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.1ColumnaclMgmtListNameread-onlycurrentThe name of a given rule-set.
1.3.6.1.4.1.2356.16.1.62.3.1.2ColumnaclMgmtListPriorityread-onlycurrentThe priority value of a given rule within the rule-set.
1.3.6.1.4.1.2356.16.1.62.3.1.3ColumnaclMgmtListIfIndexread-writecurrentThe 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.4ColumnaclMgmtListIpAddrread-writecurrentThe 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.5ColumnaclMgmtListIpNetMaskread-writecurrentThe 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.6ColumnaclMgmtListServiceread-writecurrentThe 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.7ColumnaclMgmtListActionread-writecurrentThe 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.8ColumnaclMgmtListRowStatusread-createcurrentThe 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.9ColumnaclMgmtListVlanIdread-writecurrentThe 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.10ColumnaclRuleIsConflictread-onlycurrentRead-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.4NotificationaclMgmtTrapInfocurrentSpecifies 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.5ScalaraclMgmtTrapReasonread-onlycurrentThis text string may be used to provide additional information regarding the trap being sent.
Type Definitions
NameSyntaxStatusDescription
AclMgmtActionTypeINTEGER { permit(0), deny(1) }currentManagement ACL Action definition.
AclMgmtServiceTypeINTEGER { allType(0), telnet(1), http(2), https(3), snmp(4), ssh(5), tftp(6), sntp(7) }currentManagement ACL Service type to be configured.