blob: 5cbc8904639a7bddc0d7b8fac974e202ed95a8eb (
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
|
subintEC.bandwidth["<1-10000000>"].enter = function()
{
}
subintEC.crypto.map.WORD.enter = function()
{
}
subintEC.description.LINE.enter = function()
{
}
subintEC.exit.enter = function()
{
}
subintEC.ip.address["A.B.C.D"]["A.B.C.D"].enter = function()
{
}
subintEC.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = function()
{
}
subintEC.ip.nat.inside.enter = function()
{
}
subintEC.ip.nat.outside.enter = function()
{
}
subintEC.ip.ospf["dead-interval"]["<1-65535>"].enter = function()
{
}
subintEC.ip.ospf["hello-interval"]["<1-65535>"].enter = function()
{
}
subintEC.no.ip.address.enter = function()
{
}
subintEC.no.ip.address["A.B.C.D"]["A.B.C.D"].enter = function()
{
}
subintEC.no.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = function()
{
}
subintEC.shutdown.enter = function()
{
}
|