USERGROUP-MIB: View SNMP OID List / Download MIB
VENDOR: RICHARD HIRSCHMANN
Home | MIB: USERGROUP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
hmUserGroup | 1.3.6.1.4.1.248.14.3 |
The Hirschmann Private Usergroup MIB definitions for Platform devices. |
||
hmUserGroupEvent | 1.3.6.1.4.1.248.14.3.0 |
The events of hmUserGroup. |
||
hmNewUserTrap | 1.3.6.1.4.1.248.14.3.0.1 |
This trap is sent if an unknown MAC address is detected on a port. |
||
hmPortSecurityTrap | 1.3.6.1.4.1.248.14.3.0.2 |
This trap is sent if a MAC address / IP address is detected on a port which is not acceptable for the current setting of hmPortSecPermission AND ...SecAction is either set to trapOnly(2) or portDisable(3). |
||
hmPortSecConfigErrorTrap | 1.3.6.1.4.1.248.14.3.0.3 |
This trap is sent when two or more users with incompatible user group settings have been detected at the port. |
||
hmUserGroupTable | 1.3.6.1.4.1.248.14.3.1 | no-access |
A list of user group definitions. |
|
1.3.6.1.4.1.248.14.3.1.1 | no-access |
user group definition |
||
hmUserGroupID | 1.3.6.1.4.1.248.14.3.1.1.1 | integer32 | read-only |
The user group number identifying this instance. |
hmUserGroupDescription | 1.3.6.1.4.1.248.14.3.1.1.2 | displaystring | read-write |
A textual description of the user group instance. |
hmUserGroupRestricted | 1.3.6.1.4.1.248.14.3.1.1.3 | integer | read-write |
If set to true(1) any member of this group is restricted to ports - which have hmPortSecPermission set to group(2) and - the group is in hmPortSecAllowedGroupIDs. If set to false(2) the user may also connect to a port if permitted by other hmPortSecPermission settings, e.g. known(3) or world(4). The following access restrictions apply: UserRestr. UserGroupRestr. PortSecPermission access allowed -------------------------------------------------------------------- false false user hmPortSecAllowedUserID false false group hmPortSecAllowedGroupIDs false false known any user group member false false world yes true false/true user hmPortSecAllowedUserID true false/true group no true false/true known no true false/true world no false true user hmPortSecAllowedUserID false true group hmPortSecAllowedGroupIDs false true known no false true world no Enumeration: 'false': 2, 'true': 1. |
hmUserGroupSecAction | 1.3.6.1.4.1.248.14.3.1.1.4 | integer | read-write |
This variable specifies the action which is taken if a user tries to connect to the given port when he is not allowed to do so. Setting the variable to none(1) disables any action. A value of trapOnly(2) generates a trap. Setting the value to portDisable(3) will send a trap, and additionally disable the port until it is re-enabled by management. Enumeration: 'none': 1, 'portDisable': 3, 'trapOnly': 2. |
hmUserGroupMemberTable | 1.3.6.1.4.1.248.14.3.2 | no-access |
A list of users which are members of a given user group. |
|
1.3.6.1.4.1.248.14.3.2.1 | no-access |
An user group member entry. |
||
hmUserGroupMemberGroupID | 1.3.6.1.4.1.248.14.3.2.1.1 | integer32 | read-only |
user group id of this member. |
hmUserGroupMemberUserID | 1.3.6.1.4.1.248.14.3.2.1.2 | memberid | read-only |
user ID of this member. |
hmUserTable | 1.3.6.1.4.1.248.14.3.3 | no-access |
List of all user group members. |
|
1.3.6.1.4.1.248.14.3.3.1 | no-access |
An user entry. |
||
hmUserID | 1.3.6.1.4.1.248.14.3.3.1.1 | memberid | read-only |
User ID. |
hmUserRestricted | 1.3.6.1.4.1.248.14.3.3.1.2 | integer | read-write |
If set to true(1) the user may only connect to ports which have hmPortSecPermission set to user(1) and hmPortSecAllowedUserID set to hmUserID. If set to false(2) the user may also connect to a port if permitted by other hmPortSecPermission settings, e.g. group(2), known(3) or world(4). The following access restrictions apply: UserRestr. UserGroupRestr. PortSecPermission access allowed --------------------------------------------------------------------- false false user hmPortSecAllowedUserID false false group hmPortSecAllowedGroupIDs false false known any user group member false false world yes true false/true user hmPortSecAllowedUserID true false/true group no true false/true known no true false/true world no false true user hmPortSecAllowedUserID false true group hmPortSecAllowedGroupIDs false true known no false true world no Enumeration: 'false': 2, 'true': 1. |
hmPortSecurityTable | 1.3.6.1.4.1.248.14.3.4 | no-access |
List of port security entries. |
|
1.3.6.1.4.1.248.14.3.4.1 | no-access |
A single port security entry. |
||
hmPortSecSlotID | 1.3.6.1.4.1.248.14.3.4.1.1 | integer32 | read-only |
Slot number the switch unit is plugged in. |
hmPortSecPortID | 1.3.6.1.4.1.248.14.3.4.1.2 | integer32 | read-only |
Port number within the group. |
hmPortSecPermission | 1.3.6.1.4.1.248.14.3.4.1.3 | integer | read-write |
This variable specifies the security level of the port. If set to user(1) only the user defined by hmPortSecAllowedUserID may connect to this port. In group(2) mode only members of the user group specified by hmPortSecAllowedGroupIDs are allowed. known(3) means that all users belonging to any user group (all known users) are accepted. Setting the value to world(4) disables the security features, i.e. any user is permitted. For backbone ports the value uplink(5) should be used. If a user does not match the allowed permission he is not able to connect to the network over this port, additionally the actions configured through hmPortSecAction are taken. Enumeration: 'known': 3, 'world': 4, 'group': 2, 'user': 1, 'uplink': 5. |
hmPortSecAllowedUserID | 1.3.6.1.4.1.248.14.3.4.1.4 | memberid | read-write |
This variable specifies the allowed user ID if hmPortSecPermission has been set to user(1). |
hmPortSecAllowedGroupIDs | 1.3.6.1.4.1.248.14.3.4.1.5 | octet string | read-write |
This variable specifies the allowed user groups if hmPortSecPermission has been set to group(2). Each group is represented by a single bit. If a group does not exist the value of the bit is ignored. |
hmPortSecConnectedUserID | 1.3.6.1.4.1.248.14.3.4.1.6 | memberid | read-only |
This variable reflects the user ID of a connected user actually seen on this port. If there is no user connected the value will be 0x00:00:00:00:00:00. |
hmPortSecAction | 1.3.6.1.4.1.248.14.3.4.1.7 | integer | read-write |
This variable specifies the action which is taken if a user tries to connect to the given port when he is not allowed to do so. Setting the variable to none(1) disables any action. A value of trapOnly(2) generates a trap. Setting the value to portDisable(3) will send a trap, and additionally disable the port until it is re-enabled by management. Setting the value to autoDisable(3) will send a trap, and additionally auto-disable the port for the amount of time specified per port. Enumeration: 'autoDisable': 4, 'none': 1, 'portDisable': 3, 'trapOnly': 2. |
hmPortSecAutoReconfigure | 1.3.6.1.4.1.248.14.3.4.1.8 | integer | read-write |
This variable controls whether the agent should re-configure the port when another user with an incompatible user group setting has been detected. The default setting, true(1), should be used if a single user is connected to the port. The value false(2) might be useful if more than one user is connected to the port (workgroup mode). Enumeration: 'false': 2, 'true': 1. |
hmPortSecPortStatus | 1.3.6.1.4.1.248.14.3.4.1.9 | integer | read-only |
This variable shows the current status of the port with respect to port security. If the address seen on the port is allowed, the status is enabled(1), if it is not allowed, the status is disabled(2) if hmUserGroupSecurityAction is portDisable(3), or enabledWithWrongAddr(3) if hmUserGroupSecurityAction is none(1) or trapOnly(2). Enumeration: 'disabled': 2, 'enabledWithWrongAddr': 3, 'enabled': 1. |
hmPortSecAllowedUserIPID | 1.3.6.1.4.1.248.14.3.4.1.10 | ipaddress | read-write |
This variable specifies the allowed user IP ID if hmPortSecPermission has been set to user(1). |
hmPortSecDynamicLimit | 1.3.6.1.4.1.248.14.3.4.1.11 | integer32 | read-write |
This variable signifies the limit of dynamically learned allowed MAC addresses for a specific port. |
hmPortSecDynamicCount | 1.3.6.1.4.1.248.14.3.4.1.12 | integer32 | read-only |
The current number of dynamically learned allowed MAC addresses on this port. |
hmUserGroupSecurityAction | 1.3.6.1.4.1.248.14.3.5 | integer | read-write |
This variable specifies the action which is taken if a user tries to connect to the given port when he is not allowed to do so. Setting the variable to none(1) disables any action. A value of trapOnly(2) generates a trap. Setting the value to portDisable(3) will send a trap, and additionally disable the port until it is re-enabled by management. Enumeration: 'none': 1, 'portDisable': 3, 'trapOnly': 2. |
hmUserGroupPortSecurityMode | 1.3.6.1.4.1.248.14.3.8 | integer | read-write |
This variable specifies the mode of the hmPortSecurityTable. Enumeration: 'ipAddressBased': 2, 'macAddressBased': 1. |
hmPortSecExtendedGroup | 1.3.6.1.4.1.248.14.3.10 | |||
hmPortSecExtendedTable | 1.3.6.1.4.1.248.14.3.10.1 | no-access |
List of extended port security entries. |
|
1.3.6.1.4.1.248.14.3.10.1.1 | no-access |
A single extended port security entry. |
||
hmPortSecExtSlotID | 1.3.6.1.4.1.248.14.3.10.1.1.1 | integer32 | no-access |
Slot number the switch unit is plugged in. |
hmPortSecExtPortID | 1.3.6.1.4.1.248.14.3.10.1.1.2 | integer32 | no-access |
Port number within the group. |
hmPortSecExtAction | 1.3.6.1.4.1.248.14.3.10.1.1.3 | integer | read-write |
This variable specifies the action which is taken if a user tries to connect to the given port when he is not allowed to do so. Setting the variable to none(1) disables any action. A value of trapOnly(2) generates a trap. Setting the value to portDisable(3) will send a trap, and additionally disable the port until it is re-enabled by management. Enumeration: 'none': 1, 'portDisable': 3, 'trapOnly': 2. |
hmPortSecExtPortStatus | 1.3.6.1.4.1.248.14.3.10.1.1.4 | integer | read-only |
This variable shows the current status of the port with respect to port security. If the address seen on the port is allowed, the status is enabled(1), if it is not allowed, the status is disabled(2) if hmUserGroupSecurityAction is portDisable(3), or enabledWithWrongAddr(3) if hmUserGroupSecurityAction is none(1) or trapOnly(2). Enumeration: 'disabled': 2, 'enabledWithWrongAddr': 3, 'enabled': 1. |
hmPortSecMultipleAdressesTable | 1.3.6.1.4.1.248.14.3.10.2 | no-access |
List of port security entries with multiple allowed addresses. |
|
1.3.6.1.4.1.248.14.3.10.2.1 | no-access |
A single port security entry with multiple allowed addresses. |
||
hmPortSecMASlotID | 1.3.6.1.4.1.248.14.3.10.2.1.1 | integer32 | no-access |
Slot number the switch unit is plugged in. |
hmPortSecMAPortID | 1.3.6.1.4.1.248.14.3.10.2.1.2 | integer32 | no-access |
Port number within the group. |
hmPortSecMAExtendedIndex | 1.3.6.1.4.1.248.14.3.10.2.1.3 | integer32 | no-access |
Number of adresses. |
hmPortSecMAAllowedUserIDs | 1.3.6.1.4.1.248.14.3.10.2.1.4 | memberid | read-write |
This variable specifies the allowed user ID if hmPortSecPermission has been set to user(1). |
hmPortSecMAAllowedUserIPIDs | 1.3.6.1.4.1.248.14.3.10.2.1.5 | ipaddress | read-write |
This variable specifies the allowed user IP ID if hmPortSecPermission has been set to user(1). |
hmPortSecMAAllowedUserIDMask | 1.3.6.1.4.1.248.14.3.10.2.1.6 | integer32 | read-write |
The number of bits from left ro right, that are used from the MAC address. |