Hi,
Can someone please check my configs below for 2 cisco switches linked via 2 fibres...
Switch 1
Switch>
Switch>enable
Switch#
Switch# configure terminal
Switch(config)#
Switch(config)#banner motd #
This device is for authorised personnel only.
If you have not been provided with permission to
access this device - disconnect at once.
#
Switch(config)#banner login #
* Login Required. Unauthorised use is prohibited *
#
Switch(config)#banner exec #
* Ensure that you update the system configuration *
* documentation after making system changes. *
#
Switch(config)#
Switch(config)# hostname Block A-Switch1
Block A-Switch1(config)#
Block A-Switch1(config)# enable secret friend
Block A-Switch1(config)# line vty 0 15
Block A-Switch1(config-line)# password friend
Block A-Switch1(config-line)# login
Block A-Switch1(config-line)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# line console 0
Block A-Switch1(config-line)# password friend
Block A-Switch1(config-line)# login
Block A-Switch1(config-line)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# ip access-list standard TELNET-ACCESS
Block A-Switch1(config-std-nacl)# permit 192.168.200.1
Block A-Switch1(config-std-nacl)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# line vty 0 15
Block A-Switch1(config-line)# access-class TELNET-ACCESS in
Block A-Switch1(config-line)# exit
Block A-Switch1(config)#
Block A-Switch1(config)#
Block A-Switch1(config)# interface vlan 1
Block A-Switch1(config)# description Management Vlan
Block A-Switch1(config-if)# ip address 192.168.200.55 255.255.255.0
Block A-Switch1(config-if)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# ip default-gateway 192.168.200.1
Block A-Switch1(config)# interface range fe 0/12-24
Block A-Switch1(config-if-range)# shutdown
Block A-Switch1(config-if-range)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# interface GigabitEthernet1/0/1
Block A-Switch1(config-if)# switchport access vlan 1
Block A-Switch1(config-if)# switchport mode access
Block A-Switch1(config-if)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# interface GigabitEthernet1/0/2
Block A-Switch1(config-if)# switchport access vlan 1
Block A-Switch1(config-if)# switchport mode access
Block A-Switch1(config-if)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# exit
Block A-Switch1# wr
Switch 2
Switch>
Switch>enable
Switch#
Switch# configure terminal
Switch(config)#
Switch(config)#banner motd #
This device is for authorised personnel only.
If you have not been provided with permission to
access this device - disconnect at once.
#
Switch(config)#banner login #
* Login Required. Unauthorised use is prohibited *
#
Switch(config)#banner exec #
* Ensure that you update the system configuration *
* documentation after making system changes. *
#
Switch(config)#
Switch(config)# hostname Block B-Switch1
Block B-Switch1(config)#
Block B-Switch1(config)# enable secret friend
Block B-Switch1(config)# line vty 0 15
Block B-Switch1(config-line)# password friend
Block B-Switch1(config-line)# login
Block B-Switch1(config-line)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# line console 0
Block B-Switch1(config-line)# password friend
Block B-Switch1(config-line)# login
Block B-Switch1(config-line)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# ip access-list standard TELNET-ACCESS
Block B-Switch1(config-std-nacl)# permit 192.168.200.1
Block B-Switch1(config-std-nacl)# permit 192.168.200.1
Block B-Switch1(config-std-nacl)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# line vty 0 15
Block B-Switch1(config-line)# access-class TELNET-ACCESS in
Block B-Switch1(config-line)# exit
Block B-Switch1(config)#
Block B-Switch1(config)#
Block B-Switch1(config)# interface vlan 1
Block B-Switch1(config-if)# ip address 192.168.200.56 255.255.255.0
Block B-Switch1(config-if)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# ip default-gateway 192.168.200.1
Block B-Switch1(config)# interface range fe 0/12-24
Block B-Switch1(config-if-range)# shutdown
Block B-Switch1(config-if-range)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# interface GigabitEthernet1/0/1
Block B-Switch1(config-if)# switchport access vlan 1
Block B-Switch1(config-if)# switchport mode access
Block B-Switch1(config-if)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# interface GigabitEthernet1/0/2
Block B-Switch1(config-if)# switchport access vlan 1
Block B-Switch1(config-if)# switchport mode access
Block B-Switch1(config-if)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# exit
Block B-Switch1# wr
Can someone please check my configs below for 2 cisco switches linked via 2 fibres...
Switch 1
Switch>
Switch>enable
Switch#
Switch# configure terminal
Switch(config)#
Switch(config)#banner motd #
This device is for authorised personnel only.
If you have not been provided with permission to
access this device - disconnect at once.
#
Switch(config)#banner login #
* Login Required. Unauthorised use is prohibited *
#
Switch(config)#banner exec #
* Ensure that you update the system configuration *
* documentation after making system changes. *
#
Switch(config)#
Switch(config)# hostname Block A-Switch1
Block A-Switch1(config)#
Block A-Switch1(config)# enable secret friend
Block A-Switch1(config)# line vty 0 15
Block A-Switch1(config-line)# password friend
Block A-Switch1(config-line)# login
Block A-Switch1(config-line)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# line console 0
Block A-Switch1(config-line)# password friend
Block A-Switch1(config-line)# login
Block A-Switch1(config-line)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# ip access-list standard TELNET-ACCESS
Block A-Switch1(config-std-nacl)# permit 192.168.200.1
Block A-Switch1(config-std-nacl)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# line vty 0 15
Block A-Switch1(config-line)# access-class TELNET-ACCESS in
Block A-Switch1(config-line)# exit
Block A-Switch1(config)#
Block A-Switch1(config)#
Block A-Switch1(config)# interface vlan 1
Block A-Switch1(config)# description Management Vlan
Block A-Switch1(config-if)# ip address 192.168.200.55 255.255.255.0
Block A-Switch1(config-if)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# ip default-gateway 192.168.200.1
Block A-Switch1(config)# interface range fe 0/12-24
Block A-Switch1(config-if-range)# shutdown
Block A-Switch1(config-if-range)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# interface GigabitEthernet1/0/1
Block A-Switch1(config-if)# switchport access vlan 1
Block A-Switch1(config-if)# switchport mode access
Block A-Switch1(config-if)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# interface GigabitEthernet1/0/2
Block A-Switch1(config-if)# switchport access vlan 1
Block A-Switch1(config-if)# switchport mode access
Block A-Switch1(config-if)# exit
Block A-Switch1(config)#
Block A-Switch1(config)# exit
Block A-Switch1# wr
Switch 2
Switch>
Switch>enable
Switch#
Switch# configure terminal
Switch(config)#
Switch(config)#banner motd #
This device is for authorised personnel only.
If you have not been provided with permission to
access this device - disconnect at once.
#
Switch(config)#banner login #
* Login Required. Unauthorised use is prohibited *
#
Switch(config)#banner exec #
* Ensure that you update the system configuration *
* documentation after making system changes. *
#
Switch(config)#
Switch(config)# hostname Block B-Switch1
Block B-Switch1(config)#
Block B-Switch1(config)# enable secret friend
Block B-Switch1(config)# line vty 0 15
Block B-Switch1(config-line)# password friend
Block B-Switch1(config-line)# login
Block B-Switch1(config-line)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# line console 0
Block B-Switch1(config-line)# password friend
Block B-Switch1(config-line)# login
Block B-Switch1(config-line)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# ip access-list standard TELNET-ACCESS
Block B-Switch1(config-std-nacl)# permit 192.168.200.1
Block B-Switch1(config-std-nacl)# permit 192.168.200.1
Block B-Switch1(config-std-nacl)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# line vty 0 15
Block B-Switch1(config-line)# access-class TELNET-ACCESS in
Block B-Switch1(config-line)# exit
Block B-Switch1(config)#
Block B-Switch1(config)#
Block B-Switch1(config)# interface vlan 1
Block B-Switch1(config-if)# ip address 192.168.200.56 255.255.255.0
Block B-Switch1(config-if)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# ip default-gateway 192.168.200.1
Block B-Switch1(config)# interface range fe 0/12-24
Block B-Switch1(config-if-range)# shutdown
Block B-Switch1(config-if-range)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# interface GigabitEthernet1/0/1
Block B-Switch1(config-if)# switchport access vlan 1
Block B-Switch1(config-if)# switchport mode access
Block B-Switch1(config-if)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# interface GigabitEthernet1/0/2
Block B-Switch1(config-if)# switchport access vlan 1
Block B-Switch1(config-if)# switchport mode access
Block B-Switch1(config-if)# exit
Block B-Switch1(config)#
Block B-Switch1(config)# exit
Block B-Switch1# wr