ip地址配置和telnet配置.pdf
文本预览下载声明
誉天教育 chaijian (RS,SEC) CCIE --18403
实验拓扑
实验目的:
掌握基本接口ip 地址配置,熟悉基本telnet 登陆设置
实验步骤:
1. 查看相关接口连接
Router#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
Serial1/0 unassigned YES unset administratively down down
Serial1/1 unassigned YES unset administratively down down
Serial1/2 unassigned YES unset administratively down down
Serial1/3 unassigned YES unset administratively down down
2. 配置主机名以及相关参数
Router#conf t
Router(config)#host R1
R1(config)#no ip domain-lo
R1(config)#line con 0
R1(config-line)#no exec-t
R1(config-line)#exit
R1(config)#
R1(config)#
R1(config)#
3. 配置串口ip 地址
R1(config)#interface serial 1/1
R1(config-if)#ip add
R1(config-if)#ip address 10.10.12.1 255.255.255.0
R1(config-if)#clock rate 64000
R1(config-if)#no shutdown
R1(config-if)#end
誉天教育 chaijian (RS,SEC) CCIE --18403
R1#sh ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
Serial1/0 unassigned YES unset administratively down down
Serial1/1 10.10.12.1 YES manual up up
Serial1/2 unassigned YES unset administratively down down
Serial1/3 unassigned YES unset administratively down down
4. 查看接口信息R1#sh interfaces serial 1/1
R1#sh interfaces serial 1/1
Serial1/1 is up, line protocol is up
Hardware is M4T
In
显示全部