diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_controllerT1.txt | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_controllerT1.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_controllerT1.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_controllerT1.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_controllerT1.txt new file mode 100644 index 0000000..cb0e503 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_controllerT1.txt @@ -0,0 +1,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)");
|
