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

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

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

intEC.ip.address.dhcp.enter = true;

intEC.ip.address.dhcp["client-id"].Ethernet["<0-0>"].enter = true;

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

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

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

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

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

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

intEC.no.ip.address.dhcp.enter = true;

intEC.shutdown.enter = true;