Ночь добрая,
Делаю так:
DGS-3200-10:4#create vlan vl100 tag 2
Command: create vlan vl100 tag 2Success.
DGS-3200-10:4#create vlan vl200 tag 3
Command: create vlan vl200 tag 3Success.
DGS-3200-10:4#config vlan vl100 add untagged 1-3
Command: config vlan vl100 add untagged 1-3Success.
DGS-3200-10:4#config vlan vl200 add untagged 4-6
Command: config vlan vl200 add untagged 4-6Success.
Далее значит какаято хрень, весь инет перерыл:
DGS-3200-10:4#create ipif Sys100 192.168.200.1/24 vl100 state enable
Command: create ipif Sys100 192.168.200.1/24
Next possible completions:
{} state
ОК. Делаю тогда так:
DGS-3200-10:4#create ipif Sys100 vl100 state enable
Command: create ipif Sys100 vl100 state enableSuccess.
Но дальше тупик!:
DGS-3200-10:4#config ipif Sys100 vlan vl100 ipaddress 192.168.200.1/24
Command: config ipif Sys100 vlan vl100 ipaddress 192.168.200.1/24The IPv4 interface does not exist.
Fail!
Что делать?
> Что делать?Читать доки.
Starting at the command line prompt, enter the commands
config ipif System ipaddress xxx.xxx.xxx.xxx/yyy.yyy.yyy.yyy
Where the x’s represent the IP address to be assigned to the IP interface named System and the y’s represent the corresponding subnet mask.
Alternatively, you can enterconfig ipif System ipaddress xxx.xxx.xxx.xxx/z.
Where the x’s represent the IP address to be assigned to the IP interface named System and the z represents the corresponding number of subnets in CIDR notation. The IP interface named
И никаких create.
>> Что делать?
> Читать доки.А потом совать в vlan
config ipif System ipaddress xxxx.xxxx.xxxx.xxxx. vlan vlan_name
3200 серия пришла на замену 3526, чуть изменился список CLI-команд. В частности, теперь не требуется указывать слово "vlan" после ip-адреса:
cre ipif vlan444 192.168.200.1/24 444 st enраньше было:
crea ipif vlan444 192.168.200.1/24 vlan 444 st en