summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/fnc_intLoopBack.txt
blob: f294c4970d25096b09d12eb48566e9666681d4bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
intLoopBackC.bandwidth["<1-10000000>"].enter = true;

intLoopBackC.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;

intLoopBackC.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;

intLoopBackC.ip.nat.inside.enter = true;

intLoopBackC.ip.nat.outside.enter = true;

intLoopBackC["load-interval"]["<30-600>"].enter = true;

intLoopBackC.no.ip.address.enter = true;

intLoopBackC.no.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;

intLoopBackC.no.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;

intLoopBackC.shutdown.enter = true;