estimados,
favor su ayuda necesito utilizar 2 puertos del firewall 200B v5.0 mediante link aggregation la verdad he buscado informacion pero no me dejan claro.
la idea es hacer un link agg contra un dispositivo cisco
desde ya les agradezco.
saludos
Configurar Link Aggregation
Re: Configurar Link Aggregation
no es LACP, es un enlace de agregación estático pero funcionará:
Cisco:
interface Port-channel1
description uplink to FortigateFW
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 100-150,200-250,300-350
switchport mode trunk
spanning-tree portfast trunk
end
Fortigate:
config system interface
edit " LACP VLAN Group"
set vdom " Blah"
set type aggregate
set member " port28" " port29"
set snmp-index 52
set lacp-mode static
next
end
Recuerda que tienes que agregar los puertos al portchannel también.
Cisco:
interface Port-channel1
description uplink to FortigateFW
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 100-150,200-250,300-350
switchport mode trunk
spanning-tree portfast trunk
end
Fortigate:
config system interface
edit " LACP VLAN Group"
set vdom " Blah"
set type aggregate
set member " port28" " port29"
set snmp-index 52
set lacp-mode static
next
end
Recuerda que tienes que agregar los puertos al portchannel también.
[Debes identificarte para poder ver enlaces.]
-
- Mensajes: 11
- Registrado: 26 Mar 2013, 17:23
Re: Configurar Link Aggregation
Gracias Jose,
voy a corroborar la configuracion.
saludos
voy a corroborar la configuracion.
saludos