diff options
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/fnc_routerEIGRP.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/fnc_routerEIGRP.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/fnc_routerEIGRP.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/fnc_routerEIGRP.txt new file mode 100644 index 0000000..419f302 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/fnc_routerEIGRP.txt @@ -0,0 +1,32 @@ +routerEIGRPC["auto-summary"].enter = function()
+{
+}
+
+routerEIGRPC.exit.enter = function()
+{
+}
+
+routerEIGRPC.help.enter = function()
+{
+}
+
+routerEIGRPC.network["A.B.C.D"].enter = function()
+{
+}
+
+routerEIGRPC.network["A.B.C.D"]["A.B.C.D"].enter = function()
+{
+}
+
+routerEIGRPC.no["auto-summary"].enter = function()
+{
+}
+
+routerEIGRPC["passive-interface"].enter = function()
+{
+}
+
+routerEIGRPC.redistribute.enter = function()
+{
+}
+
|
