blob: 0cc6d17fea2883e426b0dc6693426ef2b4002ad8 (
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
intAsyncC.bandwidth["<1-10000000>"].enter = true;
intAsyncC.clock.rate["<300-4000000>"].enter = true;
intAsyncC.crypto.map.WORD.enter = true;
intAsyncC.encapsulation.ppp.enter = true;
intAsyncC.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
intAsyncC.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
intAsyncC.ip.address.negotiated.enter = true;
intAsyncC.ip.nat.inside.enter = true;
intAsyncC.ip.nat.outside.enter = true;
intAsyncC.ip.ospf["dead-interval"]["<1-65535>"].enter = true;
intAsyncC.ip.ospf["hello-interval"]["<1-65535>"].enter = true;
intAsyncC["load-interval"]["<30-600>"].enter = true;
intAsyncC.no.ip.address.enter = true;
intAsyncC.no.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
intAsyncC.no.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
intAsyncC.no.ip.address.negotiated.enter = true;
intAsyncC.ppp.authentication.chap.enter = true;
intAsyncC.ppp.authentication.chap.callin.enter = true;
intAsyncC.ppp.authentication.chap["if-needed"].enter = true;
intAsyncC.ppp.authentication.pap.enter = true;
intAsyncC.ppp.authentication.pap.callin.enter = true;
intAsyncC.ppp.authentication.pap.chap.enter = true;
intAsyncC.ppp.authentication.pap.chap.callin.enter = true;
intAsyncC.ppp.authentication.pap["if-needed"].enter = true;
intAsyncC.ppp.authentication.pap["ms-chap"].enter = true;
intAsyncC.ppp.authentication.pap["ms-chap"].callin.enter = true;
intAsyncC.ppp.authentication.pap["ms-chap"].chap.enter = true;
intAsyncC.ppp.authentication.pap["ms-chap"].chap.callin.enter = true;
intAsyncC.ppp.authentication.pap["ms-chap"]["if-needed"].enter = true;
intAsyncC.ppp.pap["sent-username"].WORD.password["<0-7>"].LINE.enter = true;
intAsyncC.shutdown.enter = true;
|