I am getting unusual problem with the interfaces of the Edge Router and Cisco Switch. VLAN Interface on the switch is UP and ports are UP. However, I cannot ping 192.168.1.1 from the switch and 192.168.1.2 from Edge Router
------------------------------------------------
Cisco#sh run int g1/0/1
interface GigabitEthernet1/0/1
description Router Uplink
switchport trunk allowed vlan 1,2
switchport mode trunk
interface Vlan1
ip address 192.168.1.2 255.255.255.0
---------------------------------
ubnt@ubnt:~$
interfaces {
ethernet eth0 {
address 192.168.1.1/24
Anyone with thoughts? Thank you!