diff options
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/fnc_intVlan.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/fnc_intVlan.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/fnc_intVlan.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/fnc_intVlan.txt new file mode 100644 index 0000000..02f0d67 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/fnc_intVlan.txt @@ -0,0 +1,20 @@ +intVlanC.bandwidth["<1-10000000>"].enter = true;
+
+intVlanC.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
+
+intVlanC.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
+
+intVlanC.ip.nat.inside.enter = true;
+
+intVlanC.ip.nat.outside.enter = true;
+
+intVlanC["load-interval"]["<30-600>"].enter = true;
+
+intVlanC.no.ip.address.enter = true;
+
+intVlanC.no.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
+
+intVlanC.no.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
+
+intVlanC.shutdown.enter = true;
+
|
