Anybody has any experience with dhcp snooping on 5520? i activated it but it apparently completely blocks dhcp? or we do not understand the feature?
description:
- dhcp snooping enabled on vlan 10
- dhcp server on port 1/10
- port 1/10 trusted, all other ports untrusted
- as soon as we enable dhcp snooping dhcp offers are blocked allthough they should go through on port 1/10, as this port is configured trusted?
config:
...
! Model = Ethernet Routing Switch 5520-24T-PWR
! Software version = v5.1.0.015
...
! *** VLAN ***
!
vlan configcontrol flexible
vlan name 1 "VLAN #1"
vlan create 10 name "Users" type port
vlan create 100 name "Admin" type port
vlan ports 1/1-21 tagging unTagAll filter-untagged-frame disable filter-unregistered-frames enable priority 0
vlan ports 1/22-24 tagging tagAll filter-untagged-frame enable filter-unregistered-frames enable priority 0
vlan ports 2/1-21 tagging unTagAll filter-untagged-frame disable filter-unregistered-frames enable priority 0
vlan ports 2/22-24 tagging tagAll filter-untagged-frame enable filter-unregistered-frames enable priority 0
vlan members 1 NONE
vlan members 10 1/2-24,2/2-24
vlan members 100 1/1,1/22-24,2/1,2/22-24
vlan ports 1/1 pvid 100
vlan ports 1/2-14 pvid 10
vlan ports 2/1 pvid 100
vlan ports 2/2-24 pvid 10
vlan igmp unknown-mcast-no-flood disable
vlan igmp 1 snooping disable
vlan igmp 1 proxy disable robust-value 2 query-interval 125
vlan igmp 10 snooping disable
vlan igmp 10 proxy disable robust-value 2 query-interval 125
vlan igmp 100 snooping disable
vlan igmp 100 proxy disable robust-value 2 query-interval 125
vlan configcontrol strict
auto-pvid
...
! *** DHCP SNOOPING ***
!
ip dhcp-snooping
no ip dhcp-snooping vlan
ip dhcp-snooping vlan 10
interface FastEthernet ALL
default ip dhcp-snooping
ip dhcp-snooping port 1/10 trusted
exit
...
description:
- dhcp snooping enabled on vlan 10
- dhcp server on port 1/10
- port 1/10 trusted, all other ports untrusted
- as soon as we enable dhcp snooping dhcp offers are blocked allthough they should go through on port 1/10, as this port is configured trusted?
config:
...
! Model = Ethernet Routing Switch 5520-24T-PWR
! Software version = v5.1.0.015
...
! *** VLAN ***
!
vlan configcontrol flexible
vlan name 1 "VLAN #1"
vlan create 10 name "Users" type port
vlan create 100 name "Admin" type port
vlan ports 1/1-21 tagging unTagAll filter-untagged-frame disable filter-unregistered-frames enable priority 0
vlan ports 1/22-24 tagging tagAll filter-untagged-frame enable filter-unregistered-frames enable priority 0
vlan ports 2/1-21 tagging unTagAll filter-untagged-frame disable filter-unregistered-frames enable priority 0
vlan ports 2/22-24 tagging tagAll filter-untagged-frame enable filter-unregistered-frames enable priority 0
vlan members 1 NONE
vlan members 10 1/2-24,2/2-24
vlan members 100 1/1,1/22-24,2/1,2/22-24
vlan ports 1/1 pvid 100
vlan ports 1/2-14 pvid 10
vlan ports 2/1 pvid 100
vlan ports 2/2-24 pvid 10
vlan igmp unknown-mcast-no-flood disable
vlan igmp 1 snooping disable
vlan igmp 1 proxy disable robust-value 2 query-interval 125
vlan igmp 10 snooping disable
vlan igmp 10 proxy disable robust-value 2 query-interval 125
vlan igmp 100 snooping disable
vlan igmp 100 proxy disable robust-value 2 query-interval 125
vlan configcontrol strict
auto-pvid
...
! *** DHCP SNOOPING ***
!
ip dhcp-snooping
no ip dhcp-snooping vlan
ip dhcp-snooping vlan 10
interface FastEthernet ALL
default ip dhcp-snooping
ip dhcp-snooping port 1/10 trusted
exit
...