Juniper M10i Hardware Manual page 101

Multiservice edge router
Hide thumbs Also See for M10i:
Table of Contents

Advertisement

Copyright © 2010, Juniper Networks, Inc.
All manuals and user guides at all-guides.com
Configure the IP address and prefix length for the router's Ethernet interface.
11.
[edit]
root@# set interfaces fxp0 unit 0 family inet address address/prefix-length
Configure the IP address of a backup router. The backup router is used while the local
12.
router is booting and if the routing process fails to start. After the routing process
starts, the backup router address is removed from the local routing and forwarding
tables. For more information on the backup router, see the Junos OS System Basics
Configuration Guide.
[edit]
root# set system backup-router address
(Optional) Configure the static routes to remote subnets with access to the
13.
management port. Access to the management port is limited to the local subnet. To
access the management port from a remote subnet, you need to add a static route
to that subnet within the routing table. For more information on static routes, see the
Junos OS System Basics Configuration Guide.
[edit]
root# set routing-options static route remote-subnet next-hop destination-IP retain
no-readvertise
Configure the telnet service at the
14.
[edit]
set system services telnet
Optionally, display the configuration to verify that it is correct.
15.
[edit]
root@# show
system {
host-name host-name;
domain-name domain-name;
backup-router address;
root-authentication {
authentication-method (password | public-key);
}
name-server {
address;
}
}
interfaces {
fxp0 {
unit 0 {
family inet {
address address/prefix-length;
}
}
}
}
Commit the configuration to activate it on the router.
16.
[edit]
root@# commit
Chapter 12: Configuring Junos OS
[edit system services]
hierarchy level.
75

Advertisement

Table of Contents
loading

Table of Contents