blob: 89aad31af6c33f130cc844ddf4561761a73505b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
subintEC.bandwidth["<1-10000000>"].enter = true;
subintEC.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
subintEC.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
subintEC.ip.nat.inside.enter = true;
subintEC.ip.nat.outside.enter = true;
subintEC.no.ip.address.enter = true;
subintEC.no.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
subintEC.no.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
subintEC.shutdown.enter = true;
|