还有E0的LINE PROTOCOL 也是DOWN 的,WHY?<br><br><br>R1(config)#int e0<br>R1(config-if)#ip add 10.0.0.2 255.255.255.0<br>R1(config-if)#no shut<br>R1(config-if)#end<br>R1#<br>02:03:25: %SYS-5-CONFIG_I: Configured from console by console<br>R1#<br>02:03:25: %LINK-3-UPDOWN: Interface Ethernet0, changed state to up<br>02:03:26: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed sta<br>te to up<br>02:03:27: %LANCE-3-BADCABLE: Unit 0, Transmits stalled. Check ethernet cable con<br>nection<br>02:03:28: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed sta<br>te to down<br>R1#sh ip int e0<br>Ethernet0 is up, line protocol is down<br> Internet address is 10.0.0.2/24<br> Broadcast address is 255.255.255.255<br> Address determined by setup command<br> MTU is 1500 bytes<br> Helper address is not set<br> Directed broadcast forwarding is disabled<br> Outgoing access list is not set<br> Inbound access list is not set<br> Proxy ARP is enabled<br> Security level is default<br> Split horizon is enabled<br> ICMP redirects are always sent<br> ICMP unreachables are always sent<br> ICMP mask replies are never sent<br> IP fast switching is enabled<br> IP fast switching on the same interface is disabled<br> IP Flow switching is disabled<br> IP Feature Fast switching turbo vector<br> IP multicast fast switching is enabled<br> IP multicast distributed fast switching is disabled<br> IP route-cache flags are Fast<br> Router Discovery is disabled<br> IP output packet accounting is disabled<br> IP access violation accounting is disabled<br> TCP/IP header compression is disabled<br> RTP/IP header compression is disabled<br> Probe proxy name replies are disabled<br> Policy routing is disabled<br> Network address translation is disabled<br> WCCP Redirect outbound is disabled<br> WCCP Redirect inbound is disabled<br> WCCP Redirect exclude is disabled<br> BGP Policy Mapping is disabled<br><br><br>R2(config)#int e0<br>R2(config-if)#ip add 10.0.0.1 255.255.255.0<br>R2(config-if)#no shut<br>R2(config-if)#<br>01:34:51: %LINK-3-UPDOWN: Interface Ethernet0, changed state to up<br>01:34:52: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed sta<br>te to up<br>01:34:55: %LANCE-3-BADCABLE: Unit 0, Transmits stalled. Check ethernet cable con<br>nection<br>01:34:56: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed sta<br>te to down<br>R2(config-if)#end<br><br>那个转接口上的灯RCV亮的是琥珀色的,LINK和PWR灯是绿的,正常吗? |