blob: a2fe51f15cb7737c80a2fbac82d84f25409c1c6c (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
intLoopBackC.bandwidth["<1-10000000>"].enter = true;
intLoopBackC.crypto.map.WORD.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.ip.ospf["dead-interval"]["<1-65535>"].enter = true;
intLoopBackC.ip.ospf["hello-interval"]["<1-65535>"].enter = true;
intLoopBackC.ip.router.isis.enter = true;
intLoopBackC.ip.router.isis.WORD.enter = true;
intLoopBackC.isis["hello-interval"]["<1-65535>"].enter = true;
intLoopBackC.isis["hello-interval"]["<1-65535>"]["level-1"].enter = true;
intLoopBackC.isis["hello-interval"]["<1-65535>"]["level-2"].enter = true;
intLoopBackC.isis["hello-interval"].minimal.enter = true;
intLoopBackC.isis["hello-interval"].minimal["level-1"].enter = true;
intLoopBackC.isis["hello-interval"].minimal["level-2"].enter = true;
intLoopBackC.isis.password.WORD.enter = true;
intLoopBackC.isis.password.WORD["level-1"].enter = true;
intLoopBackC.isis.password.WORD["level-2"].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;
|