Skip to content

Should XR console be able to reach internet? #34

@chriscarpenter12

Description

@chriscarpenter12

I see from the linux console I have no problem with internet connectivity, but XR console doesn't seem to work. I am just starting to test the vagrant setup, and could very well have something wrong, but this is what I have out of the box. Thanks for the help!

Using 6.2.1

Build Information:
 Built By     : ahoang
 Built On     : Sat Mar 11 15:51:53 PST 2017
 Build Host   : iox-lnx-061
 Workspace    : /auto/srcarchive17/production/6.2.1/iosxrv-x64/workspace
 Version      : 6.2.1
 Location     : /opt/cisco/XR/packages/
host:~$ ping 8.8.8.8 -c 1
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=63 time=25.8 ms

--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 25.815/25.815/25.815/0.000 ms
host:~$ netstat -nr
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0         0.0.0.0         0.0.0.0         U         0 0          0 fwdintf
10.0.2.0        0.0.0.0         255.255.255.0   U         0 0          0 Mg0_RP0_CPU0_0
host:~$ cat /etc/resolv.conf
# Cisco OpenDNS IPv4 nameservers
nameserver 208.67.222.222
nameserver 208.67.220.220

But from within the XR console I can't seem to get out...

It looks like it has the right config:

interface MgmtEth0/RP0/CPU0/0
 ipv4 address dhcp
!
router static
 address-family ipv4 unicast
  0.0.0.0/0 MgmtEth0/RP0/CPU0/0 10.0.2.2
 !
!
RP/0/RP0/CPU0:ios#ping 8.8.8.8
Thu Jul  6 22:13:00.182 UTC
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

Even tried sourcing from management interface.

RP/0/RP0/CPU0:ios#ping 8.8.8.8 source MgmtEth0/RP0/CPU0/0
Thu Jul  6 22:12:14.453 UTC
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions