cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1526
Views
10
Helpful
3
Replies

DNA Fabric not assign DHCP to Hosts

Heriberto Diaz
Level 1
Level 1

Hi community

 

Recently we implemented a POC with Fabric using the topology below.

 

Topologia para SD-Access_DHCP.jpg

Activities carried out are:
- Integration with ISE (16 SGTS)
- Fabric topology (SW 3850 "CP-B", 2 SW 3560 "Fabric")
- Global configuration DNA has the IP DHCP Server.
-The VRF, Subinterfaces were replicated on the Fuzion router and in the BGP section the VNs were extended with their respective IPV4 Address-Family.
- Host-OnBoarding was configured on the switches by assigning the guest VN for wired tests.

 

When we connect 2 hosts "one on each switch" they do not receive configuration via DHCP but when we configure a static IP if there is communication between the hosts.

 

We even set up a micro segmentation as proof with a DENY between the hosts of the same VN Guests and we effectively lose the ping. When the micro segmentation is removed, the ping is restored.

 

Do you think it is necessary to manually configure something on the Fuzion Router?
Do you think there is still something to configure in the ISE?

 

Also take packet captures and note that there is only DHCP Request up to SW Border 3850 but you never see anything in the Fuzion.

 

Thank you.

1 Accepted Solution

Accepted Solutions

Preston Chilcote
Cisco Employee
Cisco Employee

It sounds like the route to DHCP server (and other shared services) isn't in the VN routing table.  You need to leak those routes:

 

https://www.cisco.com/c/en/us/support/docs/cloud-systems-management/dna-center/213525-sda-steps-to-configure-fusion-router.html#anc12

View solution in original post

3 Replies 3

Preston Chilcote
Cisco Employee
Cisco Employee

It sounds like the route to DHCP server (and other shared services) isn't in the VN routing table.  You need to leak those routes:

 

https://www.cisco.com/c/en/us/support/docs/cloud-systems-management/dna-center/213525-sda-steps-to-configure-fusion-router.html#anc12

Thank you finally I get IP Address vía DHCP but when I try to open a web page, the page delay to show something an finally sends a message of Certificate invalid.

 

Invalid_Certificate.jpg

Port Configuration

interface GigabitEthernet1/0/1
switchport access vlan 1037
switchport mode access
device-tracking attach-policy IPDT_MAX_10
load-interval 30
cts manual
policy static sgt 6
no propagate sgt
no macro auto processing
spanning-tree portfast
end

 

Any idea?

 

Thanks and regards.

Mike.Cifelli
VIP Alumni
VIP Alumni

Since the DHCP server is not inside your fabric your EBN needs a DFR or static route that should be advertised from your FR to EBN via your ebgp peering.  Once that is done this should work fine.  Good luck & HTH!