DHCP Relay on SSR


Create a service
Create a service 

application-type   dhcp-relay

https://docs.128technology.com/docs/config_reference_guide#service



Global / branch and DC
service
        service            dhcp-relay-service
            name              dhcp-relay-service

            security          internal

            access-policy     corp
                source  corp
            exit
            application-type  dhcp-relay
        exit
Create a service-route
on the DC SSR

nat-target :   will replace the destination with dhcp-server-ip-address

service-route
            service-route        SR-dhcp-relay
                name          SR-dhcp-relay
                service-name  dhcp-relay
                nat-target    <dhcp-server-ip-address>

                next-hop      node1 lan6
                    node-name  node1
                    interface  lan6
                exit
            exit