Related
Documentation
MXSeries Ethernet Services Routers SolutionsPage
Example:Configuring DHCP Relay in a Bridge Domain VLAN Environmenton page 74
Example:Configuring DHCP Relayin a VPLS Routing Instance Environment on page75
Example:Configuring DHCP Relay in a Bridge Domain VLAN Environment
Thefollowing example configuresDHCP relay in a VPLS environment to trust only the
MACaddresses learned on the listed interfaces.
NOTE: Thisis not a complete routerconfiguration.
[edit]
routing-instances{
classic-vpls{
instance-typevpls;
interfacege-1/1/1.0;
interfacege-1/1/2.0;
interfacege-1/1/3.0;
interfacege-1/1/4.0;
interfacege-1/1/5.0;
vlan-id20;
forwarding-options{
dhcp-relay{ # Here is where DHCP is configured.
groupvlan-20–bridge {
interfacege-1/1/1.0;
interfacege-1/1/2.0;
interfacege-1/1/3.0;
interfacege-1/1/4.0;
interfacege-1/1/5.0;
}
}
}
protocolvpls {
site-id567;
#Other VPLS configuration statements...
}
}
}
OnlyMAC addresses learnedon the five listed Gigabit Ethernet interfaces will be trusted
forDHCP relay purposes.
Formore information on configuring DHCP,see the Junos OS Subscriber Access
ConfigurationGuide.
Related
Documentation
MXSeries Ethernet Services Routers SolutionsPage
MXSeries Router as a Layer 2 DHCP RelayAgent on page 73
Example:Configuring DHCP Relayin a VPLS Routing Instance Environment on page75
Copyright© 2010, Juniper Networks,Inc.74
Junos10.4 MX Series Ethernet ServicesRouters Solutions Guide