By default, Telnet is disabled on the device. You need to establish a Telnet login environment. This section provides an example for configuring how to log in to the CLI using Telnet.
Figure 1 shows that the FW has a local administrator. The local administrator has some administrator permissions and can use Telnet to log in to the CLI only from a local PC for FW management and maintenance. The FW implements local authentication on administrators.
Item |
Data |
Description |
|---|---|---|
Administrator account/password |
vtyadmin/Mydevice@abc |
The account name and password should be easy to remember. |
IP address of the administrator's PC |
10.3.0.100/24 |
- |
Role |
service-admin |
service-admin is a user-defined role and has permissions only on the network, policy, and object. |
Trusted host |
10.3.0.0/24 |
- |
Authentication type |
Local authentication |
- |
If you use the default settings of management interface to log in to the device, skip this step.
Because the default IP address of the management interface has been set to 192.168.0.1, the interface has been added to the Trust zone, and the administrator is allowed to log in to the device using HTTPS.
Ignore this step if the default administrator role is used.


# telnet server enable # interface GigabitEthernet0/0/3 ip address 10.3.0.1 255.255.255.0 service-manage enable service-manage telnet permit # user-interface vty 0 4 authentication-mode aaa protocol inbound telnet user privilege level 3 idle-timeout 5 # acl number 2001 rule 5 permit source 10.3.0.0 0.0.0.255 rule 10 deny # aaa authentication-scheme admin_local # manager-user vtyadmin password cipher %@%@*y:3*ZN}.%%qcL1cCyDwlB.|@XBVMDWq'6JF(iOz2D8>A\SN%@%@ service-type telnet level 15 acl-number 2001 authentication-scheme admin_local # bind manager-user vtyadmin role service-admin role service-admin description policy_object_network_readwrite_and_other_modules_none dashboard none monitor none system none network read-write object read-write policy read-write # firewall zone trust set priority 85 add interface GigabitEthernet0/0/3 # return