diff options
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/fnc_subintS.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/fnc_subintS.txt | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/fnc_subintS.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/fnc_subintS.txt new file mode 100644 index 0000000..169ec5a --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/fnc_subintS.txt @@ -0,0 +1,56 @@ +subintSC.bandwidth["<1-10000000>"].enter = function()
+{
+}
+
+subintSC.crypto.map.WORD.enter = function()
+{
+}
+
+subintSC.description.LINE.enter = function()
+{
+}
+
+subintSC.exit.enter = function()
+{
+}
+
+subintSC.ip.address["A.B.C.D"]["A.B.C.D"].enter = function()
+{
+}
+
+subintSC.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = function()
+{
+}
+
+subintSC.ip.nat.inside.enter = function()
+{
+}
+
+subintSC.ip.nat.outside.enter = function()
+{
+}
+
+subintSC.ip.ospf["dead-interval"]["<1-65535>"].enter = function()
+{
+}
+
+subintSC.ip.ospf["hello-interval"]["<1-65535>"].enter = function()
+{
+}
+
+subintSC.no.ip.address.enter = function()
+{
+}
+
+subintSC.no.ip.address["A.B.C.D"]["A.B.C.D"].enter = function()
+{
+}
+
+subintSC.no.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = function()
+{
+}
+
+subintSC.shutdown.enter = function()
+{
+}
+
|
