diff options
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 827/fnc_subintDialer.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 827/fnc_subintDialer.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 827/fnc_subintDialer.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 827/fnc_subintDialer.txt new file mode 100644 index 0000000..ff4e1e2 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 827/fnc_subintDialer.txt @@ -0,0 +1,18 @@ +subintDialerC.bandwidth["<1-10000000>"].enter = true;
+
+subintDialerC.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
+
+subintDialerC.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
+
+subintDialerC.ip.nat.inside.enter = true;
+
+subintDialerC.ip.nat.outside.enter = true;
+
+subintDialerC.no.ip.address.enter = true;
+
+subintDialerC.no.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
+
+subintDialerC.no.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
+
+subintDialerC.shutdown.enter = true;
+
|
