Skip to content

Instantly share code, notes, and snippets.

@hellt
Created June 17, 2020 10:06
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/a525df301d56c7065ec9ed2b5bd74f0c to your computer and use it in GitHub Desktop.
Save hellt/a525df301d56c7065ec9ed2b5bd74f0c to your computer and use it in GitHub Desktop.
R3 Nokia router reflector baseline config
# 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:29:22 2016 UTC
exit all
configure
#--------------------------------------------------
echo "System Configuration"
#--------------------------------------------------
system
name "R3"
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 3.3.3.3/32
no shutdown
exit
interface "toR1"
address 10.1.3.3/24
port 1/1/1:13
no shutdown
exit
interface "toR2"
address 10.2.3.3/24
port 1/1/1:23
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 "toR1"
interface-type point-to-point
no shutdown
exit
interface "toR2"
interface-type point-to-point
no shutdown
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