08-14-2024 02:42 PM
Does anyone have an example L2 config for the ICX8200 router. The previous L2 configurations don't work, or are not relevant/available.
- I just need a LAG to a fortinet
- a few vlans, with local or remote DHCP
- SSH access to an IP Address
I managed to get the ve 1 ip talking to the untagged IP of the fortigate 802.1ad trunk, but no other vlan gateway IP's on the fortigate.
08-14-2024 03:21 PM
This is my current config.......
Current configuration:
!
ver 10.0.00aT253
!
stack unit 1
module 1 icx8200-24p-port-management-module
module 2 icx8200-4-sfp-plus-port-100g-module
priority 128
stack-trunk ethernet 1/2/1 to 1/2/2
stack-port ethernet 1/2/3
stack unit 2
module 1 icx8200-24p-port-management-module
module 2 icx8200-4-sfp-plus-port-100g-module
stack-trunk ethernet 2/2/1 to 2/2/2
stack enable
stack mac 94b3.4f33.deaf
!
hitless-failover enable
!
!
global-stp
!
lag forti dynamic id 1
lacp-mode passive
ports ethe 1/1/24
!
!
vlan 1 name DEFAULT-VLAN by port
spanning-tree
!
vlan 26 name client2 by port
tagged lag 1
untagged ethe 1/1/1 to 1/1/16
!
!
ip route 0.0.0.0/0 10.55.0.1 distance 254 dynamic
!
!
ip dns server-address 192.168.1.1(dynamic)
ip tftp blocksize 8192
!
!
interface management 1
!
interface ethernet 2/1/24
disable
!
interface ve 1
ip address 10.55.0.2 255.255.255.0 dynamic
!
!
username super password 1 <trunc>
aaa authentication login default local
aaa authentication web-server default local
aaa authentication snmp-server default local
ip dhcp-client ve default
!
no telnet server
!
manager registrar
manager port-list 987
!
cli timeout 60
!
end
08-16-2024 02:53 AM
Hi Paulmanau
Thank you for reaching us
Kindly explore the following links for assistance related to your requirement.
Configuring Dynamic (LACP) and Static LAGs on ICX Switches
IP Address Assignment in 8200 Devices
Layer 2 Switching Configuration Guide
Thanks