Skip to main content
Xsec

Alcatel Switch Configuration

Published on 1 min read

Part 5 of 6
In this series18 min read in total
  1. LAYER 2 Vlan, Spanning-tree, Trunk, EtherChannel, and Dot1Q Encapsulation
  2. LAYER 3 Static Routing, RIPv2, OSPF, NAT
  3. The hierarchy of CLI cisco
  4. Help, autocompletion, monitoring, shortcuts
  5. Alcatel Switch Configuration
  6. Remote Access

Display configuration

Terminal
Show Snapshot All Configuration

Save the configuration

Terminal
Write Memory Flash-Synchro

Delete configuration

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

Terminal
IP interface <name> address <@ip> mask <bask> vlan <vlan_num>
  • List interfaces
Terminal
Show IP Interface

Vlans management

Creation of a VLAN

Terminal
VLAN 10 NAME TEST

Creation of VLAN 10 with the name `test ‘

Deletion of a VLAN

Terminal
No VLAN 10

Removes VLAN 10

see the distribution of vlans on ports

Terminal
VLAN Port show

Stack configuration

Modify the stack slot

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

Terminal
Show Stack Topology

SNMP configuration

Create a user

Terminal
User User1 Read-Only All Password Test

Creation of the user User1 'with as password test’

Configuration of the SNMP server

Terminal
SNMP SECURITY No Security

User association with the SNMP community

Terminal
SNMP Community Map MyCOMMUNITY USER User1 Only

User association User1 'the community MyCommunity`

Poe

Terminal
Lanpower Start 1/1/1

Changing the password

Terminal
User Admin Password
Use with an AI

Actions