关于FRAME-RELAY实验,还是没成功,WHY?
R1#conf t<br>Enter configuration commands, one per line.End with CNTL/Z.<br>R1(config)#int s1<br>R1(config-if)#ip add 10.16.0.1 255.255.255.0<br>R1(config-if)#encapsulation frame<br>R1(config-if)#bandwidth 64<br>R1(config-if)#clockrate 64000<br>R1(config-if)#no shut<br>R1(config-if)#end<br>R1#<br>01:24:14: %SYS-5-CONFIG_I: Configured from console by console<br>R1#sh ip int br<br>Interface IP-Address OK? Method Status Prot<br>ocol<br>Ethernet0 unassigned YES NVRAMadministratively down down<br><br>Serial0 unassigned YES NVRAMdown down<br><br>Serial0.1 1.1.1.1 YES NVRAMdown down<br><br>Serial0.2 1.1.2.1 YES NVRAMdown down<br><br>Serial0.3 1.1.5.1 YES NVRAMdown down<br><br>Serial1 10.16.0.1 YES manual up down<br><br>R1#conf t<br>Enter configuration commands, one per line.End with CNTL/Z.<br>R1(config)#int s1<br>R1(config-if)#frame lmi?<br>lmi-n391dtelmi-n392dcelmi-n392dtelmi-n393dcelmi-n393dte<br>lmi-t392dcelmi-type<br><br>R1(config-if)#frame lmi-type ?<br>cisco<br>ansi<br>q933a<br><br>R1(config-if)#frame lmi-type cisco<br>R1(config-if)#no shut<br>R1(config-if)#end<br>R1#<br>01:25:08: %SYS-5-CONFIG_I: Configured from console by console<br>R1#sh ip int s1<br>Serial1 is up, line protocol is down<br>Internet address is 10.16.0.1/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>Inboundaccess list is not set<br>Proxy ARP is enabled<br>Security level is default<br>Split horizon is disabled<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 enabled<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>R2#conf t<br>Enter configuration commands, one per line.End with CNTL/Z.<br>R2(config)#int s1<br>R2(config-if)#ip add 10.16.0.2 255.255.255.0<br>R2(config-if)#encap frame<br>R2(config-if)#band 64<br>R2(config-if)#frame lmi-type cisco<br>R2(config-if)#no shut<br>R2(config-if)#end<br>R2#sh<br>01:00:00: %SYS-5-CONFIG_I: Configured from console by console ip int br<br>Interface IP-Address OK? Method Status Prot<br>ocol<br>Ethernet0 unassigned YES NVRAMadministratively down down<br><br>Serial0 unassigned YES NVRAMdown down<br><br>Serial0.1 1.1.1.2 YES NVRAMdown down<br><br>Serial0.2 1.1.2.2 YES NVRAMdown down<br><br>Serial0.3 1.1.3.1 YES NVRAMdown down<br><br>Serial1 10.16.0.2 YES manual up down<br><br>为什么还是不行啊?<br>是不是我的接线不对啊?附上图<br><br>images/upfile/2004214212140.bmp 还有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>Inboundaccess 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灯是绿的,正常吗? Router#sh run int s0/0<br>interface Serial0/0<br> ip address 10.xxx.xxx.yy 255.255.255.252<br> no ip directed-broadcast<br> ip nat outside<br> encapsulation frame-relay IETF<br> frame-relay map ip 10.xxx.xxx.xx 20<br> frame-relay interface-dlci 20<br> frame-relay lmi-type q933a<br>end<br><br>难道是map问题?其他好像都一样了…… R1(config-if)#clockrate 64000<br><br>谁让你在R1上配这个?DCE怎么连到R1上了?!<br><br>从头到尾都没有配置frame-relay map,另外,再问问,你确定这个拓扑是帧中继么?汗~ 原文由 sdspage 发表:<br><br> encapsulation frame-relay IETF<br> frame-relay lmi-type q933a<br><br><br>老胡那都是cisco的设备,这两句好像没必要了~ 原文由 cwav 发表:<br>R1(config-if)#clockrate 64000<br><br>谁让你在R1上配这个?DCE怎么连到R1上了?!<br><br>从头到尾都没有配置frame-relay map,另外,再问问,你确定这个拓扑是帧中继么?汗~<br><br><br>那正确的连线和命令是什么啊?<br>示范一遍嘛!<br>要是会,我就不会这么郁闷了/:s 晕~请参见ICND一书,spoto有卖,价格…… SKY,改天来我宿舍,,我把我上次做好的给你参考吧? 你们宿舍的门…… sky,我上传《CCIE实验室指南》,帧中继部分在服务器上,你先下载看配置,应该就没有问题了。<br><br>还差两份电子档的CCIE书,就可以把所有的CCIE必备书籍刻成光盘给你了。<br><br><br><br>原文由 sky 发表:<br><br><br>那正确的连线和命令是什么啊?<br>示范一遍嘛!<br>要是会,我就不会这么郁闷了/:s <br>
页:
[1]
2