Created
June 17, 2020 10:04
-
-
Save hellt/f9adc0cf6aba73eb7cc9f232c5243008 to your computer and use it in GitHub Desktop.
R1 Nokia baseline config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# TiMOS-B-14.0.R4 both/i386 Nokia 7750 SR Copyright (c) 2000-2016 Nokia. | |
# All rights reserved. All use subject to applicable license agreements. | |
# Built on Thu Jul 28 17:26:53 PDT 2016 by builder in /rel14.0/b1/R4/panos/main | |
# Generated SUN MAR 13 06:28:52 2016 UTC | |
exit all | |
configure | |
#-------------------------------------------------- | |
echo "System Configuration" | |
#-------------------------------------------------- | |
system | |
name "R1" | |
dns | |
exit | |
snmp | |
exit | |
time | |
sntp | |
shutdown | |
exit | |
zone UTC | |
exit | |
thresholds | |
rmon | |
exit | |
exit | |
exit | |
#-------------------------------------------------- | |
echo "System Security Configuration" | |
#-------------------------------------------------- | |
system | |
security | |
no per-peer-queuing | |
cpu-protection | |
link-specific-rate max | |
policy 254 create | |
exit | |
policy 255 create | |
exit | |
port-overall-rate 15000 | |
exit | |
exit | |
exit | |
#-------------------------------------------------- | |
echo "Log Configuration" | |
#-------------------------------------------------- | |
log | |
exit | |
#-------------------------------------------------- | |
echo "System Security Cpm Hw Filters, PKI, TLS and LDAP Configuration" | |
#-------------------------------------------------- | |
system | |
security | |
exit | |
exit | |
#-------------------------------------------------- | |
echo "QoS Policy Configuration" | |
#-------------------------------------------------- | |
qos | |
exit | |
#-------------------------------------------------- | |
echo "Card Configuration" | |
#-------------------------------------------------- | |
card 1 | |
card-type iom3-xp-b | |
mda 1 | |
mda-type m5-1gb-sfp-b | |
no shutdown | |
exit | |
no shutdown | |
exit | |
#-------------------------------------------------- | |
echo "Port Configuration" | |
#-------------------------------------------------- | |
port 1/1/1 | |
ethernet | |
encap-type dot1q | |
exit | |
no shutdown | |
exit | |
port 1/1/2 | |
ethernet | |
exit | |
no shutdown | |
exit | |
port 1/1/3 | |
ethernet | |
exit | |
no shutdown | |
exit | |
port 1/1/4 | |
ethernet | |
exit | |
no shutdown | |
exit | |
port 1/1/5 | |
ethernet | |
exit | |
no shutdown | |
exit | |
#-------------------------------------------------- | |
echo "System Sync-If-Timing Configuration" | |
#-------------------------------------------------- | |
system | |
sync-if-timing | |
begin | |
commit | |
exit | |
exit | |
#-------------------------------------------------- | |
echo "Management Router Configuration" | |
#-------------------------------------------------- | |
router management | |
exit | |
#-------------------------------------------------- | |
echo "Router (Network Side) Configuration" | |
#-------------------------------------------------- | |
router Base | |
interface "system" | |
address 1.1.1.1/32 | |
no shutdown | |
exit | |
interface "toR2" | |
address 10.1.2.1/24 | |
port 1/1/1:12 | |
no shutdown | |
exit | |
interface "toR3" | |
address 10.1.3.1/24 | |
port 1/1/1:13 | |
no shutdown | |
exit | |
#-------------------------------------------------- | |
echo "ISIS Configuration" | |
#-------------------------------------------------- | |
isis 0 | |
level-capability level-2 | |
area-id 49.0001 | |
reference-bandwidth 10000000 | |
level 2 | |
wide-metrics-only | |
exit | |
interface "system" | |
no shutdown | |
exit | |
interface "toR2" | |
interface-type point-to-point | |
no shutdown | |
exit | |
interface "toR3" | |
interface-type point-to-point | |
no shutdown | |
exit | |
no shutdown | |
exit | |
#-------------------------------------------------- | |
echo "LDP Configuration" | |
#-------------------------------------------------- | |
ldp | |
interface-parameters | |
interface "toR2" dual-stack | |
ipv4 | |
fec-type-capability | |
prefix-ipv6 disable | |
p2mp-ipv6 disable | |
exit | |
no shutdown | |
exit | |
no shutdown | |
exit | |
exit | |
targeted-session | |
exit | |
no shutdown | |
exit | |
#-------------------------------------------------- | |
echo "Web Portal Protocol Configuration" | |
#-------------------------------------------------- | |
exit | |
#-------------------------------------------------- | |
echo "Service Configuration" | |
#-------------------------------------------------- | |
service | |
customer 1 create | |
description "Default customer" | |
exit | |
exit | |
#-------------------------------------------------- | |
echo "Router (Service Side) Configuration" | |
#-------------------------------------------------- | |
router Base | |
#-------------------------------------------------- | |
echo "ISIS Configuration" | |
#-------------------------------------------------- | |
isis 0 | |
no shutdown | |
exit | |
exit | |
exit all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment