Hi, I am new to Juniper, and learning JunOS now,
Here is the situation:
I created vlan1(10.216.0.x) vlan2(1.x) vlan3(2.x), vlan 2 and 3 are fine but vlan 1 not accessible. trunk is connected to ge-0/1/1, irb.0 is vlan 1 L3-interface
irb.0 can get ip address from dhcp but cannot ping through, the ge interfaces attached to vlan 1 are also not accessible. interfaces attached to vlan 2,3 are fine
trunk other side is CISCO switch, allow 1-4094 tagged vlan
attached my config file.
{master:0}
root> ping 10.216.0.1
PING 10.216.0.1 (10.216.0.1): 56 data bytes
^C
--- 10.216.0.1 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
{master:0}
root> ping 10.216.1.1
PING 10.216.1.1 (10.216.1.1): 56 data bytes
64 bytes from 10.216.1.1: icmp_seq=0 ttl=255 time=100.456 ms
64 bytes from 10.216.1.1: icmp_seq=1 ttl=255 time=8.644 ms
^C
--- 10.216.1.1 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/stddev = 8.644/54.550/100.456/45.906 ms
{master:0}
root> ping 10.216.2.1
PING 10.216.2.1 (10.216.2.1): 56 data bytes
64 bytes from 10.216.2.1: icmp_seq=0 ttl=255 time=13.175 ms
64 bytes from 10.216.2.1: icmp_seq=1 ttl=255 time=8.337 ms
64 bytes from 10.216.2.1: icmp_seq=2 ttl=255 time=5.368 ms
^C
--- 10.216.2.1 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max/stddev = 5.368/8.960/13.175/3.217 ms
{master:0}
root> show route
inet.0: 7 destinations, 9 routes (7 active, 0 holddown, 0 hidden)
Limit/Threshold: 32768/32768 destinations
+ = Active Route, - = Last Active, * = Both
0.0.0.0/0 *[Static/5] 02:42:19
> to 10.216.1.251 via irb.2
[Access-internal/12] 00:27:11, metric 0
> to 10.216.0.1 via irb.0
[Access-internal/12] 00:19:02, metric 0
> to 10.216.2.252 via irb.3
10.216.0.0/24 *[Direct/0] 00:27:11
> via irb.0
10.216.0.123/32 *[Local/0] 00:27:11
Local via irb.0
10.216.1.0/24 *[Direct/0] 02:42:19
> via irb.2
10.216.1.210/32 *[Local/0] 02:42:19
Local via irb.2
10.216.2.0/24 *[Direct/0] 00:19:02
> via irb.3
10.216.2.38/32 *[Local/0] 00:19:02
Local via irb.3
inet6.0: 3 destinations, 3 routes (3 active, 0 holddown, 0 hidden)
Limit/Threshold: 20480/20480 destinations
+ = Active Route, - = Last Active, * = Both
fe80::ee94:d500:75:46a4/128
*[Local/0] 02:42:09
Local via irb.0
fe80::ee94:d5ff:fe75:46a5/128
*[Local/0] 02:42:44
Reject
ff02::2/128 *[INET6/0] 02:42:45
MultiRecv
{master:0}
------------------------------
ROGET LUO
------------------------------