Juniper junos olive reference
From cpwiki.net
initial prompt after olive / junos 8.5R4.3 installation
root@%
to enter cli
root@% cli
then you get a new prompt...
root>
to enter configuration mode:
root> configure Entering configuration mode [edit] root# <<< new pound prompt
set root user password
root# set system login user joost authentication plain-text-password New password: Retype new password: [edit] root# set system login user joost class super-user [edit]
set interface ip address
root# set interfaces em0 unit 0 family inet address 192.168.0.200/24 [edit]
commit your changes and test the new interface that should be working now
root# commit and-quit commit complete Exiting configuration mode root> ping 192.168.0.1 PING 192.168.0.1 (192.168.0.1): 56 data bytes 64 bytes from 192.168.0.1: icmp_seq=0 ttl=64 time=8.197 ms 64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=1.927 ms 64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=0.648 ms 64 bytes from 192.168.0.1: icmp_seq=3 ttl=64 time=0.168 ms
to enable ssh service for incoming management connections
user@host# set system services ssh [edit] root# commit and-quit commit complete