- 论坛徽章:
- 0
|
公司新增了一台CISCO7206,又新买了一张8口E1卡,型号是PA-MC-8TE1。于是打算把原来cisco7000上的一条帧中继割接到新的E1卡上。但是割接失败了,想请大侠们帮帮忙,看一下问题出在哪里:\r\n\r\n 7000上出来是铜轴电缆,BNC头那种,7206出来是RJ48口,中间用了转接口——不过这个应该不是故障点吧?且听我慢慢道来。\r\n\r\n\r\n\r\n*********************\r\n 相关配置\r\n*********************\r\n\r\n 原7000上相关配置如下:\r\n----------串口---------------\r\ninterface Serial1/7\r\n no ip address\r\n encapsulation frame-relay IETF\r\n bandwidth 2048\r\n timeslot 1-31\r\n frame-relay lmi-type ansi\r\n----------子接口-------------\r\ninterface Serial1/7.7 point-to-point\r\n description \"Link to XXXXX \"\r\n ip address *.*.*.158 255.255.255.252\r\n bandwidth 64\r\n frame-relay interface-dlci 22 \r\n\r\n\r\n 在7206上相关配置如下:\r\n\r\n--------------在5/6上--------------\r\ncontroller E1 5/6\r\n framing NO-CRC4 \r\n channel-group 0 timeslots 1-31 speed 64\r\n\r\ninterface Serial5/6:0\r\n no ip address\r\n encapsulation frame-relay IETF\r\n frame-relay lmi-type ansi\r\n!\r\ninterface Serial5/6:0.1 point-to-point\r\n bandwidth 64\r\n ip address *.*.*.158 255.255.255.252\r\n frame-relay interface-dlci 22\r\n\r\n\r\n 对端为一台CISCO2505,相关配置如下:\r\n-----------------------------------------\r\ninterface Serial0\r\n ip address *.*.*.157 255.255.255.252\r\n encapsulation frame-relay IETF\r\n bandwidth 64\r\n frame-relay map ip *.*.*.158 22 broadcast\r\n frame-relay lmi-type ansi\r\n\r\n\r\n*****************************************\r\n 割接过程故障现象如下\r\n*****************************************\r\n\r\n 线路割接到7206上之后,端口一开始显示DOWN(正常,晚些才起),过几秒钟之后,端口显示为UP\r\n\r\n------------------ter m出来的信息------------------------\r\nFeb 27 23:05:17.305: Serial5/6:0(out): StEnq, myseq 1, yourseen 0, DTE up\r\nFeb 27 23:05:17.305: datagramstart = 0xE002B54, datagramsize = 14\r\nFeb 27 23:05:17.305: FR encap = 0x00010308\r\nFeb 27 23:05:17.305: 00 75 95 01 01 00 03 02 01 00 \r\nFeb 27 23:05:17.305: \r\nFeb 27 23:05:18: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial5/6:0, changed state to up\r\nFeb 27 23:05:18.305: FR-ADJ: Serial5/6:0: repopulating adjacencies\r\nFeb 27 23:05:18.305: FR-ADJ: Serial5/6:0.1: repopulating adjacencies\r\nFeb 27 23:05:18.305: Compression NOT configured-add fr map Serial5/6:0.1\r\nFeb 27 23:05:18.305: FR-ADJ: dlci 22: p2p link: updating adjacency\r\n% Unknown command or computer name, or unable to find computer address\r\nFeb 27 23:05:27.305: Serial5/6:0(out): StEnq, myseq 2, yourseen 0, DTE up\r\nFeb 27 23:05:27.305: datagramstart = 0xE003914, datagramsize = 14\r\nFeb 27 23:05:27.305: FR encap = 0x00010308\r\nFeb 27 23:05:27.305: 00 75 95 01 01 00 03 02 02 00 \r\n\r\n\r\n------------------------端口信息-------------------------------\r\nSerial5/6:0 is up, line protocol is up \r\n Hardware is PA-MC-8TE1 Plus\r\n Description: \" XXXXXX\"\r\n MTU 1500 bytes, BW 1984 Kbit, DLY 20000 usec, \r\n reliability 210/255, txload 1/255, rxload 1/255\r\n Encapsulation FRAME-RELAY IETF, crc 16, loopback not set\r\n Keepalive set (10 sec)\r\n LMI enq sent 2, LMI stat recvd 0, LMI upd recvd 0, DTE LMI up\r\n LMI enq recvd 0, LMI stat sent 0, LMI upd sent 0\r\n LMI DLCI 0 LMI type is ANSI Annex D frame relay DTE\r\n FR SVC disabled, LAPF state down\r\n Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 0\r\n Last input 00:15:15, output 00:00:05, output hang never\r\n Last clearing of \"show interface\" counters 00:01:26\r\n Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0\r\n Queueing strategy: weighted fair\r\n Output queue: 0/1000/64/0 (size/max total/threshold/drops) \r\n Conversations 0/1/16 (active/max active/max total)\r\n Reserved Conversations 0/0 (allocated/max allocated)\r\n Available Bandwidth 1488 kilobits/sec\r\n 5 minute input rate 0 bits/sec, 0 packets/sec\r\n 5 minute output rate 0 bits/sec, 0 packets/sec\r\n 0 packets input, 0 bytes, 0 no buffer\r\n Received 0 broadcasts, 0 runts, 0 giants, 0 throttles\r\n 8 input errors, 4 CRC, 0 frame, 0 overrun, 0 ignored, 3 abort\r\n 2 packets output, 28 bytes, 0 underruns\r\n 0 output errors, 0 collisions, 0 interface resets\r\n 0 output buffer failures, 0 output buffers swapped out\r\n 3 carrier transitions no alarm present\r\n Timeslot(s) Used:1-31, subrate: 64Kb/s, transmit delay is 0 flags\r\n\r\n--------------------查看链路状态 show frame-relay pvc 22 --------------------------------\r\n\r\n DLCI = 22, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial5/6:0.1\r\n\r\n------------------------- PVC状态为ACTIVE ---------------------------------\r\n\r\n\r\n 但是好景不长,不久,链路自动断开,PVC状态显示为 DELETED:\r\nFeb 27 23:05:47.305: FR-ADJ: dlci 22: p2p link: removing adjacency\r\nFeb 27 23:05:47.305: Serial5/6:0(out): StEnq, myseq 1, yourseen 0, DTE down\r\nFeb 27 23:05:47.305: datagramstart = 0xE003CD4, datagramsize = 14\r\nFeb 27 23:05:47.305: FR encap = 0x00010308\r\nFeb 27 23:05:47.305: 00 75 95 01 01 00 03 02 01 00 \r\nFeb 27 23:05:47.305: \r\nFeb 27 23:05:48: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial5/6:0, changed state to down\r\nFeb 27 23:05:57.305: Serial5/6:0(out): StEnq, myseq 2, yourseen 0, DTE down\r\nFeb 27 23:05:57.305: datagramstart = 0xE0028D4, datagramsize = 14\r\nFeb 27 23:05:57.305: FR encap = 0x00010308\r\nFeb 27 23:05:57.305: 00 75 95 01 01 00 03 02 02 00\r\n\r\n\r\n-----------------------------查看PVC状态如下-----------------------------------\r\nPVC Statistics for interface Serial5/6:0 (Frame Relay DTE)\r\n\r\n Active Inactive Deleted Static\r\n Local 0 0 1 0\r\n Switched 0 0 0 0\r\n Unused 0 0 0 0\r\n\r\nDLCI = 22, DLCI USAGE = LOCAL, PVC STATUS = DELETED, INTERFACE = Serial5/6:0.1\r\n\r\n input pkts 0 output pkts 8 in bytes 0 \r\n out bytes 832 dropped pkts 0 in pkts dropped 0 \r\n out pkts dropped 0 out bytes dropped 0 \r\n in FECN pkts 0 in BECN pkts 0 out FECN pkts 0 \r\n out BECN pkts 0 in DE pkts 0 out DE pkts 0 \r\n out bcast pkts 6 out bcast bytes 624 \r\n 5 minute input rate 0 bits/sec, 0 packets/sec\r\n 5 minute output rate 0 bits/sec, 0 packets/sec\r\n pvc create time 00:03:34, last time pvc status changed 00:00:39\r\n\r\n-----------------------------------------\r\n请各位大侠指点指点吧?怎么会明明起来了,又忽然断开了呢? |
|