HUAWEI-MNGT-MIB

File: HUAWEI-MNGT-MIB.mib (71380 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HUAWEI-MIB
HUAWEI-SNMP-NOTIFICATION-MIB HUAWEI-DEVICE-MIB

Imported symbols

TimeTicks IpAddress Integer32
Unsigned32 OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE DisplayString DateAndTime
TruthValue RowStatus huaweiUtility
hwLogSynType hwDev

Defined Types

HwCliUserParaEntry  
SEQUENCE    
  hwCliUserName OCTET STRING
  hwCliUserPassword OCTET STRING
  hwCliUserLevel INTEGER
  hwCliUserLogins Integer32
  hwCliUserDecr OCTET STRING
  hwCliUserRowStatus RowStatus
  hwCliUserprofile OCTET STRING
  hwCliUserAccessType INTEGER
  hwCliUserTimeout Integer32
  hwCliUserNameLastDays Integer32
  hwCliUserPwdLastDays Integer32

HwCliClientEntry  
SEQUENCE    
  hwCliClientID Integer32
  hwCliClientUserName OCTET STRING
  hwCliClientType INTEGER
  hwCliClientIp IpAddress
  hwCliClientLoginTime DateAndTime
  hwCliClientAdminStatus INTEGER
  hwCliUserIdleTimeOut Integer32

HwCliUserProfileParaEntry  
SEQUENCE    
  hwCliUserProfileName OCTET STRING
  hwCliUserNameAvailableInterval Unsigned32
  hwCliUserPwdAvailableInterval Unsigned32
  hwCliUserLoginTime OCTET STRING
  hwCliUserLogoutTime OCTET STRING
  hwCliUserProfileRowStatus RowStatus

HwSNMPUserEntry  
SEQUENCE    
  hwSNMPUserID Integer32
  hwSNMPUserName OCTET STRING
  hwSNMPUserAdminStatus INTEGER
  hwSNMPUserType INTEGER
  hwSNMPUserIP IpAddress

HwFirewallSwitchEntry  
SEQUENCE    
  hwFirewallProtocolType INTEGER
  hwFirewallSwitch INTEGER

HwAccessIpEntry  
SEQUENCE    
  hwAccessIpStartAddr IpAddress
  hwAccessIpEndAddr IpAddress
  hwAccessIpRowStatus RowStatus

HwRefuseIpEntry  
SEQUENCE    
  hwRefuseIpStartAddr IpAddress
  hwRefuseIpEndAddr IpAddress
  hwRefuseIpRowStatus RowStatus

HwSysManSourceInterfaceEntry  
SEQUENCE    
  hwSysManProtocolType INTEGER
  hwSourceInterfaceType INTEGER
  hwSourceInterfaceNumber Integer32

HwModemCallbackMngtEntry  
SEQUENCE    
  hwModemTelNumber DisplayString
  hwModemPassword DisplayString
  hwModemCallbackRowStatus RowStatus

Defined Values

hwCliUserMgmt 1.3.6.1.4.1.2011.6.3.10
The MIB object implements the management of the CLI and NE users.
MODULE-IDENTITY    

hwCliUserParaTable 1.3.6.1.4.1.2011.6.3.10.1
User parameter configuration table, which supports the functions of querying, adding, deleting and modifying a user. The index of this table is hwCliUserName.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwCliUserParaEntry

hwCliUserParaEntry 1.3.6.1.4.1.2011.6.3.10.1.1
User parameter configuration table, which supports the functions of querying, adding, deleting and modifying a user. The index of this entry is hwCliUserName.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwCliUserParaEntry  

hwCliUserName 1.3.6.1.4.1.2011.6.3.10.1.1.1
Name of the CLI user. The user name is case insensitive and the user name consists of 6-15 characters. The minimum length of the name can be configured by user. The range of the valid characters of the user name is 0x21- 0x7e and the user name cannot be 'all', 'online', 'index', or 'security'.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..34)  

hwCliUserPassword 1.3.6.1.4.1.2011.6.3.10.1.1.2
Password of the CLI user. The user can directly modify the password of the CLI user and need not verify the original password of the CLI user. The user password consists of 16 characters, including at least one letter and one digit. The user password is not reported to the NMS and a null character string is returned when the user password is queried.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hwCliUserLevel 1.3.6.1.4.1.2011.6.3.10.1.1.3
The levels of CLI users. Options: 1. common(1) -indicates the common user. 2. operator(2) -indicates the operator. 3. administrator(3) -indicates the administrator. 4. super(4) -indicates the super administrator. 5. guest(5) -indicates the guest user 6. custom(6) -indicates the custom user The higher the user level is, the more rights the user has. The user level must be bound to the user when the user is added. The super administrator cannot be added.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER common(1), operator(2), administrator(3), super(4), guest(5), custom(6)  

hwCliUserLogins 1.3.6.1.4.1.2011.6.3.10.1.1.4
The number of user login attempts in one time. The same user name can be used for login to the device repeatedly. For example, when two users log in to the device with the same name, the number of times of re-login is two. This object is used to define the number of times of re-login. When the number of times of re-login is changed to 0, the user is forbidden to log in to the device.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..16  

hwCliUserDecr 1.3.6.1.4.1.2011.6.3.10.1.1.5
Description of CLI user. You can add the basic information about the user, such as the email box, telephone number, or other contact information.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..100)  

hwCliUserRowStatus 1.3.6.1.4.1.2011.6.3.10.1.1.6
Operation status of CLI user, the CLI user can be added, deleted and modified. The user level, number of times of re-login, user profile, available user password and user description must be bound to the user when the user is added. The online user cannot be deleted. createAndGo(4) is supplied to create a new instance of a conceptual row. destroy(6) is supplied to delete the instances associated with an existing conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwCliUserprofile 1.3.6.1.4.1.2011.6.3.10.1.1.7
The name of user profile that CLI user belongs to.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..15)  

hwCliUserAccessType 1.3.6.1.4.1.2011.6.3.10.1.1.8
The user can log in to the device through the following three modes. Options: 1. cli(1) -indicates CLI terminal. 2. oss(2) -indicates OSS terminal. 3. web(4) -indicates Web terminal.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER cli(1), oss(2), web(4)  

hwCliUserTimeout 1.3.6.1.4.1.2011.6.3.10.1.1.9
This object is not used any longer. Login timeout duration of the user. If the CLI user performs no operation during a period, the user automatically quits the system. This object is used to query and set the login timeout duration.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Integer32 1..120  

hwCliUserNameLastDays 1.3.6.1.4.1.2011.6.3.10.1.1.10
Service life of the user name. The hwCliUserNameLastDays value of -1 indicates the username expired.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwCliUserPwdLastDays 1.3.6.1.4.1.2011.6.3.10.1.1.11
Service life of the user password. The hwCliUserPwdLastDays value of -1 indicates the user password expired.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwCliClientTable 1.3.6.1.4.1.2011.6.3.10.2
CLI online user information table, which can be used to force an online user to go offline. The table cannot be created and deleted. The table supports only the functions of querying the user terminal status and forcing an online user to go offline. The index of this table is hwCliClientID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwCliClientEntry

hwCliClientEntry 1.3.6.1.4.1.2011.6.3.10.2.1
CLI online user information table, which can be used to force an online user to go offline. The table cannot be created and deleted. The table supports only the functions of querying the user terminal status and forcing an online user to go offline. The index of this entry is hwCliClientID.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwCliClientEntry  

hwCliClientID 1.3.6.1.4.1.2011.6.3.10.2.1.1
Client ID(1..255). Index object, this ID is allocated by device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..255  

hwCliClientUserName 1.3.6.1.4.1.2011.6.3.10.2.1.2
User name of client.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..34)  

hwCliClientType 1.3.6.1.4.1.2011.6.3.10.2.1.3
Type of client. The modes of login to the client are as follows: Options: 1. serial(1) -indicates serial port. 2. telnet(2) -indicates telnet. 3. proxy(3) -indicates proxy. 4. ssh(4) -indicates ssh.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER serial(1), telnet(2), proxy(3), ssh(4)  

hwCliClientIp 1.3.6.1.4.1.2011.6.3.10.2.1.4
The IP address of client.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hwCliClientLoginTime 1.3.6.1.4.1.2011.6.3.10.2.1.5
The login time of client.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

hwCliClientAdminStatus 1.3.6.1.4.1.2011.6.3.10.2.1.6
Admin status of client, can disconnect client. Options: 1. disconnect(1) -indicates the user who logs in to the system in the modes except serial port mode can be forced to go offline when the object value is set to disconnect(1). 2. connect(-1) -indicates the user is online.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disconnect(1), connect(-1)  

hwCliUserIdleTimeOut 1.3.6.1.4.1.2011.6.3.10.2.1.7
This object is not used any longer.Idleness timeout duration of the online user. When the online user is idle for a period longer than the preset time, the online user automatically quits the system. This object is used to set the timeout duration.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hwCliSysCmdTable 1.3.6.1.4.1.2011.6.3.10.3
OBJECT IDENTIFIER    

hwCliUserManualUnlock 1.3.6.1.4.1.2011.6.3.10.3.2
Unlock users manually. Enter the user name to unlock the user.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

hwCliUserDeclarSwitch 1.3.6.1.4.1.2011.6.3.10.3.3
The object specifies whether show the declaration after users login successfully. Options: 1. show(1) -indicates that show the declaration after users login successfully. 2. not-show(2) -indicates that does not show the declaration after users login successfully.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER show(1), not-show(2)  

hwCliIPManualUnlock 1.3.6.1.4.1.2011.6.3.10.3.4
Unlock IP manually. Enter the IP address of the user to unlock the user who uses the IP address to log in to the device.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hwTelnetMaxSessionNum 1.3.6.1.4.1.2011.6.3.10.4
The max number of simultaneous telnet sessions. This object is used to set the maximum number of users who can log in to the system through telnet at a time. If the current number of users is equal to the maximum number, the rest users cannot log in to the system through telnet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hwCliUserProfileParaTable 1.3.6.1.4.1.2011.6.3.10.5
User profile management table, which is used to query, modify, add and delete the user profile. The user profile is a set of public user attributes, including the user name and password validity period, permitted earliest time of login, and permitted latest time of login. The MIB supports the functions of querying and setting the values of the preceding parameters. A user needs to be created based on a user profile. In this case, the new user inherits the preceding parameter values in the user profile. The index of this table is hwCliUserProfileName. The index value is the user profile name, it uniquely identifies the user profile. By default, four system profiles exist in the system. The names of the four system profiles are as follows: root, admin, operator and commonuser.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwCliUserProfileParaEntry

hwCliUserProfileParaEntry 1.3.6.1.4.1.2011.6.3.10.5.1
User profile management table, which is used to query, modify, add and delete the user profile. The user profile is a set of public user attributes, including the user name and password validity period, permitted earliest time of login, and permitted latest time of login. The MIB supports the functions of querying and setting the values of the preceding parameters. A user needs to be created based on a user profile. In this case, the new user inherits the preceding parameter values in the user profile. The index of this entry is hwCliUserProfileName. The index value is the user profile name, it uniquely identifies the user profile. By default, four system profiles exist in the system. The names of the four system profiles are as follows: root, admin, operator and commonuser.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwCliUserProfileParaEntry  

hwCliUserProfileName 1.3.6.1.4.1.2011.6.3.10.5.1.1
The name of the user profile. The name of the new profile must be different from the names of the system profiles. The profile name consists of 1-15 characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

hwCliUserNameAvailableInterval 1.3.6.1.4.1.2011.6.3.10.5.1.4
Validity period of user name. For example, if the validity period of the user name is 10, it indicates that the user name cannot be used for login after ten days since it is created. In addition, a message is displayed indicating that the user name expires, that is, the validity period of the user name times out. 0 indicates that the user name is valid forever. Range: 0-999 Default: 0 Unit: day
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..999  

hwCliUserPwdAvailableInterval 1.3.6.1.4.1.2011.6.3.10.5.1.5
Validity period of user password. For example, if the validity period of the user password is 10, it indicates that the user password cannot be used for login after ten days since it is created. In addition, a message is displayed indicating that the user password expires, that is, the validity period of the user password times out. 0 indicates that the user password is valid forever. Range: 0-999 Default: 0 Unit: day
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..999  

hwCliUserLoginTime 1.3.6.1.4.1.2011.6.3.10.5.1.6
Permitted earliest time of login. The user can log in to the system at any time between 00:00 and 23:59.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(5..5)  

hwCliUserLogoutTime 1.3.6.1.4.1.2011.6.3.10.5.1.7
Permitted latest time of login. The user can log in to the system at the time from the permitted earliest time to the permitted latest time. In other periods, the user cannot log in to the system.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(5..5)  

hwCliUserProfileRowStatus 1.3.6.1.4.1.2011.6.3.10.5.1.10
This object is used to operate the user profile. The system profile cannot be modified or deleted. When a user is bound with the user profile, the user profile cannot be modified or deleted. The parameter settings of the user profile can be queried through the user profile name. In addition, the information about the system profile can be queried. createAndGo(4) is supplied to create a new instance of a conceptual row. destroy(6) is supplied to delete the instances associated with an existing conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwCliSysPara 1.3.6.1.4.1.2011.6.3.10.6
OBJECT IDENTIFIER    

hwCliSyslockInterval 1.3.6.1.4.1.2011.6.3.10.6.1
The time interval of user locked. When the number of times of login failure reaches the preset value for locking, the user is locked. This object is used to query and set the locking duration. Unit: minute DEFVAL { 15 }
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

hwCliSyslockCondition 1.3.6.1.4.1.2011.6.3.10.6.2
The times of login failure. This object is used to query and set the times of login failure. When the number of login failure reaches the preset value, the user is locked. DEFVAL { 3 }
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..15  

hwCliSysLoginModifyPwd 1.3.6.1.4.1.2011.6.3.10.6.3
The flag of whether the password need to be changed in the case of first login. Options: 1. enable(1) -indicates that the password needs to be changed for the first login. 2. disable(2) -indicates that the password need not be changed for the first login. DEFVAL { disable }
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwCliSysLockType 1.3.6.1.4.1.2011.6.3.10.6.4
Lock type. When the number of times of repeated login failure exceeds the preset value, the system automatically locks the user. This object is used to set the locking type. Options: 1. none(0) -indicates that the user need not be locked. 2. user(1) -indicates that the user name is locked. When the user logs in to the system with the user name again, 'The user has been locked and you cannot log on.' message is displayed. 3. ip(2) -indicates that the IP address with which the user logs in to the system is locked. When the user logs in to the system with the IP address again, the 'The IP address has been locked and you cannot log on.' message is displayed. 4. all(3) -indicates that both the user name and the IP address are locked. DEFVAL { none }
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), user(1), ip(2), all(3)  

hwCliSysSecurityMode 1.3.6.1.4.1.2011.6.3.10.6.5
The object specifies whether security mode is enable. Options: 1. enable(1) -indicates that the security administrator, whose name is security, can log in to the system. 2. disable(2) -indicates that the rights of user root are separated and are assigned to user security. User security can perform the querying operation and the operations corresponding to the rights separated from the rights of user root. That is, when the security mode switch is enabled(1), certain operations that can be performed by user root originally cannot be performed by user root but by user security. When the security mode is set to disable(2), the rights of user root and user security are combined and all the rights are owned by user root. In this case, user security cannot log in to the system. DEFVAL { disable }
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwCliAuthenDefaultDomainName 1.3.6.1.4.1.2011.6.3.10.6.6
Domain name in the AAA authentication mode. When the value is null, it indicates that the authentication mode is local mode. If the AAA authentication mode is set successfully, the system changes to the AAA authentication mode.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..15)  

hwSNMPUserTable 1.3.6.1.4.1.2011.6.3.10.7
NMS user management table, which supports the login and logout of the NMS user and the function of querying the information about the online NMS user. The index of this table is hwSNMPUserID. The index value is the user ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwSNMPUserEntry

hwSNMPUserEntry 1.3.6.1.4.1.2011.6.3.10.7.1
NMS user management table, which supports the login and logout of the NMS user and the function of querying the information about the online NMS user. The index of this entry is hwSNMPUserID. The index value is the user ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwSNMPUserEntry  

hwSNMPUserID 1.3.6.1.4.1.2011.6.3.10.7.1.1
SNMP user ID(1..8) and index object. The value that the device returns to the NMS, which uniquely identifies a user.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..8  

hwSNMPUserName 1.3.6.1.4.1.2011.6.3.10.7.1.2
Name of the SNMP user.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hwSNMPUserAdminStatus 1.3.6.1.4.1.2011.6.3.10.7.1.3
SNMP user admin status(1:logon,2:logoff). Visual local craft terminal (LCT). Options: 1. logon(1) -indicates that the user can be set to go online. 2. logoff(2) -indicates that the user can be set to go offline. The user needs to be bound with the hwSNMPUserType object when the user is set to go online.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER logon(1), logoff(2)  

hwSNMPUserType 1.3.6.1.4.1.2011.6.3.10.7.1.4
SNMP user type(1:lct). Options: 1.lct(1) -indicates that visual LCT, which is an NMS user type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER lct(1)  

hwSNMPUserIP 1.3.6.1.4.1.2011.6.3.10.7.1.5
IP address that SNMP user use.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hwMngtUserAlarmTrapsVbOids 1.3.6.1.4.1.2011.6.3.10.8
OBJECT IDENTIFIER    

hwUserAdminStatus 1.3.6.1.4.1.2011.6.3.10.8.1
The Status of the user login. Options: 1. logon(0) -indicates that the user goes online. 2. logoff(1) -indicates that the user goes offline. 3. logonfail(2) -indicates that the user login fails.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER logon(0), logoff(1), logonfail(2)  

hwUserLogMode 1.3.6.1.4.1.2011.6.3.10.8.2
The modes of login to the client. Options: 1. serial(0) -serial mode. 2. clipry(1) -clipry mode. 3. telnet(2) -telnet mode. 4. ssh(3) -ssh mode. 5. web(4) -web mode. 6. xml(5) -xml mode. 7. nms(6) -nms mode. 8. omci(7) -omci mode. 9. lct(8) -lct mode.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER serial(0), clipry(1), telnet(2), ssh(3), web(4), xml(5), nms(6), omci(7), lct(8)  

hwUserLogType 1.3.6.1.4.1.2011.6.3.10.8.3
Types of the user log. Currently, the logs are classified into two types. Options: 1. operating(0) -indicates the operating log. 2. security(1) -indicates the security log.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER operating(0), security(1)  

hwMngtUserTraps 1.3.6.1.4.1.2011.6.3.10.9
OBJECT IDENTIFIER    

hwMngtUserCommonTraps 1.3.6.1.4.1.2011.6.3.10.9.1
OBJECT IDENTIFIER    

hwMngtUserAlarmTraps 1.3.6.1.4.1.2011.6.3.10.9.2
OBJECT IDENTIFIER    

hwMngtUserAlarmTrapsPrefix 1.3.6.1.4.1.2011.6.3.10.9.2.0
OBJECT IDENTIFIER    

hwUserLogWillFullTrap 1.3.6.1.4.1.2011.6.3.10.9.2.0.1
This trap message is reported when the system log database will be full.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hwMngtUserLockedTrap 1.3.6.1.4.1.2011.6.3.10.9.2.0.2
This trap message is reported when the managing user of the equipment is locked.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hwMngtUserStateChangeTrap 1.3.6.1.4.1.2011.6.3.10.9.2.0.3
This trap message is reported when the maintenance user's state changes.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hwMngtUserNameWillExpireTrap 1.3.6.1.4.1.2011.6.3.10.9.2.0.4
This trap message is reported when the user name will expire soon.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hwMngtUserPasswordWillExpireTrap 1.3.6.1.4.1.2011.6.3.10.9.2.0.5
This trap message is reported when the user password will expire soon.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hwCliConsolePara 1.3.6.1.4.1.2011.6.3.10.10
OBJECT IDENTIFIER    

hwCliConsoleSwitch 1.3.6.1.4.1.2011.6.3.10.10.1
Enable/disable management serial port. Options: 1. enable(1) -indicates that the serial port is in the open state and the serial port is available. 2. disable(2) -indicates that the serial port is in the shutdown state and the serial port is unavailable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwSysManFirewall 1.3.6.1.4.1.2011.6.3.12
OBJECT IDENTIFIER    

hwFirewallSwitchTable 1.3.6.1.4.1.2011.6.3.12.1
Firewall switch table, which supports the functions of querying, enabling and disabling the protocol-type firewall switch. The index of this table is hwFirewallProtocolType.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwFirewallSwitchEntry

hwFirewallSwitchEntry 1.3.6.1.4.1.2011.6.3.12.1.1
Firewall switch table, which supports the functions of querying, enabling and disabling the protocol-type firewall switch. The index of this entry is hwFirewallProtocolType.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwFirewallSwitchEntry  

hwFirewallProtocolType 1.3.6.1.4.1.2011.6.3.12.1.1.1
Index object, index of the hwFirewallSwitchTable object. Options: 1.telnet(1) -indicates that the firewall protocols is telnet. 2.ssh(2) -indicates that the firewall protocols is ssh. 3.snmp(3) -indicates that the firewall protocols is snmp.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER telnet(1), ssh(2), snmp(3)  

hwFirewallSwitch 1.3.6.1.4.1.2011.6.3.12.1.1.2
Firewall switch. Options: 1. enable(1) -indicates that when the device needs to control the protocol used to access the device, this command can be executed to enable(1) the firewall switch of the protocol. After the firewall switch of the protocol is enabled(1), the device can control the operator who accesses the device with the protocol and reject the access of the operator whose IP address is not in the permitted address segment. 2. disable(2)-indicates that if the operator is already online, the device forces the operator to go offline. The firewall switch can be disabled when the firewall switch mode is set to disable(2). After the firewall switch is disabled(2), the device does not control the operator who accesses the device with the protocol. By default, the firewall in the system is in the disabled state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwAccessIpTable 1.3.6.1.4.1.2011.6.3.12.2
Access IP table, which supports the functions of querying, adding and deleting the access IP table of a specified protocol. The access IP table is used to configure the address segments of the accessible devices under the specified protocol. This can prevent the invalid users from logging in to the device, that is, the operators whose IP addresses are not in the address segments and access protocols do not meet the requirements cannot access the device. The indexes of this table are hwFirewallProtocolType and hwAccessIpStartAddr. For the hwFirewallProtocolType object, refer to hwFirewallSwitchTable. hwAccessIpTable is used for configuring a list of accessible IP addresses. The IP address list takes effect only when the protocol corresponding to hwFirewallSwitchTable is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwAccessIpEntry

hwAccessIpEntry 1.3.6.1.4.1.2011.6.3.12.2.1
Access IP table, which supports the functions of querying, adding and deleting the access IP table of a specified protocol. The access IP table is used to configure the address segments of the accessible devices under the specified protocol. This can prevent the invalid users from logging in to the device, that is, the operators whose IP addresses are not in the address segments and access protocols do not meet the requirements cannot access the device. The indexes of this entry are hwFirewallProtocolType and hwAccessIpStartAddr. For the hwFirewallProtocolType object, refer to hwFirewallSwitchTable. hwAccessIpTable is used for configuring a list of accessible IP addresses. The IP address list takes effect only when the protocol corresponding to hwFirewallSwitchTable is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwAccessIpEntry  

hwAccessIpStartAddr 1.3.6.1.4.1.2011.6.3.12.2.1.1
Start IP address of one record in access Ip table. The IP address in the new record of the table must be valid, that is, the IP address is not a class 0 address or class D address. The record in which the start address is the same as the existing one cannot be added to the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hwAccessIpEndAddr 1.3.6.1.4.1.2011.6.3.12.2.1.2
End IP address of one record in access Ip table. The new IP address must be valid, that is, the IP address is not a class 0 address or class D address. The record in which the end address is smaller than the start address cannot be added and each protocol supports a maximum of 10 IP addresses.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hwAccessIpRowStatus 1.3.6.1.4.1.2011.6.3.12.2.1.3
Operation status of row. The specified protocol type and the start and end addresses in the start address permitting table can be modified. createAndGo(4) is supplied to create a new instance of a conceptual row. destroy(6) is supplied to delete the instances associated with an existing conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwRefuseIpTable 1.3.6.1.4.1.2011.6.3.12.3
Refuse IP table. The table is used to configure the address segment (under a specified protocol) with which the user cannot access the device. This can prevent the invalid users from logging in to the device. After address segment is configured in the table, the operators with the IP addresses in the address segment cannot access the device. The indexes of this table are hwFirewallProtocolType and hwRefuseIpStartAddr. For the hwFirewallProtocolType object, refer to hwFirewallSwitchTable. hwRefuseIpTable is used for configuring a list of prohibited IP addresses. The IP address list takes effect only when the protocol corresponding to hwFirewallSwitchTable is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwRefuseIpEntry

hwRefuseIpEntry 1.3.6.1.4.1.2011.6.3.12.3.1
Refuse IP table. The table is used to configure the address segment (under a specified protocol) with which the user cannot access the device. This can prevent the invalid users from logging in to the device. After address segment is configured in the table, the operators with the IP addresses in the address segment cannot access the device. The indexes of this entry are hwFirewallProtocolType and hwRefuseIpStartAddr. For the hwFirewallProtocolType object, refer to hwFirewallSwitchTable. hwRefuseIpTable is used for configuring a list of prohibited IP addresses. The IP address list takes effect only when the protocol corresponding to hwFirewallSwitchTable is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwRefuseIpEntry  

hwRefuseIpStartAddr 1.3.6.1.4.1.2011.6.3.12.3.1.1
Start IP address of one record in refuse Ip table. The IP address in the new record of the table must be valid, that is, the IP address is neither a class 0 address nor class D address. The record in which the start address is the same as the existing one cannot be added to the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hwRefuseIpEndAddr 1.3.6.1.4.1.2011.6.3.12.3.1.2
End IP address of one record in refuse Ip table. The IP address in the new record of the table must be valid, that is, the IP address is not a class 0 address or class D address. The record in which the end address is smaller than the start address cannot be added and each protocol supports a maximum of 10 IP addresses.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hwRefuseIpRowStatus 1.3.6.1.4.1.2011.6.3.12.3.1.3
Operation status of row. The specified protocol type and the start and end addresses in the start address rejecting table can be modified. createAndGo(4) is supplied to create a new instance of a conceptual row. destroy(6) is supplied to delete the instances associated with an existing conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwSysManSourceInterface 1.3.6.1.4.1.2011.6.3.19
OBJECT IDENTIFIER    

hwSysManSourceInterfaceTable 1.3.6.1.4.1.2011.6.3.19.1
Sys man source interface table. The table is used to configure the source interfaces under the protocols such as SNMP trap, TFTP, FTP, SFTP, Telnet, Ping and Tracert. The addresses of the meth and VLANIF interfaces can be used as the source addresses from which the system sends packets. The system uses the bound interface address as the source address to send the protocol packet. The index of this table is hwSysManProtocolType.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwSysManSourceInterfaceEntry

hwSysManSourceInterfaceEntry 1.3.6.1.4.1.2011.6.3.19.1.1
Sys man source interface table. The table is used to configure the source interfaces under the protocols such as SNMP trap, TFTP, FTP, SFTP, Telnet, Ping and Tracert. The addresses of the meth and VLANIF interfaces can be used as the source addresses from which the system sends packets. The system uses the bound interface address as the source address to send the protocol packet. The index of this entry is hwSysManProtocolType.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwSysManSourceInterfaceEntry  

hwSysManProtocolType 1.3.6.1.4.1.2011.6.3.19.1.1.1
Application-layer packet type. Options: 1. trap(1) -indicates the trap packet. 2. syslog(2) -indicates the syslog packet. 3. tftp(3) -indicates the tftp packet. 4. ftp(4) -indicates the ftp packet. 5. sftp(5) -indicates the sftp packet. 6. telnet(6) -indicates the telnet packet. 7. ping(7) -indicates the ping packet. 8. tracert(8) -indicates the tracert packet. 9. license(9) -indicates the license packet. 10.stelnet(10)-indicates the stelnet packet.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER trap(1), syslog(2), tftp(3), ftp(4), sftp(5), telnet(6), ping(7), tracert(8), license(9), stelnet(10)  

hwSourceInterfaceType 1.3.6.1.4.1.2011.6.3.19.1.1.2
Source interface type, which is used with the interface number to determine the interface from which packets are sent. Options: 1. auto(1) -indicates the function of automatically searching for the source interface according to the route. 2. loopback(2) -indicates the loopback interface. 3. meth(3) -indicates the meth interface. 4. vlanif(4) -indicates the vlanif interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), loopback(2), meth(3), vlanif(4)  

hwSourceInterfaceNumber 1.3.6.1.4.1.2011.6.3.19.1.1.3
Source interface number, which is the interface number under the source interface type object and is used with the interface type to determine the interface from which packets are sent. The hwSourceInterfaceNumber value of -1 indicates the source interface is not configured.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hwConfigLock 1.3.6.1.4.1.2011.6.3.23
OBJECT IDENTIFIER    

hwOldConfigLockState 1.3.6.1.4.1.2011.6.3.23.1
This object is used to query the current configuration locking status. Options: 1. locked(1) -indicates that the configuration right is locked, other users can perform only the querying operation. In this case, the configuration operations between users are incompatible. 2. unlocked(2)-indicates that the configuration right is unlocked, other users can perform operations normally.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER locked(1), unlocked(2)  

hwOldConfigUnlockInterval 1.3.6.1.4.1.2011.6.3.23.2
This object is not used any longer.The interval to automatically unlock config: 1 to 255 minutes. After the user performs the configuration locking operation, the user can manually or automatically unlock the configuration. If the user does not manually unlock the configuration, the configuration is unlocked automatically after a period. This object is used to query and configure the automatic unlocking duration. By default, the automatic unlocking duration is five minutes. Unit: minute EFVAL { 5 }
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

hwOldConfigLockUserType 1.3.6.1.4.1.2011.6.3.23.3
The configuration locking operator can log in to the system in the following six modes: Options: 1. nooperation(-1)-no operation. 2. nms(1) -nms mode. 3. series(2)-series mode. 4. telnet(3)-telnet mode. 5. web(4) -web mode. 6. xml(5) -xml mode.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER nooperation(-1), nms(1), series(2), telnet(3), web(4), xml(5)  

hwOldConfigLockUserName 1.3.6.1.4.1.2011.6.3.23.4
Name of the configuration locking operator.
Status: obsolete Access: read-only
OBJECT-TYPE    
  OCTET STRING  

hwOldConfigLockUserIPAddr 1.3.6.1.4.1.2011.6.3.23.5
IP address of the operator who locks the configuration.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

hwOldConfigLockOperate 1.3.6.1.4.1.2011.6.3.23.6
The operation to lock or unlock the config. Options: 1.lock(1)-When the data is configured, to prevent other users from modifying or deleting the configured data, the configuration right can be locked (the configuration right mode is set to lock(1)) before the data configuration. After the configuration right is locked, only the super user can run the config unlock interval command to change the locking duration and the other users can perform only the querying operation. 2.unlock(2)-After the data configuration is complete, the locked system needs to be unlocked (the configuration right mode needs to be set to unlock(2)). After the system is unlocked, the system allows the other users to perform the configuration operation.If the current system configuration is locked by one user, the user can automatically unlocks the system configuration. The super user and the NMS user can unlock the system configuration forcibly and the other users cannot unlock the system configuration. This object is used to perform the locking or unlocking operation.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER lock(1), unlock(2)  

hwModemCallbackMngt 1.3.6.1.4.1.2011.6.3.10.11
OBJECT IDENTIFIER    

hwModemCallbackSwitch 1.3.6.1.4.1.2011.6.3.10.11.1
The object specifies whether callback function is enable. Options: 1. enable(1) -indicates that the callback function is enable. 2. disable(2) -indicates that the callback function is disable. Default: disable(2)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwModemCallbackMngtTable 1.3.6.1.4.1.2011.6.3.10.11.2
The callback security configuration table. This table is used to manage the callback telephone numbers and passwords. The index of this table is hwModemCallbackIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwModemCallbackMngtEntry

hwModemCallbackMngtEntry 1.3.6.1.4.1.2011.6.3.10.11.2.1
The callback security configuration table. This table is used to manage the callback telephone numbers and passwords. The index of this entry is hwModemCallbackIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwModemCallbackMngtEntry  

hwModemTelNumber 1.3.6.1.4.1.2011.6.3.10.11.2.1.1
Telephone number
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..20)  

hwModemPassword 1.3.6.1.4.1.2011.6.3.10.11.2.1.2
User password. The password must be cipher encrypted by MD5, it consists of 16 characters.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

hwModemCallbackRowStatus 1.3.6.1.4.1.2011.6.3.10.11.2.1.3
Operation user configration of the modem callback function, the user configration can be added and deleted. The user telephone number and password must be bound when the user is added. The exist telephone number or password cannot be added. createAndGo(4) is supplied to create a new instance of a conceptual row. destroy(6) is supplied to delete the instances associated with an existing conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus