Hi All,
I am implementing 802.1x with switch to switch.
My ques are
1. I am able to ping my core switch and getting all vlans by using GVRP and enabled ip routing.
2. But i am unable to ping my radius server error "network is unreachable on this VLAN".
3. How to configure a switch as Edge to get authenticated from core swith. as a supplicant.
4. Below is my Edge switch config
ip default-gateway 192.168.1.2
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 2-50
ip address 192.168.1.15 255.255.255.0
tagged 1
exit
gvrp
aaa authentication port-access eap-radius
aaa accounting network radius
radius-server host 172.16.24.2 key procurve
aaa port-access authenticator 2-50
aaa port-access supplicant 1
aaa port-access supplicant 1 identity "edge"
aaa port-access 2-50
Thanks