DHCP Server on VRF

Hello,

Does someone have managed to configure DHCP server assigned to vif interface on a specific VRF?

This is my configuration and I really struggle to find a way to make it work

interfaces {
ethernet eth4 {
hw-id 52:54:00:41:77:11
vif 199 {
address 10.252.92.252/24
description GLOBAL_MGMT
vrf GLOBAL_MGMT
}
}

service {
dhcp-relay {
listen-interface eth4.199
server 10.252.92.1
upstream-interface eth0
}
dhcp-server {
shared-network-name COMMUNITIES {
subnet 10.200.92.0/24 {
option {
default-router 10.200.92.252
name-server 10.200.92.1
}
range 0 {
start 10.200.92.10
stop 10.200.92.250
}
subnet-id 200
}
}

Not implemented ⚓ T6211 kea DHCP server not vrf aware

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.