我刚从 Juniper 的世界开始,但是,我一开始就卡住了。
我在 GNS3 上使用非常简单的拓扑运行 Junos,例如
(Junos1-me0)----------(me0-Junos2)
我的配置:
Junos1: set interfaces me0 unit 0 family inet address 10.10.10.1/30
Junos2: set interfaces me0 unit 0 family inet address 10.10.10.2/30
朱诺斯1:
root> show interfaces terse
Interface Admin Link Proto Local Remote
cbp0 up up
demux0 up up
dsc up up
em0 up up <<// There is no em0.0 and protocol field
em1 up down
em2 up down
em3 up down
em4 up down
em5 up down
gre up up
ipip up up
irb up up
lo0 up up
lo0.16384 up up inet 127.0.0.1 --> 0/0
lo0.16385 up up inet 128.0.0.4 --> 0/0
inet6 fe80::a00:270f:fc83:f167
lsi up up
mtun up up
pimd up up
pime up up
pip0 up up
pp0 up up
tap up up
Junos2:
root> show interfaces terse
Interface Admin Link Proto Local Remote
cbp0 up up
demux0 up up
dsc up up
em0 up up <<// There is no em0.0 and protocol field
em1 up up
em2 up down
em3 up down
em4 up down
em5 up down
gre up up
ipip up up
irb up up
lo0 up up
lo0.16384 up up inet 127.0.0.1 --> 0/0
lo0.16385 up up inet 128.0.0.4 --> 0/0
inet6 fe80::a00:270f:fc37:7cc4
lsi up up
mtun up up
pimd up up
pime up up
pip0 up up
pp0 up up
tap up up
我无法ping p2p,结果如下:
Junos1> ping 10.10.10.2
PING 10.10.10.2 (10.10.10.2): 56 data bytes
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
^C
--- 10.10.10.2 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
另外,我试图在me0接口上分配另一个单元,但失败了,系统信息“不能”
任何人都可以帮我解决这个问题吗?
路由器上没有路由表
root> show route table ?
Possible completions:
<table> Name of routing table
root> show route table inet.0
预先感谢