[go: up one dir, main page]

0% found this document useful (0 votes)
35 views3 pages

Alcatel Commands

The document provides a comprehensive guide for managing the Alcatel OS6450-P24 switch, including commands for viewing configurations, managing VLANs, and controlling network ports. It details DHCP configurations for multiple VLANs and instructions for saving switch information. Additionally, it covers SSH access setup, spanning tree management, and visualizing switch connections and status.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views3 pages

Alcatel Commands

The document provides a comprehensive guide for managing the Alcatel OS6450-P24 switch, including commands for viewing configurations, managing VLANs, and controlling network ports. It details DHCP configurations for multiple VLANs and instructions for saving switch information. Additionally, it covers SSH access setup, spanning tree management, and visualizing switch connections and status.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Switch Alcatel OS6450-P24

=========================

View Switch Configuration


===================================
show configuration snapshot
show configuration snapshot all

Visualize Stack Connections


==============================
show stack topology

View the MAC


=================
show mac-address-table

Visualize VLAN
==============
show vlan

View Stack by Port


===========================
show stacking interfaces status

Turn off and on a network port


===================================
interfaces 1/1 admin down
interfaces 1/1 admin up

check VLAN IP
====================
show ip interface vlan <Vlan Number>

SSH access from the Switch


=============================

ip service ssh
aaa authentication ssh local
Show SSH config

Visualize Image of the Switch


===========================

show microcode

View DHCP IP Addresses on the Switch


============================================

show dhcp-server leases

DHCP configuration on switch, enter via WINSCP to the directory \flash\switch


============================================================================

#dhcp AP
dhcp VLAN205

192.168.25.0
{
dynamic-dhcp range 192.168.25.100 192.168.25.254
{
option subnet-mask 255.255.255.0;
option domain-name-servers 8.8.8.8;
option routers 192.168.25.10;
option dhcp-lease-time 28800; #grant for 8 hours
}
}

10.247.0.0
{
dynamic-dhcp range 10.247.0.40 10.247.0.44
{
option subnet-mask 255.255.255.128;
option domain-name-servers 8.8.8.8;
option routers 10.247.0.25;
option dhcp-lease-time 28800; #lease for 8 hours
}
}
#dhcp VLAN6

subnet 192.168.6.0 netmask 255.255.255.0


{
dynamic-dhcp range 192.168.6.10 192.168.6.20
{
option subnet-mask 255.255.255.0;
option domain-name-servers 8.8.8.8;
option routers 192.168.6.1;
option dhcp-lease-time 28800; #grant for 8 hours
}
}

#dhcp VLAN7

192.168.7.0
{
dynamic-dhcp range 192.168.7.10 192.168.7.20
{
option subnet-mask 255.255.255.0;
option domain-name-servers 8.8.8.8;
option routers 192.168.7.1;
option dhcp-lease-time 28800; #lease for 8 hours
}
}

Save switch information


==============================
copy certified working
write memory
copy working certified
Save information when the switch is in stack
===================================================
write memory flash-shyncro

Check the configuration of a network point on the switch


========================================================
show interfaces gigaethernet 1/25 status

Assign VLAN to switch port


===============================
vlan 1 port default 1/24

Check VLAN IP
=====================

show ip interface

Deactivate/Activate Spanning Tree on port


==========================================
vlan 255 stp disable
vlan 755 stp enable

Activate trunk on Switch


=======================
vlan 2 802.1q 1/24

Visualize VLAN by port


==========================

show vlan port

Check the switch's gateway


==========================

show ip route

You might also like