Juniper EX3300 routing issue
- by Richard Whitman
The routing on my Juniper EX3300 does not seem to be working. My ISP's gateway is at xx.xx.xx.xx. And I have the following in the configuration:
routing-options {
static {
route 0.0.0.0/0 {
next-hop xx.xx.xx.xx;
retain;
}
}
}
I can ping to my ISP's gateway from the switch. However, I can NOT ping to any other IP. When I do a traceroute (to Google.com's IP). This is what I get:
traceroute to 74.125.224.69 (74.125.224.69), 30 hops max, 40 byte packets
traceroute: sendto: No route to host
1 traceroute: wrote 74.125.224.69 40 chars, ret=-1
*traceroute: sendto: No route to host
Do I need to enable any protocols? I guess this goes without saying, but I am kind of new to Junos.
Update:
This is the output from show interfaces terse | match inet:
bme0.32768 up up inet 128.0.0.1/2
jsrv.1 up up inet 128.0.0.127/2
vlan.0 up up inet 10.0.1.1/24
vlan.1 up up inet xx.xx.xx.110/30
and this is the output from: show route forwarding-table:
Routing table: default.inet
Internet:
Destination Type RtRef Next hop Type Index NhRef Netif
default perm 0 rjct 36 1
0.0.0.0/32 perm 0 dscd 34 1
10.0.1.0/24 intf 0 rslv 1321 1 vlan.0
10.0.1.0/32 dest 0 10.0.1.0 recv 1319 1 vlan.0
10.0.1.1/32 intf 0 10.0.1.1 locl 1320 2
10.0.1.1/32 dest 0 10.0.1.1 locl 1320 2
10.0.1.3/32 dest 1 0:25:90:63:26:53 ucst 1331 2 vlan.0
10.0.1.255/32 dest 0 10.0.1.255 bcst 1318 1 vlan.0