10-14-2019 06:54 AM
We have two l3 switches and one router.
SW1 connected to SW2 via trunk
And also connection from sw1 >>>10.253.255.101
to
sw2:
Solved! Go to Solution.
10-14-2019 01:32 PM - edited 10-14-2019 01:35 PM
Hello
Please review and if applicable amend to your exiting config.
SW2
default interface GigabitEthernet1/0/48
interface GigabitEthernet1/0/48
shut
no ip default-gateway 10.253.255.254
ip default-gateway 10.253.3.1
no ip routing
no ip device tracking
SW1
aaa authentication dot1x default group radius local
aaa authorization exec default group radius local if-authenticated
aaa authorization network default group radius local if-authenticated
line vty 0 15
login local
10-14-2019 07:28 AM
Hi @athens45
I suggest you create a vlan301 interface in Sw2 and assign it an IP.
Also, I see that in Sw1 the logging is by AAA and in Sw2 it is local.
You could leave the same method log on both switches.
Regards
10-14-2019 01:32 PM - edited 10-14-2019 01:35 PM
Hello
Please review and if applicable amend to your exiting config.
SW2
default interface GigabitEthernet1/0/48
interface GigabitEthernet1/0/48
shut
no ip default-gateway 10.253.255.254
ip default-gateway 10.253.3.1
no ip routing
no ip device tracking
SW1
aaa authentication dot1x default group radius local
aaa authorization exec default group radius local if-authenticated
aaa authorization network default group radius local if-authenticated
line vty 0 15
login local
10-14-2019 10:42 PM
Hi,
Make some changes on the Switch 2 as:
no ip default-gateway 10.253.255.254
ip default-gateway 10.253.3.1
!
no ip routing
!
Also, remove the Interface 48 configuration because this switch will work as L2.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide