URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID6
Нить номер: 575
[ Назад ]

Исходное сообщение
"DGS-3200-10 выдает ошибку при присвоение интерфейсу IP (VLAN)"

Отправлено beerdy , 04-Мрт-13 02:56 
Ночь добрая,
Делаю так:

DGS-3200-10:4#create vlan vl100 tag 2
Command: create vlan vl100 tag 2

Success.
DGS-3200-10:4#create vlan vl200 tag 3
Command: create vlan vl200 tag 3

Success.
DGS-3200-10:4#config vlan vl100 add untagged 1-3
Command: config vlan vl100 add untagged 1-3

Success.                                                          

DGS-3200-10:4#config  vlan vl200 add untagged 4-6
Command: config vlan vl200 add untagged 4-6

Success.


Далее значит какаято хрень, весь инет перерыл:

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 enable

Success.


Но дальше тупик!:

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/24

The IPv4 interface does not exist.  

Fail!


Что делать?

Содержание

Сообщения в этом обсуждении
"DGS-3200-10 выдает ошибку при присвоение интерфейсу IP (VLAN)"
Отправлено Аноним , 04-Мрт-13 12:55 

> Что делать?

Читать доки.

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 enter

config 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.


"DGS-3200-10 выдает ошибку при присвоение интерфейсу IP (VLAN)"
Отправлено Аноним , 04-Мрт-13 13:03 
>> Что делать?
> Читать доки.

А потом совать в vlan
config ipif System ipaddress xxxx.xxxx.xxxx.xxxx. vlan vlan_name


"DGS-3200-10 выдает ошибку при присвоение интерфейсу IP (VLAN)"
Отправлено erera22 , 04-Мрт-13 14:31 
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