Cisco Back-to-Back T1 Interface Configuration: Difference between revisions
Jump to navigation
Jump to search
BenFranske (talk | contribs) (Created page with "{| {{table}} | align="center" style="background:#f0f0f0;"|'''Step''' | align="center" style="background:#f0f0f0;"|'''Instruction''' | align="center" style="background:#f0f0f0;...") |
BenFranske (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
| 2a||Set the clock source to internal (on each DCE port)||controller t1 ''slot/subslot/port''<br> clock source internal||controller t1 0/0/0<br> clock source internal | | 2a||Set the clock source to internal (on each DCE port)||controller t1 ''slot/subslot/port''<br> clock source internal||controller t1 0/0/0<br> clock source internal | ||
|- | |- | ||
| | | 2b||Set the clock source to line (on each DTE port)||controller t1 ''slot/subslot/port''<br> clock source line||controller t1 0/0/1<br> clock source line | ||
|- | |- | ||
| 3||Set the channel group to include all 24 T1 timeslots||controller t1 ''slot/subslot/port''<br> channel-group 1 timeslots 1-24||controller t1 0/0/0<br> channel-group 1 timeslots 1-24 | | 3||Set the channel group to include all 24 T1 timeslots||controller t1 ''slot/subslot/port''<br> channel-group 1 timeslots 1-24||controller t1 0/0/0<br> channel-group 1 timeslots 1-24 | ||
|} | |} |
Revision as of 01:51, 26 August 2014
Step | Instruction | Command | Example |
1 | Set the card to T1 mode | card type t1 slot subslot | card type t1 0 0 |
2a | Set the clock source to internal (on each DCE port) | controller t1 slot/subslot/port clock source internal |
controller t1 0/0/0 clock source internal |
2b | Set the clock source to line (on each DTE port) | controller t1 slot/subslot/port clock source line |
controller t1 0/0/1 clock source line |
3 | Set the channel group to include all 24 T1 timeslots | controller t1 slot/subslot/port channel-group 1 timeslots 1-24 |
controller t1 0/0/0 channel-group 1 timeslots 1-24 |