Juniper-networks JUNOS OS 10.4 Manual de usuario Pagina 101

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 208
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 100
Example: Configuring DHCP Relay in a VPLS Routing Instance Environment on page 81
Example: Configuring DHCP Relay in a VPLS Routing Instance Environment
The following example configures DHCP relay in a bridge domain (VLAN) environment.
The MX Series router will trust only the MAC addresses learned on the listed interfaces.
NOTE: This is not a complete router configuration.
The router has three interfaces: two interfaces (ge-2/2/4 and ge-2/2/6) using VLAN 100
for the DHCP clients, and one (xe-9/2/0) leading to the DHCP server. The router performs
the DHCP snooping (relay) function.
Configure the
Interfaces
[edit interfaces]
ge-2/2/4 {
encapsulation ethernet-bridge;
unit 0 {
family bridge {
interface-mode access;
vlan-id 100;
}
}
}
ge-2/2/6 {
encapsulation ethernet-bridge;
unit 0 {
family bridge {
interface-mode access;
vlan-id 100;
}
}
}
xe-9/2/0 {
unit 0 {
family bridge {
interface-mode access;
vlan-id 100;
}
}
}
Configure the Routing
Instance (Virtual
Switch)
[edit routing-instances]
vs1 {
instance-type virtual-switch;
interface ge-2/2/4.0;
interface ge-2/2/6.0;
interface xe-9/2/0;
bridge-domains {
bd1 {
domain-type bridge;
vlan-id 100;
forwarding-options {
81Copyright © 2013, Juniper Networks, Inc.
Chapter 7: MX Series Router as a DHCP Relay Agent
Vista de pagina 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 207 208

Comentarios a estos manuales

Sin comentarios