summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_controllerT1.txt
blob: cb0e503d78481bfd2c282a36dc3de8695be43a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
controllerT1C.addSC("cablelength", "Specify the cable length for a DS1 link");
controllerT1C.addSC("channel-group", "Specify the timeslots to channel-group mapping for an interface");
controllerT1C.addSC("clock", "Specify the clock source for a DS1 link");
	controllerT1C.clock.addSC("source", "Specify the clock source for a DS1 link");
controllerT1C.addSC("default", "Set a command to its defaults");
controllerT1C.addSC("description", "Controller specific description");
controllerT1C.addSC("exit", "Exit from controller configuration mode");
controllerT1C.addSC("fdl", "Specify the FDL standard for a DS1 data link");
controllerT1C.addSC("framing", "Specify the type of Framing on a DS1 link");
controllerT1C.addSC("help", "Description of the interactive help system");
controllerT1C.addSC("linecode", "Specify the line encoding method for a DS1 link");
controllerT1C.addSC("loopback", "Put the entire T1 line into loopback");
controllerT1C.addSC("no", "Negate a command or set its defaults");
	controllerT1C.no.addSC("cablelength", "Specify the cable length for a DS1 link");
	controllerT1C.no.addSC("channel-group", "Specify the timeslots to channel-group mapping for an interface");
	controllerT1C.no.addSC("clock", "Specify the clock source for a DS1 link");
	controllerT1C.no.addSC("description", "Controller specific description");
	controllerT1C.no.addSC("fdl", "Specify the FDL standard for a DS1 data link");
	controllerT1C.no.addSC("framing", "Specify the type of Framing on a DS1 link");
	controllerT1C.no.addSC("linecode", "Specify the line encoding method for a DS1 link");
	controllerT1C.no.addSC("loopback", "Put the entire T1 line into loopback");
controllerT1C.addSC("pri-group", "Configure the specified timeslots for PRI");
controllerT1C.addSC("shutdown", "Shut down a DS1 link (send Blue Alarm)");