Добрый день !
Вопрос : Что я делаю не правильно ?
Вводные :
DGS-3627
Дефолтная конфигурация (единственное изменен дефолтный адрес на
10.0.0.10)
Подключено две машины:
в 1 порт с адресом из 10 сети
в 5 порт машина :
D:\>ipconfig
Настройка протокола IP для Windows
Подключение по локальной сети - Ethernet адаптер:
DNS-суффикс этого подключения . . :
IP-адрес . . . . . . . . . . . . : 192.168.0.91
Маска подсети . . . . . . . . . . : 255.255.255.0
Основной шлюз . . . . . . . . . . : 192.168.0.254
Мои действия :
DGS-3627 Gigabit Ethernet Switch
Command Line Interface
Firmware: Build 2.20-B35
Copyright(C) 2007 D-Link Corporation. All rights reserved.
UserName:
PassWord:
DGS-3627:4#show ipif
Command: show ipif
IP Interface : System
VLAN Name : default
Interface Admin state : Enabled
IPv4 Address : 10.0.0.10/8 (Manual) Primary
Total Entries : 1
DGS-3627:4#show vlan
Command: show vlan
VID : 1 VLAN Name : default
VLAN Type : Static Advertisement : Enabled
Member Ports : 1-27
Static Ports : 1-27
Current Tagged Ports :
Current Untagged Ports: 1-27
Static Tagged Ports :
Static Untagged Ports : 1-27
Forbidden Ports :
DGS-3627:4#config vlan default delete 1:5-1:8
Command: config vlan default delete 5-8
Success.
DGS-3627:4#create vlan v192 tag 2
Command: create vlan v192 tag 2
Success.
DGS-3627:4#config vlan v192 add untagged 1:5-1:8
Command: config vlan v192 add untagged 5-8
Success.
DGS-3627:4#create ipif n192 192.168.0.254/24 v192 state enabled
Command: create ipif n192 192.168.0.254/24 v192 state enable
Success.
DGS-3627:4#show vlan
Command: show vlan
VID : 1 VLAN Name : default
VLAN Type : Static Advertisement : Enabled
Member Ports : 1-4,9-27
Static Ports : 1-4,9-27
Current Tagged Ports :
Current Untagged Ports: 1-4,9-27
Static Tagged Ports :
Static Untagged Ports : 1-4,9-27
Forbidden Ports :
VID : 2 VLAN Name : v192
VLAN Type : Static Advertisement : Disabled
Member Ports : 5-8
Static Ports : 5-8
Current Tagged Ports :
Current Untagged Ports: 5-8
Static Tagged Ports :
Static Untagged Ports : 5-8
Forbidden Ports :
Total Entries: 2
DGS-3627:4#show ipif
Command: show ipif
IP Interface : System
VLAN Name : default
Interface Admin state : Enabled
IPv4 Address : 10.0.0.10/8 (Manual) Primary
IP Interface : n192
VLAN Name : v192
Interface Admin state : Enabled
IPv4 Address : 192.168.0.254/24 (Manual) Primary
Total Entries : 2
DGS-3627:4#ping 192.168.0.91
Command: ping 192.168.0.91
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping Statistics for 192.168.0.91
Packets: Sent =6, Received =0, Lost =6
С машины интерфейс ДГСки соответственно то-же не пингуется. А по монуалу должно пинговаться. Может я что-то не сделал. Подскажите что.
А дальнейшее, это что-бы снять вопросы про неправильно настроенную станцию в 192 сети
DGS-3627:4#delete ipif n192
Command: delete ipif n192
Success.
DGS-3627:4#delete vlan v192
Command: delete vlan v192
Success.
DGS-3627:4#config vlan default add untagged 1:5-1:8
Command: config vlan default add untagged 5-8
Success.
DGS-3627:4#show vlan
Command: show vlan
VID : 1 VLAN Name : default
VLAN Type : Static Advertisement : Enabled
Member Ports : 1-27
Static Ports : 1-27
Current Tagged Ports :
Current Untagged Ports: 1-27
Static Tagged Ports :
Static Untagged Ports : 1-27
Forbidden Ports :
Total Entries: 1
DGS-3627:4#create ipif n192 192.168.0.254/24 default secondary state enabled
Command: create ipif n192 192.168.0.254/24 default secondary state enable
Success.
DGS-3627:4#ping 192.168.0.91
Command: ping 192.168.0.91
Reply from 192.168.0.91, time<10ms
Reply from 192.168.0.91, time<10ms
Reply from 192.168.0.91, time<10ms
Reply from 192.168.0.91, time<10ms
Reply from 192.168.0.91, time<10ms
Ping Statistics for 192.168.0.91
Packets: Sent =5, Received =5, Lost =0
|