Нужна помощь, не могу разобраться.
У провайдера арендуем 2*E1, поднято BGP, каналы работают нормально. Абонентский трафик отправляю через эти два канала.controller E1 5/0
framing NO-CRC4
channel-group 0 timeslots 1-31
description "Rostelecom-1"
!
controller E1 5/1
framing NO-CRC4
channel-group 0 timeslots 1-31
description "Rostelecom-2"
!
!
interface Serial5/0:0
ip address X.X.X.98 255.255.255.252
ip nat outside
ip virtual-reassembly
ip route-cache flow
load-interval 30
no cdp enable
!
interface Serial5/1:0
ip address X.X.X.62 255.255.255.252
ip nat outside
ip virtual-reassembly
ip route-cache flow
load-interval 30
no cdp enable
!
router bgp 11111
no synchronization
bgp log-neighbor-changes
network X.X.16.0 mask 255.255.255.0
network X.X.180.0
network X.X.184.0
network X.X.189.0
neighbor X.X.X.97 remote-as 22222
neighbor X.X.X.97 description Rostelecom
neighbor X.X.X.97 version 4
neighbor X.X.X.97 soft-reconfiguration inbound
neighbor X.X.X.97 weight 100
neighbor X.X.X.97 distribute-list bgp out
neighbor X.X.X.61 remote-as 22222
neighbor X.X.X.61 description Rostelecom
neighbor X.X.X.61 version 4
neighbor X.X.X.61 soft-reconfiguration inbound
neighbor X.X.X.61 weight 100
neighbor X.X.X.61 distribute-list bgp out
ip route 0.0.0.0 0.0.0.0 X.X.X.97
ip route 80.0.0.0 240.0.0.0 X.X.X.61
Провайдер дал ещё один канал Е1, поднял BGP, AS одна, все UP, но абонентский трафик по этому каналу не шагает вообще.
Serial6/0:0 is up, line protocol is up
Hardware is DSX1
Internet address is X.X.X.50/30
MTU 1500 bytes, BW 1984 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input 00:00:03, output 00:00:08, output hang never
Last clearing of "show interface" counters 19:23:01
Input queue: 0/75/1/0 (size/max/drops/flushes); Total output drops: 24
Queueing strategy: weighted fair
Output queue: 0/1000/64/24 (size/max total/threshold/drops)
Conversations 0/32/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 1488 kilobits/sec
30 second input rate 0 bits/sec, 0 packets/sec
30 second output rate 0 bits/sec, 0 packets/sec
1174449 packets input, 599819171 bytes, 0 no buffer
Received 6971 broadcasts, 0 runts, 0 giants, 0 throttles
1 input errors, 0 CRC, 1 frame, 0 overrun, 0 ignored, 1 abort
661414 packets output, 169650441 bytes, 0 underruns
0 output errors, 0 collisions, 11 interface resets
0 output buffer failures, 0 output buffers swapped out
2 carrier transitions
Timeslot(s) Used:1-31, Transmitter delay is 0 flags
controller E1 6/0
framing NO-CRC4
channel-group 0 timeslots 1-31
description "Rostelecom-3"
interface Serial6/0:0
ip address X.X.X.50 255.255.255.252
ip nat outside
ip virtual-reassembly
ip route-cache flow
load-interval 30
no cdp enable
router bgp 11111
no synchronization
bgp log-neighbor-changes
network X.X.16.0 mask 255.255.255.0
network X.X.180.0
network X.X.184.0
network X.X.189.0
neighbor X.X.X.97 remote-as 22222
neighbor X.X.X.97 description Rostelecom
neighbor X.X.X.97 version 4
neighbor X.X.X.97 soft-reconfiguration inbound
neighbor X.X.X.97 weight 100
neighbor X.X.X.97 distribute-list bgp out
neighbor X.X.X.61 remote-as 22222
neighbor X.X.X.61 description Rostelecom
neighbor X.X.X.61 version 4
neighbor X.X.X.61 soft-reconfiguration inbound
neighbor X.X.X.61 weight 100
neighbor X.X.X.61 distribute-list bgp out
neighbor X.X.X.49 remote-as 22222
neighbor X.X.X.49 description Rostelecom
neighbor X.X.X.49 version 4
neighbor X.X.X.49 soft-reconfiguration inbound
neighbor X.X.X.49 distribute-list bgp out
BGP table version is 1833, local router ID is 217.115.178.117
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
r 0.0.0.0 X.X.X.49 0 22222 i
r> X.X.X.97 0 22222 i
r X.X.X.61 0 22222 i
*> X.X.180.0 0.0.0.0 0 32768 i
*> X.X.184.0 0.0.0.0 0 32768 i
*> X.X.189.0 0.0.0.0 0 32768 i
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
X.X.X.97 4 22222 154351 141878 1833 0 0 18:11:43 1
X.X.X.61 4 22222 154426 142095 1833 0 0 18:11:54 1
X.X.X.49 4 22222 3108 2902 1833 0 0 01:09:03 1
Почему по третьей двушке абонентский трафик не гуляет?