The following commands have the purpose of:
- Create User
bash
MA5608T#terminal user name
User Name(length<6,15>): ${NOME}
User Password (length<6,15):
Confirm Password (length <6,15):
User profile name(<=15 chars)[root]:
Nível do usuário:
**- Increase the number of connections per user**
**1st** \- Pulling current user values
```bash```
made4it@zabbix:~$ snmpwalk -v2c -c ${COMMUNITY} ${IP_OLT} .1.3.6.1.4.1.2011.6.3.10.1.1.4
SNMPv2-SMI::enterprises.2011.6.3.10.1.1.4.105.120.99.115.111.102.116 = INTEGER: 20
SNMPv2-SMI::enterprises.2011.6.3.10.1.1.4.108.101.111.110.105.114 = INTEGER: 20
SNMPv2-SMI::enterprises.2011.6.3.10.1.1.4.109.97.100.101.52.105.116 = INTEGER: 20
SNMPv2-SMI::enterprises.2011.6.3.10.1.1.4.114.111.111.116 = INTEGER: 1
2nd - Change the user's value by converting it from string to ASCII code, as shown in the example below:
We have made4it = 109.97.100.101.52.105.116
And the OID would be 1.3.6.1.4.1.2011.6.3.10.1.1.4.[ASCII code] i 20
This is how the command looks:
bash
snmpset -v2c -c ${COMMUNITY} ${IP_OLT} 1.3.6.1.4.1.2011.6.3.10.1.1.4.109.97.100.101.52.105.116 i 20
> **Some olts may not support this change via SNMP**
### > olt ZTE
**- Create User**
```bash```
ZXAN(config)# username ${USER} password ${PASSWORD} privilege 15