09-05-2019 01:16 AM
Hi all,
I'm currently testing the Catalyst 9300.
It's configured as a VXLAN leaf, here the base configuration of VXLAN/BPG EVPN:
l2vpn evpn
replication-type static
!
vlan configuration 84
member evpn-instance 84 vni 11084
!
interface GigabitEthernet1/0/1
description "End host"
switchport access vlan 84
spanning-tree portfast
!
interface TenGigabitEthernet1/1/1
description "To spine"
no switchport
ip unnumbered Loopback0
ip pim sparse-mode
ip router isis
ip lisp source-locator Loopback0
!
!
interface nve1
no ip address
source-interface Loopback0
host-reachability protocol bgp
member vni 11084 mcast-group 239.1.1.84
!
router bgp 65501
bgp router-id interface Loopback0
bgp log-neighbor-changes
bgp graceful-restart
neighbor 10.30.8.1 remote-as 65501
neighbor 10.30.8.1 update-source Loopback0
!
address-family ipv4
no neighbor 10.30.8.1 activate
exit-address-family
!
address-family l2vpn evpn
neighbor 10.30.8.1 activate
neighbor 10.30.8.1 send-community both
maximum-paths 4
exit-address-family
!
ip pim rp-address 10.30.8.1
ip pim ssm default
This conf with VXLAN is working fine.
Now, I would like to enable DHCP snooping. I added these commands:
ip dhcp snooping vlan 84
ip dhcp snooping
But how to add the trusted interface for the snooping ?
I find nothing is the docs, in fact is DHCP snooping supported for VXLAN's VLAN ?
Thanks in advance for help.
Olivier
Solved! Go to Solution.
09-05-2019 05:47 AM
Sorry for that. It's the same for the Catalyst 9300:
DHCP snooping (Dynamic Host Configuration Protocol snooping) is not supported on VXLAN VLANs.
Go to the Guidelines and Limitations in the document attached:
09-05-2019 02:45 AM
Hello,
from the attached document:
DHCP snooping, ACL, and QoS policies are not supported on VXLAN VLANs.
Scroll to the bottom of Table 2:
09-05-2019 05:37 AM
Hi Georg,
Thanks for the answer, but it's for Nexus switches.
I'm wondering if it's the same for the Catalyst 9000 family ?
09-05-2019 05:47 AM
Sorry for that. It's the same for the Catalyst 9300:
DHCP snooping (Dynamic Host Configuration Protocol snooping) is not supported on VXLAN VLANs.
Go to the Guidelines and Limitations in the document attached:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide