We have equipment set up on the freeway for tolling and the equipment can only be taken down during planned outages. Last night was one of those planned outages for maintnance. I replaced two 2950 switches with 3650's. I configured RADIUS server for authentication including the console and saved the config. I then tested the switch at my desk and noticed I couldn't ping, I then saw I didn't do no shut on the Vlan int. So I changed the config ended the console session and turned off the switch.
Then I went down to the freeway and installed both switches and what do you know?!?! I can't access the switch from the console or VTY lines. So stupid, I didn't save the config after making the Vlan config change. All layer two is working fine but I have no managment or layer three access!
Could anyone help me in finding a way to access the switch with out bringing it down? The state won't allow it so I'm not sure what to do, my config is below:
thanks in advance
hostname tn24thstsw
!
aaa new-model
aaa authentication login TNB-Admin-Ops group radius local enable
aaa authorization exec default group radius
!
username xxxx privilege 15 password 7 053F260C2E414F584B
username xxxx privilege 15 password 7 107A291A0A1A135A5E
clock timezone PST -8
clock summer-time PDT recurring 2 Sun Mar 2:00 1 Sun Nov 2:00
ip subnet-zero
!
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
!
!
interface FastEthernet0/1
spanning-tree portfast
!
interface FastEthernet0/2
spanning-tree portfast
!
interface FastEthernet0/3
spanning-tree portfast
!
interface FastEthernet0/4
spanning-tree portfast
!
interface FastEthernet0/5
spanning-tree portfast
!
interface FastEthernet0/6
!
interface FastEthernet0/7
spanning-tree portfast
!
interface FastEthernet0/8
spanning-tree portfast
!
interface FastEthernet0/9
spanning-tree portfast
!
interface FastEthernet0/10
spanning-tree portfast
!
interface FastEthernet0/11
spanning-tree portfast
!
interface FastEthernet0/12
spanning-tree portfast
!
interface FastEthernet0/13
spanning-tree portfast
!
interface FastEthernet0/14
spanning-tree portfast
!
interface FastEthernet0/15
spanning-tree portfast
!
interface FastEthernet0/16
spanning-tree portfast
!
interface FastEthernet0/17
spanning-tree portfast
!
interface FastEthernet0/18
spanning-tree portfast
!
interface FastEthernet0/19
spanning-tree portfast
!
interface FastEthernet0/20
spanning-tree portfast
!
interface FastEthernet0/21
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/22
spanning-tree portfast
!
interface FastEthernet0/23
spanning-tree portfast
!
interface FastEthernet0/24
spanning-tree portfast
!
interface GigabitEthernet0/1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1
switchport mode trunk
!
interface GigabitEthernet0/2
!
interface Vlan1
ip address 172.27.3.88 255.255.248.0
no ip route-cache
shutdown
!
ip classless
ip http server
!
logging trap debugging
logging 172.27.1.130
radius-server host 172.27.1.57 auth-port 1812 acct-port 1813 key 7 073F2943400A183612062B2D5569
radius-server vsa send authentication
!
control-plane
!
!
line con 0
line vty 0 4
login authentication TNB-Admin-Ops
line vty 5 15
!
ntp server 172.27.0.230
end
Here is the Error I get when trying to console in.
Press RETURN to get started.
% Authorization failed.
tn24thstsw con0 is now available
Press RETURN to get started.
Then I went down to the freeway and installed both switches and what do you know?!?! I can't access the switch from the console or VTY lines. So stupid, I didn't save the config after making the Vlan config change. All layer two is working fine but I have no managment or layer three access!
Could anyone help me in finding a way to access the switch with out bringing it down? The state won't allow it so I'm not sure what to do, my config is below:
thanks in advance
hostname tn24thstsw
!
aaa new-model
aaa authentication login TNB-Admin-Ops group radius local enable
aaa authorization exec default group radius
!
username xxxx privilege 15 password 7 053F260C2E414F584B
username xxxx privilege 15 password 7 107A291A0A1A135A5E
clock timezone PST -8
clock summer-time PDT recurring 2 Sun Mar 2:00 1 Sun Nov 2:00
ip subnet-zero
!
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
!
!
interface FastEthernet0/1
spanning-tree portfast
!
interface FastEthernet0/2
spanning-tree portfast
!
interface FastEthernet0/3
spanning-tree portfast
!
interface FastEthernet0/4
spanning-tree portfast
!
interface FastEthernet0/5
spanning-tree portfast
!
interface FastEthernet0/6
!
interface FastEthernet0/7
spanning-tree portfast
!
interface FastEthernet0/8
spanning-tree portfast
!
interface FastEthernet0/9
spanning-tree portfast
!
interface FastEthernet0/10
spanning-tree portfast
!
interface FastEthernet0/11
spanning-tree portfast
!
interface FastEthernet0/12
spanning-tree portfast
!
interface FastEthernet0/13
spanning-tree portfast
!
interface FastEthernet0/14
spanning-tree portfast
!
interface FastEthernet0/15
spanning-tree portfast
!
interface FastEthernet0/16
spanning-tree portfast
!
interface FastEthernet0/17
spanning-tree portfast
!
interface FastEthernet0/18
spanning-tree portfast
!
interface FastEthernet0/19
spanning-tree portfast
!
interface FastEthernet0/20
spanning-tree portfast
!
interface FastEthernet0/21
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/22
spanning-tree portfast
!
interface FastEthernet0/23
spanning-tree portfast
!
interface FastEthernet0/24
spanning-tree portfast
!
interface GigabitEthernet0/1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1
switchport mode trunk
!
interface GigabitEthernet0/2
!
interface Vlan1
ip address 172.27.3.88 255.255.248.0
no ip route-cache
shutdown
!
ip classless
ip http server
!
logging trap debugging
logging 172.27.1.130
radius-server host 172.27.1.57 auth-port 1812 acct-port 1813 key 7 073F2943400A183612062B2D5569
radius-server vsa send authentication
!
control-plane
!
!
line con 0
line vty 0 4
login authentication TNB-Admin-Ops
line vty 5 15
!
ntp server 172.27.0.230
end
Here is the Error I get when trying to console in.
Press RETURN to get started.
% Authorization failed.
tn24thstsw con0 is now available
Press RETURN to get started.
