Description: The purpose of this Lab is to set the router host name. Go to N/W diagram and choose device R1.
Network Diagram :
Instructions:
1. Enter into configuration mode
2. Set hostname as juniper1
user@R1>configure
[edit]
user@R1#edit system
[edit system]
user@R1#set host-name juniper1
[edit system]
user@juniper1#exit
[edit]
user@juniper1#commit
commit complete
[edit]
user@juniper1#show
system { hostname = juniper1; }
[edit]