Difference between revisions of "Juniper: Static Routing Sederhana"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " vtysh configure terminal ! eth0 tersambung nat0 GNS3 interface eth0 ip address 192.168.122.100/24 ip address 192.168.122.101/24 ip address 192.168.122...") |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | cli | |
− | configure | + | configure |
− | + | set interfaces me0 unit 0 family inet address 192.168.122.100/24 | |
− | + | set interfaces me0 unit 0 family inet address 192.168.122.101/24 | |
− | + | set interfaces me0 unit 0 family inet address 192.168.122.102/24 | |
− | + | set routing-options static route 0.0.0.0/0 next-hop 192.168.122.1/24 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | set interfaces me1 unit 0 family inet address 10.10.10.1/24 | ||
+ | set interfaces me2 unit 0 family inet address 10.10.20.1/24 | ||
+ | exit | ||
+ | commit | ||
==Cek== | ==Cek== |
Revision as of 17:17, 24 December 2018
cli configure
set interfaces me0 unit 0 family inet address 192.168.122.100/24 set interfaces me0 unit 0 family inet address 192.168.122.101/24 set interfaces me0 unit 0 family inet address 192.168.122.102/24 set routing-options static route 0.0.0.0/0 next-hop 192.168.122.1/24
set interfaces me1 unit 0 family inet address 10.10.10.1/24 set interfaces me2 unit 0 family inet address 10.10.20.1/24 exit commit
Cek
show interface show ip route