Assign the timeslots into groups, and the Telco will point these timeslots
to the appropriate remote offices.
Example from Cisco ACRC: Define channel-groups  0 & 8. Group 0 uses timeslot
1, group 8 uses timeslots 5,6,12,13,14,15, and 20. Group 8 timeslots run at
64K.  Encapsulate group 0 timeslots with PPP. Assume E1 will be connected to
port S0.

RouterA(config)# channel-group 0 time slots 1
RouterA(config)# channel-group 8 time slots 5, 7, 12-15, 20 speed 64
RouterA(config)# int s0:0                                       /*apply
channel-group 0  to S0
RouterA(config-if)# ip address <x.x.x.x y.y.y.y>      /*separate IP for
channel-group 0
RouterA(config-if)#encap ppp                                 /*applies
encapsulation type for channel-group 0
RouterA(config-if)#exit
RouterA(config)# int s0:8                                      /*apply
channel-group 8 to S0
RouterA(config-if)# ip address <w.w.w.w z.z.z.z>    /*separate IP for
channel-group 8
RouterA(config-if)# exit                                         /*leave at
default encapsulation

- susan


___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to