cancel
Showing results for 
Search instead for 
Did you mean: 

I need some help with a Extreme Summit X440-24t configuration

I need some help with a Extreme Summit X440-24t configuration

Alysson_Campos
New Contributor
Hi guys, I need some help.

We bought a Extreme Summit X440-24t switch and the idea is to replace a Cisco 3560 switch. I have no experience with XOS and there are two port configurations that I don´t know how to set up. These are the configurations on the cisco way:

## On these port how can I set up the port-security with MAC on ExtremeXOS

1. interface GigabitEthernet0/1:

switchport access vlan 450
switchport port-security mac-address c0ea.e46a.1821

## On these port how can I set up the port to L3 routing port and set up an IP to the port.

2. interface GigabitEthernet0/26:

no switchport
ip address 177.69.10.4 255.255.255.0

i appreciate your help!
15 REPLIES 15

Sumit_Tokle
Contributor
In extreme everything is vlan based. You need to create vlan, configure tag on vlan, add the port in vlan, configure IP address on vlan and then enable routing(ipforwarding)

create vlan test
configure vlan test tag 450
configure vlan test add port 1,2 untagged (untagged is same as Access port in cisco)
confiugre vlan test ipaddress 177.69.10.4 255.255.255.0
enable ipforwarding.

GTM-P2G8KFN