
I'm using Sandbox version of CML and trying to test some routing using simple topology as shown in the pic above. Interfaces are configured with /30 subnet IPs and I'm not able to ping between any routers except iosv-0 and iosv-1, that's the only connectivity is working. Any help would be appreciated.
csr1000v-0#sh run int g1
Building configuration...
Current configuration : 122 bytes
!
interface GigabitEthernet1
ip address 192.168.1.1 255.255.255.252
negotiation auto
no mop enabled
no mop sysid
end
csr1000v-0#
+++++++
iosv-0#sh run int g0/0
Building configuration...
Current configuration : 118 bytes
!
interface GigabitEthernet0/0
ip address 192.168.1.2 255.255.255.252
duplex auto
speed auto
media-type rj45
end
iosv-0#sh run int g0/1
Building configuration...
Current configuration : 117 bytes
!
interface GigabitEthernet0/1
ip address 10.10.10.1 255.255.255.252
duplex auto
speed auto
media-type rj45
end
iosv-0#
++++++++
iosv-1#sh run int g0/0
Building configuration...
Current configuration : 117 bytes
!
interface GigabitEthernet0/0
ip address 10.10.10.2 255.255.255.252
duplex auto
speed auto
media-type rj45
end
iosv-1#