ASw-1

| Use a console connection to access each switch



| Name ASw-1 and ASw-2 switches
ASw-1>en
ASw-1#conf t
ASw-1(config)#hostname Class-A 
ClassA(config)#exit

| Use the 8ubRu password for all lines
Class-A#conf t
Class-A(config)#line con 0
Class-A(config-line)#password 8ubRu
Class-A(config-line)#login
Class-A(config-line)#line vty 0 15
Class-A(config-line)#password 8ubRu
Class-A(config-line)#login

| Use the C9WrE secret password
Class-A#conf t
Class-A(config)#enable secret C9WrE

| Encrypt all clear text passwords
Class-A#conf t
Class-A(config)#service password-encryption

| Include the word warning in the message-of-the-day (MOTD) Banner
Class-A#conf t
Class-A(config)#banner motd *warning*

| Configure addressing for all devices according to the Addressing Table
Class-A#conf t
Class-A(config)#interface vlan 1
Class-A(config-if)#ip address 10.10.10.100 255.255.255.0
Class-A(config-if)#no shutdown

| Save your configurations
Class-A#wr
or
Class-A#copy running-config startup-config





ASw-2

| Name ASw-1 and ASw-2 switches
ASw-1>en
ASw-1#conf t
ASw-1(config)#hostname Class-B 
Class-B(config)#exit

| Configure addressing for all devices according to the Addressing Table
Class-B#conf t
Class-B(config)#interface vlan 1
Class-B(config-if)#ip address 10.10.10.150 255.255.255.0
Class-B(config-if)#no shutdown

| Save your configurations
Class-B#wr
or
Class-B#copy running-config startup-config





   





Next
This is the most recent post.
Previous
Older Post

0 comments:

Post a Comment

 
Top