|
回答:NO,进入手工配置,在router>下,输入enable
回车,进入全局模式
1.2. 远程telnet连接
当完成交换机配置,并起给交换机配置了管理地址,就可以直接采用远程telnet登陆进入交换机了,但是必须先配置line vty的密码和enable密码才能允许远程登陆。
2. 基本信息配置
2.1. 配置机器名、telnet、密码
1. 在全局模式下,用conf t,进入配置模式,进行以下的配置:
管理方面的配置:
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
hostname xxxx
enable secret 0 xxxxx
line vty 0 4
exec-timeout 30 0
password 0 xxxx
login
|
2.2. 配置snmp网管串
conf t
snmp-server community xxxxxx ro(只读)
或
snmp-server community xxxxxx rw(读写)
|
<<上一页
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
下一页>>
|