长城客户管理系统登录:思科实验的问题

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/10 11:50:54
我在思科2500设过ip后,用no sh 命令以后会出现这样的显示“%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet1, changed state to down”
退出后ping 不通,0也不知是怎么回事,具体设制是这样的:Press Enter to Start

Router>
Router>
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host A
A(config)#int e0
A(config-if)#ip add 172.16.1.1 255.255.255.0
A(config-if)#no sh
%LINK-3-UPDOWN: Interface Ethernet0, changed state to up

A(config-if)#int e1
A(config-if)#ip add 10.1.1.1 255.255.255.0
A(config-if)#no sh
%LINK-3-UPDOWN: Interface Ethernet1, changed state to up
A(config-if)#exit
A(config)#exit
%LINK-3-UPDOWN: Interface Ethernet1, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet1, changed state to down
请各位高手指导

1.首先呢,你的路由器A,上面的接口E0和E1的IP地址不在同一个网段上,不同网段之间要想互相访问必须起用路由协议.

2.你NO SHUT以后,接口应该是物理性的UP.但是LINE PROTOCOL是DOWN的,说明协议上面有问题.去检查你的交换机,两个接口是不是在同一个VLAN.如果是两台交换机,检查交换机的TRUNK是否开启.

两个问题分开考虑.