# Alcatel Switch Configuration > useful cmmands for alcatel switchs Published on 2021-11-12 | Tags: alcatel https://xsec.fr/en/networking/alcatel/ --- ## Display configuration ```txt title="Terminal" Show Snapshot All Configuration ``` ## Save the configuration ```txt title="Terminal" Write Memory Flash-Synchro ``` ## Delete configuration ```txt title="Terminal" RM /flash/working/boot.cfg RM /Flash/CERIFIED/BOOT.CFG CD Working Reload Working No Rollback-Timeout ``` Confirm with `y 'for" yes ". ## Address an interface ```txt title="Terminal" IP interface address <@ip> mask vlan ``` - List interfaces ```txt title="Terminal" Show IP Interface ``` ## Vlans management ### Creation of a VLAN ```txt title="Terminal" VLAN 10 NAME TEST ``` Creation of VLAN 10 with the name `test ' ### Deletion of a VLAN ```txt title="Terminal" No VLAN 10 ``` Removes VLAN 10 ### see the distribution of vlans on ports ```txt title="Terminal" VLAN Port show ``` ## Stack configuration ### Modify the stack slot ```txt title="Terminal" stack set slot 1 saved-sublot 2 ``` `1 is the current number of the slot `2 is the number by which I want to replace it ### visualizing the stack topology ```txt title="Terminal" Show Stack Topology ``` ## SNMP configuration ### Create a user ```txt title="Terminal" User User1 Read-Only All Password Test ``` Creation of the user `User1 'with as password` test' ### Configuration of the SNMP server ```txt title="Terminal" SNMP SECURITY No Security ``` ### User association with the SNMP community ```txt title="Terminal" SNMP Community Map MyCOMMUNITY USER User1 Only ``` User association `User1 'the community` MyCommunity` ## Poe ```txt title="Terminal" Lanpower Start 1/1/1 ``` ## Changing the password ```txt title="Terminal" User Admin Password ```