VLAN по умолчанию: 10.36.0.0/24 Новая VLAN: 10.36.8.0/24 DHCP-сервер: 10.36.0.17
Я вижу, как пакеты предложения DHCP возвращаются на мой IP-адрес VLAN, а именно 10.36.8.31 (из журнала сообщений сервера DHCP)
28 апреля 15:33:13 dhcpd: DHCPOFFER с 10.36.8.129 по 10.36.8.31
Однако предложение dhcp никогда не возвращается на мою машину, подключенную к новому vlan (также проверено с wirehark)
Коммутатор HP Layer 3 Procurve
Running-Config (некоторые детали отредактированы)
Running configuration:
*; J9588A Configuration Editor; Created on release #KA.15.17.0008
*module 1 type j9588y
module 2 type j9588x
-fault-finder broadcast-storm sensitivity high
fault-finder bad-driver sensitivity high
fault-finder bad-transceiver sensitivity high
fault-finder bad-cable sensitivity high
fault-finder too-long-cable sensitivity high
fault-finder over-bandwidth sensitivity high
fault-finder loss-of-link sensitivity high
fault-finder duplex-mismatch-hdx sensitivity high
fault-finder duplex-mismatch-fdx sensitivity high
fault-finder link-flap sensitivity high
jumbo ip-mtu 9000
power-over-ethernet redundancy n+1
qos tcp-port ipv4 22 priority 7
qos tcp-port ipv4 80 priority 1
qos tcp-port ipv4 443 priority 0
qos type-of-service diff-services
timesync sntp
sntp broadcast
sntp server priority 1 10.36.0.17
sntp server priority 2 10.36.0.18
no telnet-server
time daylight-time-rule western-europe
no web-management
web-management ssl
ip default-gateway 10.36.0.1
ip dns server-address priority 1 10.36.0.17
ip dns server-address priority 2 10.36.0.17
no ip ssh cipher aes128-cbc
no ip ssh cipher 3des-cbc
no ip ssh cipher aes192-cbc
no ip ssh cipher aes256-cbc
no ip ssh mac hmac-md5
no ip ssh mac hmac-sha1-96
no ip ssh mac hmac-md5-96
ip route 10.36.8.0 255.255.255.0 10.36.8.1
ip routing
snmp-server community "public" unrestricted
tls application web-ssl lowest-version tls1.2
tls application openflow lowest-version tls1.2
tls application syslog lowest-version tls1.2
tls application tr69 lowest-version tls1.2
aaa authentication ssh login public-key
oobm
ip address 10.36.0.35 255.255.255.0
exit
router rip
redistribute connected
exit
vlan 1
name "DEFAULT_VLAN"
no untagged 20-21
untagged 1-19,22-52
ip address 10.36.0.31 255.255.255.0
ip helper-address 10.36.0.17
ip igmp
exit
vlan 8
name "WiredUsers"
untagged 20
ip address 10.36.8.31 255.255.255.0
ip helper-address 10.36.0.17
ip igmp
exit
spanning-tree
Любые предложения относительно того, почему предложение DHCP не может переключаться с 10.36.8.31 на мою машину в той же подсети?
Я думаю, что вам, вероятно, не нужно определять явный маршрут для сети 10.36.8.0/24, потому что это сеть с прямым подключением. Попробуйте удалить этот оператор маршрутизации, а затем просмотрите таблицу маршрутизации и посмотрите, есть ли маршрут для 10.36.8.0, который отображается как подключенный напрямую или аналогичный. Я не знаком с коммутаторами HP, поэтому основываю это на моих знаниях маршрутизации между VLAN с коммутаторами Cisco. Затем посмотрите, получает ли ваш DHCP-клиент IP-адрес, назначенный DHCP.
Вот результат работы коммутатора Cisco 3560. Вы увидите, что у меня нет явно определенных операторов маршрутизации для моих VLAN, поскольку все они напрямую связаны.
Switch#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
10.0.0.0/16 is subnetted, 4 subnets
C 10.1.0.0 is directly connected, Vlan10
C 10.2.0.0 is directly connected, Vlan20
C 10.3.0.0 is directly connected, Vlan30
C 10.4.0.0 is directly connected, Vlan40
Switch#sh run
Building configuration...
Current configuration : 1504 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Switch
!
!
!
!
!
ip routing
!
!
!
!
!
!
!
!
!
!
no spanning-tree vlan 1,10,20,30,40
!
!
!
!
interface FastEthernet0/1
switchport access vlan 10
switchport mode access
!
interface FastEthernet0/2
switchport access vlan 20
switchport mode access
!
interface FastEthernet0/3
switchport access vlan 30
switchport mode access
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
switchport access vlan 40
switchport mode access
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
no ip address
shutdown
!
interface Vlan10
ip address 10.1.0.1 255.255.0.0
!
interface Vlan20
ip address 10.2.0.1 255.255.0.0
!
interface Vlan30
ip address 10.3.0.1 255.255.0.0
!
interface Vlan40
ip address 10.4.0.1 255.255.0.0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Switch#