Juniper T320 Quick Start Manual page 25

Core router
Hide thumbs Also See for T320:
Table of Contents

Advertisement

Copyright © 2015, Juniper Networks, Inc.
apply-groups [ re0 re1 ];
system {
domain-name englab.juniper.net;
backup-router 192.168.71.254;
root-authentication {
encrypted-password "xxxxxxxxxxx"; ## SECRET-DATA
}
name-server {
192.168.1.1;
}
login {
user regress {
uid 2001;
class super-user;
authentication {
encrypted-password "xxxxxxxxxxx"; ## SECRET-DATA
}
}
}
services {
telnet;
}
syslog {
user * {
any emergency;
}
file messages {
any notice;
authorization info;
}
file interactive-commands {
interactive-commands any;
}
}
}
routing-options {
static {
/* corporate office */
route 172.16.0.0/12 {
next-hop 192.168.71.254;
retain;
no-readvertise;
}
}
}
Commit the configuration to activate it, and synchronize the configuration. The
2.
synchronize
command commits this new configuration on both Routing Engines
simultaneously.
[edit]
root# commit synchronize
re0:
configuration check succeeds
re1:
commit complete
Committing the Configuration
commit
25

Advertisement

Table of Contents
loading

Table of Contents