cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
318
Views
0
Helpful
1
Replies

release ip address with dhcp server on different vrf

Augustgood
Level 1
Level 1

Hi all,

How can i contact my dhcp server on one vrf from another vrf ? this my config, but don't work ? who can suggest some solution ? is not possible or there are some trick ?

 

interface BDI3002

 description L3-RS1-v40

 ip vrf forwarding other

 ip address 150.100.100.254 255.255.255.0

 ip helper-address vrf other-service 12.2.35.217

 end

1 Reply 1

Steve Prescott
Level 1
Level 1

Sounds as though you need to import the routes so the subnets can see the subnet in the other vrf.

 

E.g.

ip vrf other

rd 100:15

route-target export 100:15

route-target import 100:12

 

ip vrf other-service

rd 100:12

route-target export 100:12

route-target import 100:15