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 2600/fnc_intS.txt | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_intS.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_intS.txt | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_intS.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_intS.txt new file mode 100644 index 0000000..36d9d91 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_intS.txt @@ -0,0 +1,84 @@ +intSC.bandwidth["<1-10000000>"].enter = true;
+
+intSC.clock.rate["<300-4000000>"].enter = true;
+
+intSC.crypto.map.WORD.enter = true;
+
+intSC.encapsulation["frame-relay"].enter = true;
+
+intSC.encapsulation["frame-relay"].ietf.enter = true;
+
+intSC.encapsulation.ppp.enter = true;
+
+intSC.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
+
+intSC.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
+
+intSC.ip.address.negotiated.enter = true;
+
+intSC.ip.nat.inside.enter = true;
+
+intSC.ip.nat.outside.enter = true;
+
+intSC.ip.ospf["dead-interval"]["<1-65535>"].enter = true;
+
+intSC.ip.ospf["hello-interval"]["<1-65535>"].enter = true;
+
+intSC.ip.router.isis.enter = true;
+
+intSC.ip.router.isis.WORD.enter = true;
+
+intSC.isis["hello-interval"]["<1-65535>"].enter = true;
+
+intSC.isis["hello-interval"]["<1-65535>"]["level-1"].enter = true;
+
+intSC.isis["hello-interval"]["<1-65535>"]["level-2"].enter = true;
+
+intSC.isis["hello-interval"].minimal.enter = true;
+
+intSC.isis["hello-interval"].minimal["level-1"].enter = true;
+
+intSC.isis["hello-interval"].minimal["level-2"].enter = true;
+
+intSC.isis.password.WORD.enter = true;
+
+intSC.isis.password.WORD["level-1"].enter = true;
+
+intSC.isis.password.WORD["level-2"].enter = true;
+
+intSC["load-interval"]["<30-600>"].enter = true;
+
+intSC.no.ip.address.enter = true;
+
+intSC.no.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
+
+intSC.no.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
+
+intSC.no.ip.address.negotiated.enter = true;
+
+intSC["physical-layer"].async.enter = true;
+
+intSC.ppp.authentication.chap.enter = true;
+
+intSC.ppp.authentication.chap.callin.enter = true;
+
+intSC.ppp.authentication.pap.enter = true;
+
+intSC.ppp.authentication.pap.callin.enter = true;
+
+intSC.ppp.authentication.pap.chap.enter = true;
+
+intSC.ppp.authentication.pap.chap.callin.enter = true;
+
+intSC.ppp.authentication.pap["ms-chap"].enter = true;
+
+intSC.ppp.authentication.pap["ms-chap"].callin.enter = true;
+
+intSC.ppp.authentication.pap["ms-chap"].chap.enter = true;
+
+intSC.ppp.authentication.pap["ms-chap"].chap.callin.enter = true;
+
+intSC.ppp.pap["sent-username"].WORD.password["<0-7>"].LINE.enter = true;
+
+intSC.shutdown.enter = true;
+
|
