blob: 96329fe4ac9529b56e58e15df5838535a86c63cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
subintVlanC.bandwidth["<1-10000000>"].enter = true;
subintVlanC.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
subintVlanC.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
subintVlanC.no.ip.address.enter = true;
subintVlanC.no.ip.address["A.B.C.D"]["A.B.C.D"].enter = true;
subintVlanC.no.ip.address["A.B.C.D"]["A.B.C.D"].secondary.enter = true;
subintVlanC.shutdown.enter = true;
|