To Do
- Add the NEW device to the Radius Server
- Config TRUNK on the uplink switch (where the new device will be connected)
- Config NEW switch, apply initial config below
!-- NEW SWITCH INITIAL CONFIG
!
conf t
service password-encryption
ip domain-name <MacMeHappy.local>
username <UserName> privilege user 15 password <SuperSecretPW>
!
default interface gi1/0/1
interface gi1/0/1
switchport mode trunk
!
vlan <45>
!
interface Vlan<45>
ip address <ip.add.re.ss> 255.255.255.0
!
aaa new-model
aaa authen login default group radius local
aaa author exec dafault group radius local
radius server <RADserverName>
address ipv4 <RAD.ip.add.rss> auth-port 1812 acct-port 1813
key 0 <pass2-RADserverName>
!
line vty 0 4
logg sync
transport input ssh
!
line con 0
logg sync
!
!
crypt key generate rsa general-key modulus 2048
!
!