This is an old revision of the document!
Juniper
Juniper Basic config
Initial
At the initial login prompt, type: root
Next type: cli
edit
delete chassis auto-image-upgrade
set system root-authentication plain-text-password
juniper1
commit
New Admin User
set system login user tst-admin class super-user authentication plain-text-password
juniper1
New Operator User
set system login user tst-operator class operator authentication plain-text-password
juniper1
Commit Variations
Change Screen Width
Router 1/2 hostname: r1/r2
Link between the two routers: 172.16.1.1/24 and 172.16.1.2/24
Loopback IP on r2: 172.16.40.1/24
r1:
set system host-name r1
set interfaces et-0/0/8 unit 0 family inet address 172.16.1.1/24
set routing-options static route 172.16.40.0/24 next-hop 172.16.1.2
set system host-name r2
set interfaces et-0/0/8 unit 0 family inet address 172.16.1.2/24
set interfaces lo0 unit 0 family inet address 172.16.40.1/24
root@r1> show route protocol static 172.16.40.0/24
inet.0: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
172.16.40.0/24 *[Static/5] 00:00:49
> to 172.16.1.2 via et-0/0/8.0
JNCIA-104