Link to home
Start Free TrialLog in
Avatar of jimmydarko
jimmydarko

asked on

multiple e1with slip seconds

I have two cisco routers both with  VWIC-2MFT-E1 and they are connected by 2 x E1 circuits with the same provider.

I have multlink created to bundle them together, i am seeing slipped seconds on my e1 link 0/1/1:0

Is there anything wrong with my config, or what should the correct config be

Router A

network-clock-participate wic 1
network-clock-select 1 E1 0/1/0



controller E1 0/1/0
 framing NO-CRC4
 channel-group 0 timeslots 1-31
!
controller E1 0/1/1
 framing NO-CRC4
 channel-group 0 timeslots 1-31

interface Multilink1
 ip address 1.1.1.2 255.255.255.252
 ip virtual-reassembly
 no keepalive
 ppp multilink
 ppp multilink group 1

interface Serial0/1/0:0
 no ip address
 encapsulation ppp
 ppp multilink
 ppp multilink group 1
!
interface Serial0/1/1:0
 no ip address
 encapsulation ppp
 ppp multilink
 ppp multilink group 1

Router B

network-clock-participate wic 1
network-clock-select 1 E1 0/1/0



controller E1 0/1/0
 framing NO-CRC4
 channel-group 0 timeslots 1-31
!
controller E1 0/1/1
 framing NO-CRC4
 channel-group 0 timeslots 1-31

interface Multilink1
 ip address 1.1.1.2 255.255.255.252
 ip virtual-reassembly
 no keepalive
 ppp multilink
 ppp multilink group 1

interface Serial0/1/0:0
 no ip address
 encapsulation ppp
 ppp multilink
 ppp multilink group 1
!
interface Serial0/1/1:0
 no ip address
 encapsulation ppp
 ppp multilink
 ppp multilink group 1


thanks

ASKER CERTIFIED SOLUTION
Avatar of jimmydarko
jimmydarko

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial