blob: 2f778556506c65c0ae40c83425a7a639db313faf (
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
intEC.description.LINE.enter = true;
intEC.exit.enter = true;
intEC.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
intEC.no.description.enter = true;
intEC.no.ip.address.enter = true;
intEC.no.shutdown.enter = true;
intEC.no["spanning-tree"].cost.enter = true;
intEC.no["spanning-tree"].guard.enter = true;
intEC.no["spanning-tree"]["port-priority"].enter = true;
intEC.no["spanning-tree"].portfast.enter = true;
intEC.no.speed.enter = true;
intEC.no.switchport.enter = true;
intEC.no.switchport.access.vlan.enter = true;
intEC.no.switchport.host.enter = true;
intEC.no.switchport.mode.enter = true;
intEC.no.switchport.nonegotiate.enter = true;
intEC.no.switchport["private-vlan"]["host-association"].enter = true;
intEC.no.switchport["private-vlan"].mapping.enter = true;
intEC.no.switchport.trunk.encapsulation.enter = true;
intEC.shutdown.enter = true;
intEC["spanning-tree"].cost["<1-200000000>"].enter = true;
intEC["spanning-tree"].guard.none.enter = true;
intEC["spanning-tree"].guard.root.enter = true;
intEC["spanning-tree"]["port-priority"]["<0-240>"].enter = true;
intEC["spanning-tree"].portfast.enter = true;
intEC.speed.nonegotiate.enter = true;
intEC.switchport.enter = true;
intEC.switchport.access.vlan["<1-1005>"].enter = true;
intEC.switchport.host.enter = true;
intEC.switchport.mode.access.enter = true;
intEC.switchport.mode.dynamic.auto.enter = true;
intEC.switchport.mode.dynamic.desirable.enter = true;
intEC.switchport.mode["private-vlan"].host.enter = true;
intEC.switchport.mode["private-vlan"].promiscuous.enter = true;
intEC.switchport.mode.trunk.enter = true;
intEC.switchport.nonegotiate.enter = true;
intEC.switchport.trunk.encapsulation.dot1q.enter = true;
intEC.switchport.trunk.encapsulation.isl.enter = true;
intEC.switchport.trunk.encapsulation.negotiate.enter = true;
|