Hi we use to have 6450 switches with revision 6
They have now been replaced with OS6560-P48Z16 - revision 8
Can some one please tell me what these commands are in Revision 8
Show mac-address table
Vlan 204 port default 1/24
write memory
copy working certified-flash-syncro
Also where can I find CLI commands for revision 8 on the web please?
OS6560-P48Z16 - CLI commands
- Gleylancer
- Member
- Posts: 164
- Joined: 08 May 2013 03:14
Re: OS6560-P48Z16 - CLI commands
show mac-learning
vlan 204 members port 1/24 untagged
write memory
copy flash-synchro (also works on AOS6)
The AOS 8 CLI Reference Guide might help.
https://www.alcatelunleashed.com/viewtopic.php?t=31283
vlan 204 members port 1/24 untagged
write memory
copy flash-synchro (also works on AOS6)
The AOS 8 CLI Reference Guide might help.
https://www.alcatelunleashed.com/viewtopic.php?t=31283
Last edited by Gleylancer on 28 Jun 2022 09:41, edited 1 time in total.
Re: OS6560-P48Z16 - CLI commands
HI Gleylancer that's great, thank you very much.
May I ask you another question. What is the difference between tag and untag?
May I ask you another question. What is the difference between tag and untag?
- Gleylancer
- Member
- Posts: 164
- Joined: 08 May 2013 03:14
Re: OS6560-P48Z16 - CLI commands
If you want to learn the basics of Ethernet, you could start with 802.1q:
https://en.wikipedia.org/wiki/IEEE_802.1Q
There's also plenty of videos about 802.1q on Youtube.
Re: OS6560-P48Z16 - CLI commands
Hi everyone, anyone can help as my company decided to change switch from OS6450 to OS650. i am facing issues to run the following commands in OS6560.
vlan port mobile x/x
vlan port x/x 802.1x enable
vlan port x/x default vlan restore disable
802.1x X/X direction in port-control auto quiet-period 60 tx-period 30 supp-timeout 30
802.1x X/X no reauthentication
802.1x X/X captive-portal session-limit 12 retry-count 3
802.1x X/X captive-portal inactivity-logout disable
8021x X/X supp-polling retry 2
802.1x X/X supplicant policy authentication pass group-mobility default-vlan fail block
802.1x X/X non-supplicant policy authentication pass group-mobility default-vlan fail block
no ip service udp-relay
no ip service secure-https
aaa user-network-profile name "XXX" vlan XXX hic disable
snmp trap absorption disable
swlog remote command-log enable
ntp server x.x.x.x key 0 version 4 minpoll 6
ntp client enable
vlan port mobile x/x
vlan port x/x 802.1x enable
vlan port x/x default vlan restore disable
802.1x X/X direction in port-control auto quiet-period 60 tx-period 30 supp-timeout 30
802.1x X/X no reauthentication
802.1x X/X captive-portal session-limit 12 retry-count 3
802.1x X/X captive-portal inactivity-logout disable
8021x X/X supp-polling retry 2
802.1x X/X supplicant policy authentication pass group-mobility default-vlan fail block
802.1x X/X non-supplicant policy authentication pass group-mobility default-vlan fail block
no ip service udp-relay
no ip service secure-https
aaa user-network-profile name "XXX" vlan XXX hic disable
snmp trap absorption disable
swlog remote command-log enable
ntp server x.x.x.x key 0 version 4 minpoll 6
ntp client enable
Re: OS6560-P48Z16 - CLI commands
Those commands are for AOS 6, you have to check the CLI guide for AOS 8. 802.1x example from this post:elam_1011 wrote: 20 Mar 2025 03:38 Hi everyone, anyone can help as my company decided to change switch from OS6450 to OS650. i am facing issues to run the following commands in OS6560.
vlan port mobile x/x
vlan port x/x 802.1x enable
vlan port x/x default vlan restore disable
802.1x X/X direction in port-control auto quiet-period 60 tx-period 30 supp-timeout 30
802.1x X/X no reauthentication
802.1x X/X captive-portal session-limit 12 retry-count 3
802.1x X/X captive-portal inactivity-logout disable
8021x X/X supp-polling retry 2
802.1x X/X supplicant policy authentication pass group-mobility default-vlan fail block
802.1x X/X non-supplicant policy authentication pass group-mobility default-vlan fail block
no ip service udp-relay
no ip service secure-https
aaa user-network-profile name "XXX" vlan XXX hic disable
snmp trap absorption disable
swlog remote command-log enable
ntp server x.x.x.x key 0 version 4 minpoll 6
ntp client enable
https://www.alcatelunleashed.com/viewtopic.php?t=29469