本帖最后由 宅男女神 于 2015-10-29 20:43 编辑
JUNOS实验之静态路由 CCIE混混原创
juniper JUNOS实验之静态路由 ccie混混原创
拓扑如图。
配置文件下载:
JUNOS1
JUNOS2
JUNOS3
接口地址如图标识。
JUNOS1:
set interfaces em0 unit 0 family inet address 12.1.1.1/24
JUNOS2:
set interfaces em0 unit 0 family inet address 12.1.1.2/24
set interfaces em1 unit 0 family inet address 23.1.1.2/24
JUNOS3:
set interfaces em1 unit 0 family inet address 23.1.1.3/24
完成接口配置后测试:
root@JUNOS1# run ping 12.1.1.2
PING 12.1.1.2 (12.1.1.2): 56 data bytes
64 bytes from 12.1.1.2: icmp_seq=0 ttl=64 time=1.016 ms
64 bytes from 12.1.1.2: icmp_seq=1 ttl=64 time=4.917 ms
64 bytes from 12.1.1.2: icmp_seq=2 ttl=64 time=0.471 ms
64 bytes from 12.1.1.2: icmp_seq=3 ttl=64 time=14.262 ms
|