summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_intE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_intE.txt')
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_intE.txt77
1 files changed, 77 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_intE.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_intE.txt
new file mode 100644
index 0000000..2f77855
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_intE.txt
@@ -0,0 +1,77 @@
+intEC.description.LINE.enter = true;
+
+intEC.exit.enter = true;
+
+intEC.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
+
+intEC.no.description.enter = true;
+
+intEC.no.ip.address.enter = true;
+
+intEC.no.shutdown.enter = true;
+
+intEC.no["spanning-tree"].cost.enter = true;
+
+intEC.no["spanning-tree"].guard.enter = true;
+
+intEC.no["spanning-tree"]["port-priority"].enter = true;
+
+intEC.no["spanning-tree"].portfast.enter = true;
+
+intEC.no.speed.enter = true;
+
+intEC.no.switchport.enter = true;
+
+intEC.no.switchport.access.vlan.enter = true;
+
+intEC.no.switchport.host.enter = true;
+
+intEC.no.switchport.mode.enter = true;
+
+intEC.no.switchport.nonegotiate.enter = true;
+
+intEC.no.switchport["private-vlan"]["host-association"].enter = true;
+
+intEC.no.switchport["private-vlan"].mapping.enter = true;
+
+intEC.no.switchport.trunk.encapsulation.enter = true;
+
+intEC.shutdown.enter = true;
+
+intEC["spanning-tree"].cost["<1-200000000>"].enter = true;
+
+intEC["spanning-tree"].guard.none.enter = true;
+
+intEC["spanning-tree"].guard.root.enter = true;
+
+intEC["spanning-tree"]["port-priority"]["<0-240>"].enter = true;
+
+intEC["spanning-tree"].portfast.enter = true;
+
+intEC.speed.nonegotiate.enter = true;
+
+intEC.switchport.enter = true;
+
+intEC.switchport.access.vlan["<1-1005>"].enter = true;
+
+intEC.switchport.host.enter = true;
+
+intEC.switchport.mode.access.enter = true;
+
+intEC.switchport.mode.dynamic.auto.enter = true;
+
+intEC.switchport.mode.dynamic.desirable.enter = true;
+
+intEC.switchport.mode["private-vlan"].host.enter = true;
+
+intEC.switchport.mode["private-vlan"].promiscuous.enter = true;
+
+intEC.switchport.mode.trunk.enter = true;
+
+intEC.switchport.nonegotiate.enter = true;
+
+intEC.switchport.trunk.encapsulation.dot1q.enter = true;
+
+intEC.switchport.trunk.encapsulation.isl.enter = true;
+
+intEC.switchport.trunk.encapsulation.negotiate.enter = true;