Skip to content

Instantly share code, notes, and snippets.

@hellt
Created June 17, 2020 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hellt/1536d41be077390915d46178b72b1179 to your computer and use it in GitHub Desktop.
Save hellt/1536d41be077390915d46178b72b1179 to your computer and use it in GitHub Desktop.
R2 Juniper baseline config
## Last changed: 2016-11-06 18:41:14 UTC
version 14.1R1.10;
system {
host-name R2;
root-authentication {
encrypted-password "****"; ## SECRET-DATA
}
syslog {
user * {
any emergency;
}
file messages {
any notice;
authorization info;
}
file interactive-commands {
interactive-commands any;
}
}
}
interfaces {
ge-0/0/0 {
vlan-tagging;
mac 50:01:00:02:00:02;
unit 12 {
vlan-id 12;
family inet {
address 10.1.2.2/24;
}
family iso;
family mpls;
}
unit 23 {
vlan-id 23;
family inet {
address 10.2.3.2/24;
}
family iso;
}
}
lo0 {
unit 0 {
family inet {
address 2.2.2.2/32;
}
family iso {
address 49.0001.0020.0200.2002.00;
}
}
}
}
protocols {
mpls {
interface ge-0/0/0.12;
}
isis {
reference-bandwidth 10g;
level 1 disable;
level 2 wide-metrics-only;
interface ge-0/0/0.12 {
point-to-point;
}
interface ge-0/0/0.23 {
point-to-point;
}
interface lo0.0;
}
ldp {
track-igp-metric;
interface ge-0/0/0.12;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment