Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should XR console be able to reach internet? #34

Open
chriscarpenter12 opened this issue Jul 7, 2017 · 0 comments
Open

Should XR console be able to reach internet? #34

chriscarpenter12 opened this issue Jul 7, 2017 · 0 comments

Comments

@chriscarpenter12
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant