Difference between revisions of "Juniper: Static Routing Sederhana"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 6: | Line 6: | ||
set routing-options static route 0.0.0.0/0 next-hop 192.168.122.1 | set routing-options static route 0.0.0.0/0 next-hop 192.168.122.1 | ||
set interfaces me1 unit 0 family inet address 10.10.10.1/24 | set interfaces me1 unit 0 family inet address 10.10.10.1/24 | ||
− | set interfaces | + | set interfaces me2 unit 0 family inet address 10.10.20.1/24 |
commit | commit | ||
exit | exit |
Latest revision as of 17:34, 24 December 2018
cli configure
set interfaces me0 unit 0 family inet address 192.168.122.100/24 set routing-options static route 0.0.0.0/0 next-hop 192.168.122.1 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 commit exit
Cek
show interfaces show route