Juniper Interfaces einrichten

Interface description setzen
root@Juniper# set interfaces ge-0/0/0 description “Link to SW1 Ge-0/0/0”

Portspeed und Duplex Mode setzen
root@R1# set interfaces ge-0/0/0 speed 100m
root@R1# set interfaces ge-0/0/0 link-mode full-duplex

MTU Size festlegen
root@R1# set interfaces ge-0/0/0 mtu 1522

IP Adresse einem Interface zuweisen
root@R1# set interfaces ge-0/0/0 unit 0 family inet address 192.168.0.1/24

Interface Einstellungen kontrollieren
root@R1> show configuration interfaces ge-0/0/0

default Route setzen
root@Juniper# set routing-options static route 0.0.0.0/0 next-hop 203.0.113.17