I need some help with a Extreme Summit X440-24t configuration
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
ā08-27-2014 10:24 AM
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!
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
ā01-19-2017 08:19 PM
Hello,
there is the reference about lock learning
https://gtacknowledge.extremenetworks.com/articles/Q_A/How-to-enable-port-security-mac-learning-on-S...
there is the reference about lock learning
https://gtacknowledge.extremenetworks.com/articles/Q_A/How-to-enable-port-security-mac-learning-on-S...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
ā01-19-2017 08:19 PM
Hi Bin,
In this part you have explained how to bind MAC to a port. I want to know how I can bind public IP to a port.
Thanks in advance...
In this part you have explained how to bind MAC to a port. I want to know how I can bind public IP to a port.
Thanks in advance...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
ā08-29-2014 06:05 AM
Hi Alysson,
To answer the first part of your question you can configure MAC security by connecting the device to the relevant port (so the MAC address appears on that port) and then running the following:
create vlan test tag 450
configure vlan test add port 1 untagged
configure port 1 vlan test lock-learning
This will lock the MAC address on port 1 so no other MAC addresses can be used. You can also use 'limit-learning' to limit the number of MACs learnt to a certain number. 'unlock-learning' removes the lock and 'unlimited-learning' removes the limit.
I hope this helps.
Kevin
To answer the first part of your question you can configure MAC security by connecting the device to the relevant port (so the MAC address appears on that port) and then running the following:
create vlan test tag 450
configure vlan test add port 1 untagged
configure port 1 vlan test lock-learning
This will lock the MAC address on port 1 so no other MAC addresses can be used. You can also use 'limit-learning' to limit the number of MACs learnt to a certain number. 'unlock-learning' removes the lock and 'unlimited-learning' removes the limit.
I hope this helps.
Kevin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
ā08-27-2014 10:45 PM
Yes, you are correct.
I believe in Cisco, you need to configure "ip routing" command in order to enable routing. In same way, you could configure "enable ipforwarding" to configure that interface as L3
I believe in Cisco, you need to configure "ip routing" command in order to enable routing. In same way, you could configure "enable ipforwarding
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
ā08-27-2014 03:08 PM
Thank you Sumit Tokle. In that case what you“re saying is that when I enable ipforwarding to a specific vlan X it turns those ports in that vlanX into a L3 routing ports? Because in my understanding a Vlan is a L2 usually.
