diff options
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_intLoopBack.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_intLoopBack.txt | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_intLoopBack.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_intLoopBack.txt new file mode 100644 index 0000000..a2fe51f --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_intLoopBack.txt @@ -0,0 +1,48 @@ +intLoopBackC.bandwidth["<1-10000000>"].enter = true;
+
+intLoopBackC.crypto.map.WORD.enter = true;
+
+intLoopBackC.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
+
+intLoopBackC.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
+
+intLoopBackC.ip.nat.inside.enter = true;
+
+intLoopBackC.ip.nat.outside.enter = true;
+
+intLoopBackC.ip.ospf["dead-interval"]["<1-65535>"].enter = true;
+
+intLoopBackC.ip.ospf["hello-interval"]["<1-65535>"].enter = true;
+
+intLoopBackC.ip.router.isis.enter = true;
+
+intLoopBackC.ip.router.isis.WORD.enter = true;
+
+intLoopBackC.isis["hello-interval"]["<1-65535>"].enter = true;
+
+intLoopBackC.isis["hello-interval"]["<1-65535>"]["level-1"].enter = true;
+
+intLoopBackC.isis["hello-interval"]["<1-65535>"]["level-2"].enter = true;
+
+intLoopBackC.isis["hello-interval"].minimal.enter = true;
+
+intLoopBackC.isis["hello-interval"].minimal["level-1"].enter = true;
+
+intLoopBackC.isis["hello-interval"].minimal["level-2"].enter = true;
+
+intLoopBackC.isis.password.WORD.enter = true;
+
+intLoopBackC.isis.password.WORD["level-1"].enter = true;
+
+intLoopBackC.isis.password.WORD["level-2"].enter = true;
+
+intLoopBackC["load-interval"]["<30-600>"].enter = true;
+
+intLoopBackC.no.ip.address.enter = true;
+
+intLoopBackC.no.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
+
+intLoopBackC.no.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
+
+intLoopBackC.shutdown.enter = true;
+
|
