Skip to content
Snippets Groups Projects
Commit 279841ac authored by Tommaso Chiarusi BO's avatar Tommaso Chiarusi BO
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 2380 additions and 0 deletions
Hereafter, the location of the files in both WRS-Broadcast and Level1
/wr/sbin/startup-mb.sh
/wr/etc/wrsw_hal.conf
/etc/init.d/S70wr_date
/wr/etc/wr_date.conf
#!/bin/sh
F=/wr/etc/wr_date.conf
# if there is no config file, do nothing.
test -f $F || exit 0
# pick the first server, if any
S=$(grep 'ntpserver' $F | sed 's/ntpserver//' | head -n 1)
# if none, exit
text -z "$D" && exit 0
# pick busybox ntpd explicitly, to avoid real ntpd instances
echo "Setting host time using ntpd"
busybox ntpd -n -q -p $S
echo "Setting WR time from host time"
/wr/bin/wr_date set host
#!/bin/ash
export WR_HOME="/wr"
# Get parameter from kernel commandline
for arg in $(cat /proc/cmdline); do
echo $arg | grep -q "wr_nic.macaddr" ;
if [ $? == 0 ]; then
val=$(echo $arg | cut -d= -f2);
fi;
done
# Obtain the type of FPGA (LX130XT or LX240XT) and the SCB version.
./wr/bin/wrfs_mnt.sh rw
mknod /dev/mtd4 c 90 8
mtd_debug read /dev/mtd4 0x94800 0x840 /tmp/hwinfo.bin
./wr/bin/wrfs_mnt.sh ro
tfpga=$(cat /tmp/hwinfo.bin | grep fpga_type | sed 's/.*: //')
scb_ver=$(cat /tmp/hwinfo.bin | grep full | sed 's/.*\([0-9]\.[0-9]\).*/\1/' | sed 's/\.//')
if [ $scb_ver -lt 34 ];then
scb_ver=33
fi;
echo My FPGA is ${tfpga}
echo My SCB board is ${scb_ver}
$WR_HOME/bin/load-virtex $WR_HOME/lib/firmware/18p_mb-${tfpga}.bin
$WR_HOME/bin/load-lm32 $WR_HOME/lib/firmware/rt_cpu-${scb_ver}.bin
insmod $WR_HOME/lib/modules/at91_softpwm.ko
insmod $WR_HOME/lib/modules/wr_vic.ko
insmod $WR_HOME/lib/modules/wr-nic.ko macaddr=$val
insmod $WR_HOME/lib/modules/wr_rtu.ko
$WR_HOME/sbin/start-daemons.sh
$WR_HOME/bin/wr_phytool 15 wb disable
$WR_HOME/bin/wr_phytool 16 wb disable
# -- Mod 22/02/2016 - T. Chiarusi
# Static declarations avoid unicast flooding when DOMs are not reachable
#$WR_HOME/bin/rtu_stat add 08:00:30:30:43:2b 17 # du1.base ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:3f:5b 17 # du1.dom1 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:37:fa:50 17 # du1.dom2 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:4a:99 17 # du1.dom3 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:37:d8:8f 17 # du1.dom4 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:30:3c:71 17 # du1.dom5 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:2f:a9:d4 17 # du1.dom6 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:2f:ab:eb 17 # du1.dom7 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:4e:44 17 # du1.dom8 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:29:ab 17 # du1.dom9 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:37:d7:1e 17 # du1.dom10 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:2f:ec:73 17 # du1.dom11 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:2f:ab:71 17 # du1.dom12 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:30:3f:8d 17 # du1.dom13 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:29:f1 17 # du1.dom14 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:30:56:77 17 # du1.dom15 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:40:0a:43 17 # du1.dom16 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:37:f1:2a 17 # du1.dom17 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:18:2e 17 # du1.dom18 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:37:e3:ac 17 # du2.base ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:18:1f 17 # du2.dom1 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:2f:fd:99 17 # du2.dom2 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:0b:17 17 # du2.dom3 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:47:41 17 # du2.dom4 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:29:f0 17 # du2.dom5 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:37:ff:c5 17 # du2.dom6 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:6a:f6 17 # du2.dom7 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:37:c4:f7 17 # du2.dom8 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:37:9f:d3 17 # du2.dom9 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:30:43:a2 17 # du2.dom10 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:22:e1 17 # du2.dom11 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:11:ca:55 17 # du2.dom12 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:37:cc:00 17 # du2.dom13 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:12:04:a7 17 # du2.dom14 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:15:80 17 # du2.dom15 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:40:bb:ee 17 # du2.dom16 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:30:3a:bb 17 # du2.dom17 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:20:b8 17 # du2.dom18 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:22:88 17 # du3.base ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:18:16 17 # du3.dom1 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:74:5f 17 # du3.dom2 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:37:d2:ed 17 # du3.dom3 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:37:c1:dc 17 # du3.dom4 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:40:b7:4c 17 # du3.dom5 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:3c:cb 17 # du3.dom6 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:29:da 17 # du3.dom7 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:3c:df 17 # du3.dom8 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:2d:2e 17 # du3.dom9 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:3c:d3 17 # du3.dom10 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:40:0a:af 17 # du3.dom11 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:40:63:6a 17 # du3.dom12 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:37:99:3c 17 # du3.dom13 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:18:50 17 # du3.dom14 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:2f:ab:0a 17 # du3.dom15 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:30:43:97 17 # du3.dom16 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:20:16 17 # du3.dom17 ;
#$WR_HOME/bin/rtu_stat add 08:00:30:38:02:d8 17 # du3.dom18 ;
#--
$WR_HOME/bin/rtu_stat add 00:0F:53:20:67:4C 15 # adding the MAC-address of the DAQ server
ifconfig wr1 mtu 9216 # WR-Broadcast/WR-L1
ifconfig wr15 mtu 9216 #WR-Broadcast/DELL N4032F bridge
ifconfig wr17 mtu 9216 #broadcast channel
ifconfig wr6 mtu 9216 #Control unit
global = {
sfp_database_path = "/wr/etc/sfp_database.conf";
};
timing = {
pps_width = 100000; -- PPS pulse width
-- use_nmea = 1; -- take UTC seconds from NMEA GPS clock connected to /dev/ttyS2
-- mode = "GrandMaster"; -- grand-master with external reference
};
ports = {
wr0 = {
phy_rx_min = 225030; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 225030;
--phy_rx_min = 224630; --values set to syncro to WRS
--phy_tx_min = 225430;
mac_addr = "auto";
mode = "wr_slave";
};
wr1 = {
phy_rx_min = 225177; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 225047;
mac_addr = "auto";
mode = "wr_master";
};
wr2 = {
phy_rx_min = 225297; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 225249;
mac_addr = "auto";
mode = "wr_master";
};
wr3 = {
phy_rx_min = 225456; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 225368;
mac_addr = "auto";
mode = "wr_master";
};
wr4 = {
phy_rx_min = 225586; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 226196;
mac_addr = "auto";
mode = "wr_master";
};
wr5 = {
phy_rx_min = 225735; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 226385;
mac_addr = "auto";
mode = "wr_master";
};
wr6 = {
--phy_rx_min = 225950+15000+30+222045+12269; -- minimal RX latency intro$
--phy_tx_min = 226626-15000-30+222045-12269;
--phy_rx_min = 225950+15000+30+222045; -- latency with WR calibrator tag20150428
--phy_tx_min = 226626-15000-30+222045;
phy_rx_min = 225950+14700+30+222045; -- latency with WR calibrator base, trunk1476
phy_tx_min = 226626-14700-30+222045;
mac_addr = "auto";
mode = "wr_master";
};
wr7 = {
phy_rx_min = 226064; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 226626;
mac_addr = "auto";
mode = "wr_master";
};
wr8 = {
phy_rx_min = 226214; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 226758;
mac_addr = "auto";
mode = "wr_master";
};
wr9 = {
phy_rx_min = 226396; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 226994;
mac_addr = "auto";
mode = "wr_master";
};
wr10 = {
phy_rx_min = 226647; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 227333;
mac_addr = "auto";
mode = "wr_master";
};
wr11 = {
phy_rx_min = 226814; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 227538;
mac_addr = "auto";
mode = "wr_master";
};
wr12 = {
phy_rx_min = 226919; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 227625;
mac_addr = "auto";
mode = "wr_master";
};
wr13 = {
--phy_rx_min = 227110; -- minimal RX latency introduced by the PHY (in picoseconds)
--phy_tx_min = 227840;
--phy_rx_min = 465338; --delays for CLB 2.2.1 rev20141204
--phy_tx_min = 435188;
phy_rx_min = 227110+15500+241672; --test delays with fw rev 15042800
phy_tx_min = 227840-15500+241672;
mac_addr = "auto";
mode = "wr_master";
};
wr14 = {
phy_rx_min = 227367; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 228293;
--phy_rx_min = 566367; -- delays for clb_v2.2 rev20141204 0 0
--phy_tx_min = 334293; -- delays for clb_v2.2 rev20141204 0 0
--phy_rx_min = 520000; -- delays for clb_v2.2 rev20141204 default
--phy_tx_min = 167000; -- delays for clb_v2.2 rev20141204 default
--phy_rx_min = 420000; -- delays for clb_v2.2.1 rev20141204 default
--phy_tx_min = 267000; -- delays for clb_v2.2.1 rev20141204 default
mac_addr = "auto";
mode = "wr_master";
};
wr15 = {
phy_rx_min = 227565; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 228339;
mac_addr = "auto";
mode = "wr_master";
};
wr16 = {
phy_rx_min = 227650; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 228538;
mac_addr = "auto";
mode = "wr_master";
};
wr17 = {
phy_rx_min = 227869; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 228735;
mac_addr = "auto";
mode = "wr_master";
};
};
#!/bin/sh
F=/wr/etc/wr_date.conf
# if there is no config file, do nothing.
test -f $F || exit 0
# pick the first server, if any
S=$(grep 'ntpserver' $F | sed 's/ntpserver//' | head -n 1)
# if none, exit
test -z "$S" && exit 0
# pick busybox ntpd explicitly, to avoid real ntpd instances
echo "Setting host time using ntpd"
busybox ntpd -n -q -p $S
echo "Setting WR time from host time"
/wr/bin/wr_date set host
#!/bin/ash
export WR_HOME="/wr"
# Get parameter from kernel commandline
for arg in $(cat /proc/cmdline); do
echo $arg | grep -q "wr_nic.macaddr" ;
if [ $? == 0 ]; then
val=$(echo $arg | cut -d= -f2);
fi;
done
# Obtain the type of FPGA (LX130XT or LX240XT)
tfpga=$($WR_HOME/bin/shw_ver -F)
$WR_HOME/bin/load-virtex $WR_HOME/lib/firmware/18p_mb-${tfpga}.bin
$WR_HOME/bin/load-lm32 $WR_HOME/lib/firmware/rt_cpu.bin
insmod $WR_HOME/lib/modules/at91_softpwm.ko
insmod $WR_HOME/lib/modules/wr_vic.ko
insmod $WR_HOME/lib/modules/wr-nic.ko macaddr=$val
insmod $WR_HOME/lib/modules/wr_rtu.ko
$WR_HOME/sbin/start-daemons.sh
# Settings for WRS Lev.1 in ARCA Shore-Station
ifconfig wr0 mtu 9216 #WRS L1 - WRS Broadcast
scenario="SDN" # SDN/Legacy
if [ $scenario == "SDN" ]; then
##### For SDN Scenario only - T. Chiarusi 20161215
$WR_HOME/bin/wr_phytool 1 wb disable #disabling the autonegotiation
ifconfig wr1 mtu 9216 #WRS L1 - SCBD
$WR_HOME/bin/rtu_stat add 00:0F:53:20:66:50 1 # to Control Unit Server ;
$WR_HOME/bin/rtu_stat add 00:0F:53:20:67:4C 1 # to DAQ Server ;
elif [ $scenario == "Legacy" ]; then
$WR_HOME/bin/rtu_stat add 00:0F:53:20:67:4C 0 # adding the MAC-address of the DAQ server for retrieving the acou
fi;
i="5 6 7 8 9 10 11 12 13 14 15 16 17"
for ip in ${i}; do
ifconfig wr$ip mtu 9216 #adjust the MTU accepting jumbo frames
$WR_HOME/bin/wr_phytool $ip wb disable #disabling the autonegotiation
done
######## --- old settings ---- TO BE DELETED SOON AFTER THE WHILE-LOOP IS CERTIFIED
#ifconfig wr6 mtu 9216 #ARCA-DU1 base
#ifconfig wr7 mtu 9216 #ARCA-DU2 base
#ifconfig wr8 mtu 9216 #ARCA-DU3 base
#$WR_HOME/bin/wr_phytool 5 wb disable #disabling the auto-negotiation (6 stands for wr6 - port 7)
#$WR_HOME/bin/wr_phytool 6 wb disable #disabling the auto-negotiation (6 stands for wr6 - port 7)
#$WR_HOME/bin/wr_phytool 7 wb disable #disabling the auto-negotiation (port 8)
#$WR_HOME/bin/wr_phytool 8 wb disable #disabling the auto-negotiation (port 9)
####################################
global = {
sfp_database_path = "/wr/etc/sfp_database.conf";
};
timing = {
pps_width = 100000; -- PPS pulse width
-- use_nmea = 1; -- take UTC seconds from NMEA GPS clock connected to /dev/ttyS2
-- mode = "GrandMaster"; -- grand-master with external reference
};
ports = {
wr0 = {
--phy_rx_min = 225030; -- minimal RX latency introduced by the PHY (in picoseconds)
--phy_tx_min = 225030;
phy_rx_min = 225030;
--phy_tx_min = 224400;
phy_tx_min = 225030-630; --Napoli shore station
mac_addr = "auto";
mode = "wr_slave";
};
wr1 = {
phy_rx_min = 225177; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 225047;
mac_addr = "auto";
mode = "wr_master";
};
wr2 = {
phy_rx_min = 225297; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 225249;
mac_addr = "auto";
mode = "wr_master";
};
wr3 = {
phy_rx_min = 225456; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 225368;
mac_addr = "auto";
mode = "wr_master";
};
wr4 = {
phy_rx_min = 225586; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 226196;
mac_addr = "auto";
mode = "wr_master";
};
wr5 = {
phy_rx_min = 225735; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 226385;
mac_addr = "auto";
mode = "wr_master";
};
wr6 = {
phy_rx_min = 225950;
phy_tx_min = 226626;
--phy_rx_min = 225950+15000+30+222045+12269; -- minimal RX latency intro$
--phy_tx_min = 226626-15000-30+222045-12269;
--phy_rx_min = 225950+15000+30+222045; -- latency with WR calibrator tag20150428
--phy_tx_min = 226626-15000-30+222045;
--phy_rx_min = 225950+14700+30+222045; -- latency with WR calibrator base, trunk1476
--phy_tx_min = 226626-14700-30+222045;
--phy_rx_min = 225950+15128+222639; -- latency with WR calibrator base, trunk1476, DU2 at Naples
--phy_tx_min = 226626-15128+222639;
mac_addr = "auto";
mode = "wr_master";
};
wr7 = {
phy_rx_min = 226064; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 226626;
mac_addr = "auto";
mode = "wr_master";
};
wr8 = {
phy_rx_min = 226214; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 226758;
mac_addr = "auto";
mode = "wr_master";
};
wr9 = {
phy_rx_min = 226396; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 226994;
mac_addr = "auto";
mode = "wr_master";
};
wr10 = {
phy_rx_min = 226647; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 227333;
mac_addr = "auto";
mode = "wr_master";
};
wr11 = {
phy_rx_min = 226814; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 227538;
mac_addr = "auto";
mode = "wr_master";
};
wr12 = {
phy_rx_min = 226919; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 227625;
mac_addr = "auto";
mode = "wr_master";
};
wr13 = {
phy_rx_min = 227110; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 227840;
--phy_rx_min = 465338; --delays for CLB 2.2.1 rev20141204
--phy_tx_min = 435188;
--phy_rx_min = 227110+15500+241672; --test delays with fw rev 15042800
--phy_tx_min = 227840-15500+241672;
mac_addr = "auto";
mode = "wr_master";
};
wr14 = {
phy_rx_min = 227367; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 228293;
--phy_rx_min = 566367; -- delays for clb_v2.2 rev20141204 0 0
--phy_tx_min = 334293; -- delays for clb_v2.2 rev20141204 0 0
--phy_rx_min = 520000; -- delays for clb_v2.2 rev20141204 default
--phy_tx_min = 167000; -- delays for clb_v2.2 rev20141204 default
--phy_rx_min = 420000; -- delays for clb_v2.2.1 rev20141204 default
--phy_tx_min = 267000; -- delays for clb_v2.2.1 rev20141204 default
mac_addr = "auto";
mode = "wr_master";
};
wr15 = {
phy_rx_min = 227565; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 228339;
mac_addr = "auto";
mode = "wr_master";
};
wr16 = {
phy_rx_min = 227650; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 228538;
mac_addr = "auto";
mode = "wr_master";
};
wr17 = {
phy_rx_min = 227869; -- minimal RX latency introduced by the PHY (in picoseconds)
phy_tx_min = 228735;
mac_addr = "auto";
mode = "wr_master";
};
};
#!/bin/ash
export WR_HOME="/wr"
# WRS-Broadcast costumizations
# T.Chiarusi 14/11/2018
# CLB MAC-mask forwarding
$WR_HOME/bin/rtu_stat add 08:00:30:00:00:00 17 0
$WR_HOME/bin/rtu_forwarding_mask enable 08:00:30:00:00:00
echo "KM3 - Enabled CLB MAC-mask forwarding"
#Disabling the auto-negotiation on some ports
$WR_HOME/bin/wr_phytool 15 wb disable
echo "KM3 - $WR_HOME/bin/wr_phytool 15 wb disable"
#Enable Jumbo frames on all ports (customising the MRU to 9000B)
devmem 0x10030008 32 0x00800002
devmem 0x10030408 32 0x00800002
devmem 0x10030808 32 0x00800002
devmem 0x10030c08 32 0x00800002
devmem 0x10031008 32 0x00800002
devmem 0x10031408 32 0x00800002
devmem 0x10031808 32 0x00800002
devmem 0x10031c08 32 0x00800002
devmem 0x10032008 32 0x00800002
devmem 0x10032408 32 0x00800002
devmem 0x10032808 32 0x00800002
devmem 0x10032c08 32 0x00800002
devmem 0x10033008 32 0x00800002
devmem 0x10033408 32 0x00800002
devmem 0x10033808 32 0x00800002
devmem 0x10033c08 32 0x00800002
devmem 0x10034008 32 0x00800002
devmem 0x10034408 32 0x00800002
echo "KM3 - enabled Jumbo frames on all ports"
#
# Automatically generated make config: don't edit
#
# CONFIG_DOTCONF_SOURCE_LOCAL is not set
# CONFIG_DOTCONF_SOURCE_REMOTE is not set
# CONFIG_DOTCONF_SOURCE_FORCE_DHCP is not set
CONFIG_DOTCONF_SOURCE_TRY_DHCP=y
CONFIG_BR2_CONFIGFILE="wrs_release_br2_config"
CONFIG_PPSI=y
#
# Local Network Configuration
#
CONFIG_ETH0_DHCP=y
# CONFIG_ETH0_DHCP_ONCE is not set
# CONFIG_ETH0_STATIC is not set
#
# Root Password
#
# CONFIG_ROOT_PWD_IS_ENCRYPTED is not set
CONFIG_ROOT_PWD_CLEAR=""
CONFIG_NTP_SERVER=""
CONFIG_DNS_SERVER=""
CONFIG_DNS_DOMAIN=""
CONFIG_REMOTE_SYSLOG_SERVER=""
CONFIG_REMOTE_SYSLOG_UDP=y
CONFIG_WRS_LOG_HAL="daemon.info"
CONFIG_WRS_LOG_RTU="daemon.info"
CONFIG_WRS_LOG_PTP="daemon.info"
CONFIG_WRS_LOG_SNMPD="sd"
CONFIG_WRS_LOG_MONIT="syslog"
CONFIG_WRS_LOG_WRSWATCHDOG="daemon.info"
# CONFIG_KEEP_ROOTFS is not set
#
# Port Timing Configuration
#
CONFIG_PORT00_PARAMS="name=wr0,proto=raw,tx=221793,rx=230881,role=slave,fiber=0"
CONFIG_PORT01_PARAMS="name=wr1,proto=raw,tx=226568,rx=231087,role=master,fiber=0"
CONFIG_PORT02_PARAMS="name=wr2,proto=raw,tx=222132,rx=231316,role=master,fiber=0"
CONFIG_PORT03_PARAMS="name=wr3,proto=raw,tx=222280,rx=231404,role=master,fiber=0"
CONFIG_PORT04_PARAMS="name=wr4,proto=raw,tx=222493,rx=232207,role=master,fiber=0"
CONFIG_PORT05_PARAMS="name=wr5,proto=raw,tx=222621,rx=232605,role=master,fiber=0"
CONFIG_PORT06_PARAMS="name=wr6,proto=raw,tx=222663,rx=232599,role=master,fiber=0"
CONFIG_PORT07_PARAMS="name=wr7,proto=raw,tx=222866,rx=232804,role=master,fiber=0"
CONFIG_PORT08_PARAMS="name=wr8,proto=raw,tx=222991,rx=232835,role=master,fiber=0"
CONFIG_PORT09_PARAMS="name=wr9,proto=raw,tx=223242,rx=233198,role=master,fiber=0"
CONFIG_PORT10_PARAMS="name=wr10,proto=raw,tx=225478,rx=235770,role=master,fiber=0"
CONFIG_PORT11_PARAMS="name=wr11,proto=raw,tx=223656,rx=233848,role=master,fiber=0"
CONFIG_PORT12_PARAMS="name=wr12,proto=raw,tx=223798,rx=233756,role=master,fiber=0"
CONFIG_PORT13_PARAMS="name=wr13,proto=raw,tx=223975,rx=234179,role=master,fiber=0"
CONFIG_PORT14_PARAMS="name=wr14,proto=raw,tx=224187,rx=234645,role=master,fiber=0"
CONFIG_PORT15_PARAMS="name=wr15,proto=raw,tx=224375,rx=234727,role=master,fiber=0"
CONFIG_PORT16_PARAMS="name=wr16,proto=raw,tx=224428,rx=234934,role=master,fiber=0"
CONFIG_PORT17_PARAMS="name=wr17,proto=raw,tx=226733,rx=230371,role=master,fiber=0"
#
# SFP and Media Timing Configuration
#
CONFIG_SFP00_PARAMS="vn=Axcen Photonics,pn=AXGE-1254-0531,tx=0,rx=0,wl_txrx=1310+1490"
CONFIG_SFP01_PARAMS="vn=Axcen Photonics,pn=AXGE-3454-0531,tx=0,rx=0,wl_txrx=1490+1310"
CONFIG_SFP02_PARAMS=""
CONFIG_SFP03_PARAMS=""
CONFIG_SFP04_PARAMS=""
CONFIG_SFP05_PARAMS=""
CONFIG_SFP06_PARAMS=""
CONFIG_SFP07_PARAMS=""
CONFIG_SFP08_PARAMS=""
CONFIG_SFP09_PARAMS=""
CONFIG_FIBER00_PARAMS="alpha_1310_1490=2.6787e-04"
CONFIG_FIBER01_PARAMS="alpha_1310_1490=2.6787e-04"
CONFIG_FIBER02_PARAMS="alpha_1310_1490=2.6787e-04"
CONFIG_FIBER03_PARAMS="alpha_1310_1490=2.6787e-04"
# CONFIG_TIME_GM is not set
# CONFIG_TIME_FM is not set
CONFIG_TIME_BC=y
CONFIG_PTP_PORT_PARAMS=y
# CONFIG_PTP_CUSTOM is not set
# CONFIG_PTP_REMOTE_CONF is not set
#
# Management configuration
#
CONFIG_SNMP_TRAPSINK_ADDRESS=""
CONFIG_SNMP_TRAP2SINK_ADDRESS=""
CONFIG_SNMP_RO_COMMUNITY="public"
CONFIG_SNMP_RW_COMMUNITY="private"
CONFIG_SNMP_TEMP_THOLD_FPGA=80
CONFIG_SNMP_TEMP_THOLD_PLL=80
CONFIG_SNMP_TEMP_THOLD_PSL=80
CONFIG_SNMP_TEMP_THOLD_PSR=80
CONFIG_SNMP_SWCORESTATUS_HP_FRAME_RATE=0
CONFIG_SNMP_SWCORESTATUS_RX_FRAME_RATE=0
CONFIG_SNMP_SWCORESTATUS_RX_PRIO_FRAME_RATE=0
#
# External clk2 clock signal configuration
#
CONFIG_WRSAUXCLK_FREQ="10"
CONFIG_WRSAUXCLK_DUTY="0.5"
CONFIG_WRSAUXCLK_CSHIFT="36"
CONFIG_WRSAUXCLK_SIGDEL="0"
CONFIG_WRSAUXCLK_PPSHIFT="0"
#
# Developer options
#
# CONFIG_MONIT_DISABLE is not set
#!/bin/ash
export WR_HOME="/wr"
# WRS-Broadcast costumizations
# T.Chiarusi 14/11/2018
# CLB MAC-mask forwarding
$WR_HOME/bin/rtu_stat add 08:00:30:00:00:00 17 0
$WR_HOME/bin/rtu_forwarding_mask enable 08:00:30:00:00:00
echo "KM3 - Enabled CLB MAC-mask forwarding"
#Disabling the auto-negotiation on some ports
$WR_HOME/bin/wr_phytool 15 wb disable
echo "KM3 - $WR_HOME/bin/wr_phytool 15 wb disable"
#Enable Jumbo frames on all ports (customising the MRU to 9000B)
devmem 0x10030008 32 0x00800002
devmem 0x10030408 32 0x00800002
devmem 0x10030808 32 0x00800002
devmem 0x10030c08 32 0x00800002
devmem 0x10031008 32 0x00800002
devmem 0x10031408 32 0x00800002
devmem 0x10031808 32 0x00800002
devmem 0x10031c08 32 0x00800002
devmem 0x10032008 32 0x00800002
devmem 0x10032408 32 0x00800002
devmem 0x10032808 32 0x00800002
devmem 0x10032c08 32 0x00800002
devmem 0x10033008 32 0x00800002
devmem 0x10033408 32 0x00800002
devmem 0x10033808 32 0x00800002
devmem 0x10033c08 32 0x00800002
devmem 0x10034008 32 0x00800002
devmem 0x10034408 32 0x00800002
echo "KM3 - enabled Jumbo frames on all ports"
#
# Automatically generated make config: don't edit
#
# CONFIG_DOTCONF_SOURCE_LOCAL is not set
# CONFIG_DOTCONF_SOURCE_REMOTE is not set
# CONFIG_DOTCONF_SOURCE_FORCE_DHCP is not set
CONFIG_DOTCONF_SOURCE_TRY_DHCP=y
CONFIG_BR2_CONFIGFILE="wrs_release_br2_config"
CONFIG_PPSI=y
#
# Local Network Configuration
#
CONFIG_ETH0_DHCP=y
# CONFIG_ETH0_DHCP_ONCE is not set
# CONFIG_ETH0_STATIC is not set
#
# Root Password
#
# CONFIG_ROOT_PWD_IS_ENCRYPTED is not set
CONFIG_ROOT_PWD_CLEAR=""
CONFIG_NTP_SERVER=""
CONFIG_DNS_SERVER=""
CONFIG_DNS_DOMAIN=""
CONFIG_REMOTE_SYSLOG_SERVER=""
CONFIG_REMOTE_SYSLOG_UDP=y
CONFIG_WRS_LOG_HAL="daemon.info"
CONFIG_WRS_LOG_RTU="daemon.info"
CONFIG_WRS_LOG_PTP="daemon.info"
CONFIG_WRS_LOG_SNMPD="sd"
CONFIG_WRS_LOG_MONIT="syslog"
CONFIG_WRS_LOG_WRSWATCHDOG="daemon.info"
# CONFIG_KEEP_ROOTFS is not set
#
# Port Timing Configuration
#
CONFIG_PORT00_PARAMS="name=wr0,proto=raw,tx=221793,rx=230881,role=slave,fiber=0"
CONFIG_PORT01_PARAMS="name=wr1,proto=raw,tx=226568,rx=231087,role=master,fiber=0"
CONFIG_PORT02_PARAMS="name=wr2,proto=raw,tx=222132,rx=231316,role=master,fiber=0"
CONFIG_PORT03_PARAMS="name=wr3,proto=raw,tx=222280,rx=231404,role=master,fiber=0"
CONFIG_PORT04_PARAMS="name=wr4,proto=raw,tx=222493,rx=232207,role=master,fiber=0"
CONFIG_PORT05_PARAMS="name=wr5,proto=raw,tx=222621,rx=232605,role=master,fiber=0"
CONFIG_PORT06_PARAMS="name=wr6,proto=raw,tx=222663,rx=232599,role=master,fiber=0"
CONFIG_PORT07_PARAMS="name=wr7,proto=raw,tx=222866,rx=232804,role=master,fiber=0"
CONFIG_PORT08_PARAMS="name=wr8,proto=raw,tx=222991,rx=232835,role=master,fiber=0"
CONFIG_PORT09_PARAMS="name=wr9,proto=raw,tx=223242,rx=233198,role=master,fiber=0"
CONFIG_PORT10_PARAMS="name=wr10,proto=raw,tx=225478,rx=235770,role=master,fiber=0"
CONFIG_PORT11_PARAMS="name=wr11,proto=raw,tx=223656,rx=233848,role=master,fiber=0"
CONFIG_PORT12_PARAMS="name=wr12,proto=raw,tx=223798,rx=233756,role=master,fiber=0"
CONFIG_PORT13_PARAMS="name=wr13,proto=raw,tx=223975,rx=234179,role=master,fiber=0"
CONFIG_PORT14_PARAMS="name=wr14,proto=raw,tx=224187,rx=234645,role=master,fiber=0"
CONFIG_PORT15_PARAMS="name=wr15,proto=raw,tx=224375,rx=234727,role=master,fiber=0"
CONFIG_PORT16_PARAMS="name=wr16,proto=raw,tx=224428,rx=234934,role=master,fiber=0"
CONFIG_PORT17_PARAMS="name=wr17,proto=raw,tx=226733,rx=230371,role=master,fiber=0"
#
# SFP and Media Timing Configuration
#
CONFIG_SFP00_PARAMS="vn=Axcen Photonics,pn=AXGE-1254-0531,tx=0,rx=0,wl_txrx=1310+1490"
CONFIG_SFP01_PARAMS="vn=Axcen Photonics,pn=AXGE-3454-0531,tx=0,rx=0,wl_txrx=1490+1310"
CONFIG_SFP02_PARAMS=""
CONFIG_SFP03_PARAMS=""
CONFIG_SFP04_PARAMS=""
CONFIG_SFP05_PARAMS=""
CONFIG_SFP06_PARAMS=""
CONFIG_SFP07_PARAMS=""
CONFIG_SFP08_PARAMS=""
CONFIG_SFP09_PARAMS=""
CONFIG_FIBER00_PARAMS="alpha_1310_1490=2.6787e-04"
CONFIG_FIBER01_PARAMS="alpha_1310_1490=2.6787e-04"
CONFIG_FIBER02_PARAMS="alpha_1310_1490=2.6787e-04"
CONFIG_FIBER03_PARAMS="alpha_1310_1490=2.6787e-04"
# CONFIG_TIME_GM is not set
# CONFIG_TIME_FM is not set
CONFIG_TIME_BC=y
CONFIG_PTP_PORT_PARAMS=y
# CONFIG_PTP_CUSTOM is not set
# CONFIG_PTP_REMOTE_CONF is not set
#
# Management configuration
#
CONFIG_SNMP_TRAPSINK_ADDRESS=""
CONFIG_SNMP_TRAP2SINK_ADDRESS=""
CONFIG_SNMP_RO_COMMUNITY="public"
CONFIG_SNMP_RW_COMMUNITY="private"
CONFIG_SNMP_TEMP_THOLD_FPGA=80
CONFIG_SNMP_TEMP_THOLD_PLL=80
CONFIG_SNMP_TEMP_THOLD_PSL=80
CONFIG_SNMP_TEMP_THOLD_PSR=80
CONFIG_SNMP_SWCORESTATUS_HP_FRAME_RATE=0
CONFIG_SNMP_SWCORESTATUS_RX_FRAME_RATE=0
CONFIG_SNMP_SWCORESTATUS_RX_PRIO_FRAME_RATE=0
#
# External clk2 clock signal configuration
#
CONFIG_WRSAUXCLK_FREQ="10"
CONFIG_WRSAUXCLK_DUTY="0.5"
CONFIG_WRSAUXCLK_CSHIFT="36"
CONFIG_WRSAUXCLK_SIGDEL="0"
CONFIG_WRSAUXCLK_PPSHIFT="0"
#
# Developer options
#
# CONFIG_MONIT_DISABLE is not set
#!/bin/ash
export WR_HOME="/wr"
# WRS-Broadcast costumizations
# T.Chiarusi 14/11/2018
### Note: SDN scenario ONLY
##Disabling the auto-negotiation on some ports
## Note: by default the KM3NeT customisation of WRS by 7S has wr3-17 already with no auto-negotiation
## This is useful for receiving the DU-bases
#Disabling MAC-learning on wr0
devmem 0x10060004 32 0x00
devmem 0x10060008
devmem 0x10060008 32 0x82
echo "KM3 - Disabled MAC-learning on wr0"
#Static routing
$WR_HOME/bin/rtu_stat add 00:0F:53:20:66:50 1 &&# to Control Unit Server ;
$WR_HOME/bin/rtu_stat add 00:0F:53:20:66:CC 1 &&# to DataQueue Server - for Acoustic data mainly ;
echo "KM3 - Added static routing for CU and DQs"
#Enable Jumbo frames on all ports (customising the MRU to 9000B)
devmem 0x10030008 32 0x00800002
devmem 0x10030408 32 0x00800002
devmem 0x10030808 32 0x00800002
devmem 0x10030c08 32 0x00800002
devmem 0x10031008 32 0x00800002
devmem 0x10031408 32 0x00800002
devmem 0x10031808 32 0x00800002
devmem 0x10031c08 32 0x00800002
devmem 0x10032008 32 0x00800002
devmem 0x10032408 32 0x00800002
devmem 0x10032808 32 0x00800002
devmem 0x10032c08 32 0x00800002
devmem 0x10033008 32 0x00800002
devmem 0x10033408 32 0x00800002
devmem 0x10033808 32 0x00800002
devmem 0x10033c08 32 0x00800002
devmem 0x10034008 32 0x00800002
devmem 0x10034408 32 0x00800002
echo "KM3 - Enabled Jumbo frames on all ports"
#
# Automatically generated make config: don't edit
#
# CONFIG_DOTCONF_SOURCE_LOCAL is not set
# CONFIG_DOTCONF_SOURCE_REMOTE is not set
# CONFIG_DOTCONF_SOURCE_FORCE_DHCP is not set
CONFIG_DOTCONF_SOURCE_TRY_DHCP=y
CONFIG_BR2_CONFIGFILE="wrs_release_br2_config"
CONFIG_PPSI=y
#
# Local Network Configuration
#
CONFIG_ETH0_DHCP=y
# CONFIG_ETH0_DHCP_ONCE is not set
# CONFIG_ETH0_STATIC is not set
#
# Root Password
#
# CONFIG_ROOT_PWD_IS_ENCRYPTED is not set
CONFIG_ROOT_PWD_CLEAR=""
CONFIG_NTP_SERVER=""
CONFIG_DNS_SERVER=""
CONFIG_DNS_DOMAIN=""
CONFIG_REMOTE_SYSLOG_SERVER=""
CONFIG_REMOTE_SYSLOG_UDP=y
CONFIG_WRS_LOG_HAL="daemon.info"
CONFIG_WRS_LOG_RTU="daemon.info"
CONFIG_WRS_LOG_PTP="daemon.info"
CONFIG_WRS_LOG_SNMPD="sd"
CONFIG_WRS_LOG_MONIT="syslog"
CONFIG_WRS_LOG_WRSWATCHDOG="daemon.info"
# CONFIG_KEEP_ROOTFS is not set
#
# Port Timing Configuration
#
#CONFIG_PORT00_PARAMS="name=wr0,proto=raw,tx=222539,rx=230235,role=slave,fiber=0"
CONFIG_PORT00_PARAMS="name=wr0,proto=raw,tx=224873,rx=227901,role=slave,fiber=0"
CONFIG_PORT01_PARAMS="name=wr1,proto=raw,tx=222837,rx=230203,role=master,fiber=0"
CONFIG_PORT02_PARAMS="name=wr2,proto=raw,tx=222859,rx=230655,role=master,fiber=0"
CONFIG_PORT03_PARAMS="name=wr3,proto=raw,tx=223015,rx=230561,role=master,fiber=0"
CONFIG_PORT04_PARAMS="name=wr4,proto=raw,tx=223136,rx=231838,role=master,fiber=0"
CONFIG_PORT05_PARAMS="name=wr5,proto=raw,tx=223289,rx=232033,role=master,fiber=0"
CONFIG_PORT06_PARAMS="name=wr6,proto=raw,tx=223491,rx=232147,role=master,fiber=0"
CONFIG_PORT07_PARAMS="name=wr7,proto=raw,tx=223582,rx=232252,role=master,fiber=0"
CONFIG_PORT08_PARAMS="name=wr8,proto=raw,tx=223751,rx=232333,role=master,fiber=0"
CONFIG_PORT09_PARAMS="name=wr9,proto=raw,tx=223958,rx=232608,role=master,fiber=0"
CONFIG_PORT10_PARAMS="name=wr10,proto=raw,tx=224267,rx=233085,role=master,fiber=0"
CONFIG_PORT11_PARAMS="name=wr11,proto=raw,tx=193978,rx=202848,role=master,fiber=0"
CONFIG_PORT12_PARAMS="name=wr12,proto=raw,tx=224487,rx=233309,role=master,fiber=0"
CONFIG_PORT13_PARAMS="name=wr13,proto=raw,tx=224665,rx=233557,role=master,fiber=0"
CONFIG_PORT14_PARAMS="name=wr14,proto=raw,tx=226432,rx=235446,role=master,fiber=0"
CONFIG_PORT15_PARAMS="name=wr15,proto=raw,tx=195003,rx=204045,role=master,fiber=0"
CONFIG_PORT16_PARAMS="name=wr16,proto=raw,tx=225290,rx=234230,role=master,fiber=0"
CONFIG_PORT17_PARAMS="name=wr17,proto=raw,tx=225579,rx=234125,role=master,fiber=0"
#
# SFP and Media Timing Configuration
#
CONFIG_SFP00_PARAMS="vn=Axcen Photonics,pn=AXGE-1254-0531,tx=0,rx=0,wl_txrx=1310+1490"
CONFIG_SFP01_PARAMS="vn=Axcen Photonics,pn=AXGE-3454-0531,tx=0,rx=0,wl_txrx=1490+1310"
CONFIG_SFP02_PARAMS=""
CONFIG_SFP03_PARAMS=""
CONFIG_SFP04_PARAMS=""
CONFIG_SFP05_PARAMS=""
CONFIG_SFP06_PARAMS=""
CONFIG_SFP07_PARAMS=""
CONFIG_SFP08_PARAMS=""
CONFIG_SFP09_PARAMS=""
CONFIG_FIBER00_PARAMS="alpha_1310_1490=2.6787e-04"
CONFIG_FIBER01_PARAMS="alpha_1310_1490=2.6787e-04"
CONFIG_FIBER02_PARAMS="alpha_1310_1490=2.6787e-04"
CONFIG_FIBER03_PARAMS="alpha_1310_1490=2.6787e-04"
# CONFIG_TIME_GM is not set
# CONFIG_TIME_FM is not set
CONFIG_TIME_BC=y
CONFIG_PTP_PORT_PARAMS=y
# CONFIG_PTP_CUSTOM is not set
# CONFIG_PTP_REMOTE_CONF is not set
#
# Management configuration
#
CONFIG_SNMP_TRAPSINK_ADDRESS=""
CONFIG_SNMP_TRAP2SINK_ADDRESS=""
CONFIG_SNMP_RO_COMMUNITY="public"
CONFIG_SNMP_RW_COMMUNITY="private"
CONFIG_SNMP_TEMP_THOLD_FPGA=80
CONFIG_SNMP_TEMP_THOLD_PLL=80
CONFIG_SNMP_TEMP_THOLD_PSL=80
CONFIG_SNMP_TEMP_THOLD_PSR=80
CONFIG_SNMP_SWCORESTATUS_HP_FRAME_RATE=0
CONFIG_SNMP_SWCORESTATUS_RX_FRAME_RATE=0
CONFIG_SNMP_SWCORESTATUS_RX_PRIO_FRAME_RATE=0
#
# External clk2 clock signal configuration
#
CONFIG_WRSAUXCLK_FREQ="10"
CONFIG_WRSAUXCLK_DUTY="0.5"
CONFIG_WRSAUXCLK_CSHIFT="36"
CONFIG_WRSAUXCLK_SIGDEL="0"
CONFIG_WRSAUXCLK_PPSHIFT="0"
#
# Developer options
#
# CONFIG_MONIT_DISABLE is not set
#!/bin/ash
export WR_HOME="/wr"
# WRS-Broadcast costumizations
# T.Chiarusi 20/09/2018
### Note: SDN scenario ONLY
##Disabling the auto-negotiation on some ports
## Note: by default the KM3NeT customisation of WRS by 7S has wr3-17 already with no auto-negotiation
## This is useful for receiving the DU-bases
#Disabling MAC-learning on wr0
devmem 0x10060004 32 0x00
devmem 0x10060008
devmem 0x10060008 32 0x82
echo "KM3 - Disabled MAC-learning on wr0"
#Static routing
$WR_HOME/bin/rtu_stat add 00:0F:53:20:66:50 1 # to Control Unit Server ;
$WR_HOME/bin/rtu_stat add 00:0F:53:20:66:CC 1 # to DataQueue Server - for Acoustic data mainly ;
echo "KM3 - Added static routing for CU and DQs"
#Enable Jumbo frames on all ports (customising the MRU to 9000B)
devmem 0x10030008 32 0x00800002
devmem 0x10030408 32 0x00800002
devmem 0x10030808 32 0x00800002
devmem 0x10030c08 32 0x00800002
devmem 0x10031008 32 0x00800002
devmem 0x10031408 32 0x00800002
devmem 0x10031808 32 0x00800002
devmem 0x10031c08 32 0x00800002
devmem 0x10032008 32 0x00800002
devmem 0x10032408 32 0x00800002
devmem 0x10032808 32 0x00800002
devmem 0x10032c08 32 0x00800002
devmem 0x10033008 32 0x00800002
devmem 0x10033408 32 0x00800002
devmem 0x10033808 32 0x00800002
devmem 0x10033c08 32 0x00800002
devmem 0x10034008 32 0x00800002
devmem 0x10034408 32 0x00800002
echo "KM3 - Enabled Jumbo frames on all ports"
#
# Automatically generated make config: don't edit
#
# CONFIG_DOTCONF_SOURCE_LOCAL is not set
# CONFIG_DOTCONF_SOURCE_REMOTE is not set
# CONFIG_DOTCONF_SOURCE_FORCE_DHCP is not set
CONFIG_DOTCONF_SOURCE_TRY_DHCP=y
CONFIG_BR2_CONFIGFILE="wrs_release_br2_config"
CONFIG_PPSI=y
#
# Local Network Configuration
#
CONFIG_ETH0_DHCP=y
# CONFIG_ETH0_DHCP_ONCE is not set
# CONFIG_ETH0_STATIC is not set
#
# Root Password
#
# CONFIG_ROOT_PWD_IS_ENCRYPTED is not set
CONFIG_ROOT_PWD_CLEAR=""
CONFIG_NTP_SERVER=""
CONFIG_DNS_SERVER=""
CONFIG_DNS_DOMAIN=""
CONFIG_REMOTE_SYSLOG_SERVER=""
CONFIG_REMOTE_SYSLOG_UDP=y
CONFIG_WRS_LOG_HAL="daemon.info"
CONFIG_WRS_LOG_RTU="daemon.info"
CONFIG_WRS_LOG_PTP="daemon.info"
CONFIG_WRS_LOG_SNMPD="sd"
CONFIG_WRS_LOG_MONIT="syslog"
CONFIG_WRS_LOG_WRSWATCHDOG="daemon.info"
# CONFIG_KEEP_ROOTFS is not set
#
# Port Timing Configuration
#
CONFIG_PORT00_PARAMS="name=wr0,proto=raw,tx=225662,rx=227113,role=slave,fiber=0"
CONFIG_PORT01_PARAMS="name=wr1,proto=raw,tx=222837,rx=230203,role=master,fiber=0"
CONFIG_PORT02_PARAMS="name=wr2,proto=raw,tx=222859,rx=230655,role=master,fiber=0"
CONFIG_PORT03_PARAMS="name=wr3,proto=raw,tx=223015,rx=230561,role=master,fiber=0"
CONFIG_PORT04_PARAMS="name=wr4,proto=raw,tx=223136,rx=231838,role=master,fiber=0"
CONFIG_PORT05_PARAMS="name=wr5,proto=raw,tx=223289,rx=232033,role=master,fiber=0"
CONFIG_PORT06_PARAMS="name=wr6,proto=raw,tx=223491,rx=232147,role=master,fiber=0"
CONFIG_PORT07_PARAMS="name=wr7,proto=raw,tx=223582,rx=232252,role=master,fiber=0"
CONFIG_PORT08_PARAMS="name=wr8,proto=raw,tx=223751,rx=232333,role=master,fiber=0"
CONFIG_PORT09_PARAMS="name=wr9,proto=raw,tx=223958,rx=232608,role=master,fiber=0"
CONFIG_PORT10_PARAMS="name=wr10,proto=raw,tx=224267,rx=233085,role=master,fiber=0"
CONFIG_PORT11_PARAMS="name=wr11,proto=raw,tx=193978,rx=202848,role=master,fiber=0"
CONFIG_PORT12_PARAMS="name=wr12,proto=raw,tx=224487,rx=233309,role=master,fiber=0"
CONFIG_PORT13_PARAMS="name=wr13,proto=raw,tx=224665,rx=233557,role=master,fiber=0"
CONFIG_PORT14_PARAMS="name=wr14,proto=raw,tx=226432,rx=235446,role=master,fiber=0"
CONFIG_PORT15_PARAMS="name=wr15,proto=raw,tx=195003,rx=204045,role=master,fiber=0"
CONFIG_PORT16_PARAMS="name=wr16,proto=raw,tx=225290,rx=234230,role=master,fiber=0"
CONFIG_PORT17_PARAMS="name=wr17,proto=raw,tx=225579,rx=234125,role=master,fiber=0"
#
# SFP and Media Timing Configuration
#
CONFIG_SFP00_PARAMS="vn=Axcen Photonics,pn=AXGE-1254-0531,tx=0,rx=0,wl_txrx=1310+1490"
CONFIG_SFP01_PARAMS="vn=Axcen Photonics,pn=AXGE-3454-0531,tx=0,rx=0,wl_txrx=1490+1310"
CONFIG_SFP02_PARAMS=""
CONFIG_SFP03_PARAMS=""
CONFIG_SFP04_PARAMS=""
CONFIG_SFP05_PARAMS=""
CONFIG_SFP06_PARAMS=""
CONFIG_SFP07_PARAMS=""
CONFIG_SFP08_PARAMS=""
CONFIG_SFP09_PARAMS=""
CONFIG_FIBER00_PARAMS="alpha_1310_1490=2.6787e-04"
CONFIG_FIBER01_PARAMS="alpha_1310_1490=2.6787e-04"
CONFIG_FIBER02_PARAMS="alpha_1310_1490=2.6787e-04"
CONFIG_FIBER03_PARAMS="alpha_1310_1490=2.6787e-04"
# CONFIG_TIME_GM is not set
# CONFIG_TIME_FM is not set
CONFIG_TIME_BC=y
CONFIG_PTP_PORT_PARAMS=y
# CONFIG_PTP_CUSTOM is not set
# CONFIG_PTP_REMOTE_CONF is not set
#
# Management configuration
#
CONFIG_SNMP_TRAPSINK_ADDRESS=""
CONFIG_SNMP_TRAP2SINK_ADDRESS=""
CONFIG_SNMP_RO_COMMUNITY="public"
CONFIG_SNMP_RW_COMMUNITY="private"
CONFIG_SNMP_TEMP_THOLD_FPGA="80"
CONFIG_SNMP_TEMP_THOLD_PLL="80"
CONFIG_SNMP_TEMP_THOLD_PSL="80"
CONFIG_SNMP_TEMP_THOLD_PSR="80"
CONFIG_SNMP_SWCORESTATUS_HP_FRAME_RATE="0"
CONFIG_SNMP_SWCORESTATUS_RX_FRAME_RATE="0"
CONFIG_SNMP_SWCORESTATUS_RX_PRIO_FRAME_RATE="0"
#
# External clk2 clock signal configuration
#
CONFIG_WRSAUXCLK_FREQ="10"
CONFIG_WRSAUXCLK_DUTY="0.5"
CONFIG_WRSAUXCLK_CSHIFT="36"
CONFIG_WRSAUXCLK_SIGDEL="0"
CONFIG_WRSAUXCLK_PPSHIFT="0"
#
# Developer options
#
# CONFIG_MONIT_DISABLE is not set
! Version 9.10(0.0P1)
! Last configuration change at Sat Oct 29 23:43:36 2016 by default
! Startup-config last updated at Sat Oct 29 23:43:40 2016 by default
!
boot system stack-unit 1 primary system: A:
boot system stack-unit 1 secondary system: B:
!
hostname sw-scbd
!
protocol lldp
!
redundancy auto-synchronize full
!
username admin password 7 3b392a423850dcb7fedb3df1c083f95703659459808637db
!
stack-unit 1 provision S3124F
!
interface GigabitEthernet 1/1
description WRSBro-p18
no ip address
switchport
no shutdown
!
interface GigabitEthernet 1/2
no ip address
shutdown
!
interface GigabitEthernet 1/3
no ip address
shutdown
!
interface GigabitEthernet 1/4
no ip address
shutdown
!
interface GigabitEthernet 1/5
no ip address
shutdown
!
interface GigabitEthernet 1/6
no ip address
shutdown
!
interface GigabitEthernet 1/7
no ip address
shutdown
!
interface GigabitEthernet 1/8
no ip address
shutdown
!
interface GigabitEthernet 1/9
description WRSL1-up-1
no ip address
switchport
no shutdown
!
interface GigabitEthernet 1/10
no ip address
shutdown
!
interface GigabitEthernet 1/11
no ip address
shutdown
!
interface GigabitEthernet 1/12
no ip address
shutdown
!
interface GigabitEthernet 1/13
no ip address
shutdown
!
interface GigabitEthernet 1/14
no ip address
shutdown
!
interface GigabitEthernet 1/15
no ip address
shutdown
!
interface GigabitEthernet 1/16
no ip address
shutdown
!
interface GigabitEthernet 1/17
no ip address
shutdown
!
interface GigabitEthernet 1/18
no ip address
shutdown
!
interface GigabitEthernet 1/19
no ip address
shutdown
!
interface GigabitEthernet 1/20
no ip address
shutdown
!
interface GigabitEthernet 1/21
no ip address
shutdown
!
interface GigabitEthernet 1/22
no ip address
shutdown
!
interface GigabitEthernet 1/23
no ip address
shutdown
!
interface GigabitEthernet 1/24
description WRSBro-uplk
no ip address
switchport
speed 1000
no shutdown
!
interface TenGigabitEthernet 1/25
description SCSF
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/26
description MIRROR-uplk
no ip address
no shutdown
!
interface TenGigabitEthernet 1/27
no ip address
shutdown
!
interface TenGigabitEthernet 1/28
no ip address
shutdown
!
interface ManagementEthernet 1/1
ip address 192.168.0.72/24
no shutdown
!
interface ManagementEthernet 2/1
no shutdown
!
interface ManagementEthernet 3/1
no shutdown
!
interface ManagementEthernet 4/1
no shutdown
!
interface ManagementEthernet 5/1
no shutdown
!
interface ManagementEthernet 6/1
no shutdown
!
interface ManagementEthernet 7/1
no shutdown
!
interface ManagementEthernet 8/1
no shutdown
!
interface ManagementEthernet 9/1
no shutdown
!
interface ManagementEthernet 10/1
no shutdown
!
interface ManagementEthernet 11/1
no shutdown
!
interface ManagementEthernet 12/1
no shutdown
!
interface Vlan 1
!untagged GigabitEthernet 1/24
!untagged TenGigabitEthernet 1/25
!
interface Vlan 2
description mirrorlan
no ip address
untagged GigabitEthernet 1/1
shutdown
!
interface Vlan 3
description TMP-WRSL1-safe
no ip address
untagged GigabitEthernet 1/9
shutdown
!
monitor session 1
description MIRRORLAN
source GigabitEthernet 1/1 destination TenGigabitEthernet 1/26 direction rx
!
snmp-server community km3net ro
!
line console 0
line vty 0
line vty 1
line vty 2
line vty 3
line vty 4
line vty 5
line vty 6
line vty 7
line vty 8
line vty 9
!
reload-type
boot-type normal-reload
config-scr-download enable
!
end
! Version 9.9(0.0P5)
! Last configuration change at Tue Aug 23 17:46:20 2016 by admin
! Startup-config last updated at Tue Aug 23 17:46:24 2016 by admin
!
boot system stack-unit 1 primary system://A
boot system stack-unit 1 secondary system://B
!
hardware watchdog stack-unit 1
hardware watchdog stack-unit 2
hardware watchdog stack-unit 3
hardware watchdog stack-unit 4
hardware watchdog stack-unit 5
hardware watchdog stack-unit 6
!
hostname sw-scsf
!
protocol lldp
!
redundancy auto-synchronize full
!
enable password 7 b125455cf679b208f5f96c164cada28dfe04b2141b0f75b444eafbfad762a002
!
username admin password 7 3b392a423850dcb7fedb3df1c083f95703659459808637db
!
stack-unit 1 quad-port-profile 1,2,3,4,5,6,7,8,9,10,11,12,21,22,23,24,25,26,27,28,29,30,31,32
!
stack-unit 1 provision S6000-ON
!
stack-unit 1 port 1 portmode quad
!
stack-unit 1 port 2 portmode quad
!
stack-unit 1 port 3 portmode quad
!
stack-unit 1 port 11 portmode quad
!
stack-unit 1 port 12 portmode quad
!
stack-unit 1 port 21 portmode quad
!
stack-unit 1 port 27 portmode quad
!
stack-unit 1 port 28 portmode quad
!
stack-unit 1 port 29 portmode quad
!
stack-unit 1 port 30 portmode quad
!
stack-unit 1 port 31 portmode quad
!
stack-unit 1 port 32 portmode quad
!
interface TenGigabitEthernet 1/1/1
description DHCP-FLTR
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/1/2
description DHCP-MNGD
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/1/3
description TriDAS-FLTR
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/1/4
no ip address
shutdown
!
interface TenGigabitEthernet 1/2/1
description TriDAS-RAW
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/2/2
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/2/3
description TriDAS-RAW
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/2/4
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/3/1
description TriDAS-FLTR
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/3/2
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/3/3
description TriDAS-FLTR
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/3/4
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface fortyGigE 1/4
no ip address
shutdown
!
interface fortyGigE 1/5
no ip address
shutdown
!
interface fortyGigE 1/6
no ip address
shutdown
!
interface fortyGigE 1/7
no ip address
shutdown
!
interface fortyGigE 1/8
no ip address
shutdown
!
interface fortyGigE 1/9
no ip address
shutdown
!
interface fortyGigE 1/10
no ip address
shutdown
!
interface TenGigabitEthernet 1/11/1
description EUMIRROR
no ip address
no shutdown
!
interface TenGigabitEthernet 1/11/2
no ip address
shutdown
!
interface TenGigabitEthernet 1/11/3
no ip address
shutdown
!
interface TenGigabitEthernet 1/11/4
no ip address
shutdown
!
interface TenGigabitEthernet 1/12/1
description TriDAS-FLTR
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/12/2
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/12/3
description TriDAS-FLTR
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/12/4
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface fortyGigE 1/13
no ip address
shutdown
!
interface fortyGigE 1/14
no ip address
shutdown
!
interface fortyGigE 1/15
no ip address
shutdown
!
interface fortyGigE 1/16
no ip address
shutdown
!
interface fortyGigE 1/17
no ip address
shutdown
!
interface fortyGigE 1/18
no ip address
shutdown
!
interface fortyGigE 1/19
no ip address
shutdown
!
interface fortyGigE 1/20
no ip address
shutdown
!
interface TenGigabitEthernet 1/21/1
description TriDAS-FLTR
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/21/2
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/21/3
description TriDAS-FLTR
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/21/4
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface fortyGigE 1/22
no ip address
shutdown
!
interface fortyGigE 1/23
no ip address
shutdown
!
interface fortyGigE 1/24
no ip address
shutdown
!
interface fortyGigE 1/25
no ip address
shutdown
!
interface fortyGigE 1/26
no ip address
shutdown
!
interface TenGigabitEthernet 1/27/1
no ip address
shutdown
!
interface TenGigabitEthernet 1/27/2
no ip address
shutdown
!
interface TenGigabitEthernet 1/27/3
description SCSW
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/27/4
description SCSW-MIRRORLAN
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/28/1
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/28/2
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/28/3
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/28/4
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/29/1
description DFES9
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/29/2
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/29/3
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/29/4
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/30/1
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/30/2
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/30/3
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/30/4
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/31/1
description DFES1
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/31/2
description DFES2
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/31/3
description DFES3
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/31/4
description DFES4
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/32/1
description DFES5
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/32/2
description DFES6
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/32/3
description DFES7
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/32/4
description DFES8
no ip address
mtu 9216
switchport
no shutdown
!
interface ManagementEthernet 1/1
ip address 192.168.0.70/24
no shutdown
!
interface ManagementEthernet 2/1
shutdown
!
interface ManagementEthernet 3/1
shutdown
!
interface ManagementEthernet 4/1
shutdown
!
interface ManagementEthernet 5/1
shutdown
!
interface ManagementEthernet 6/1
shutdown
!
interface Vlan 1
!untagged TenGigabitEthernet 1/27/3,1/28/1-1/32/4
!
interface Vlan 2
description mirrorlan
no ip address
tagged TenGigabitEthernet 1/27/4
shutdown
!
interface Vlan 3
description RAW
no ip address
untagged TenGigabitEthernet 1/2/1,1/2/3
shutdown
!
interface Vlan 4
description MNGD
no ip address
untagged TenGigabitEthernet 1/1/2,1/2/2,1/2/4,1/3/2,1/3/4,1/12/2,1/12/4,1/21/2,1/21/4
shutdown
!
interface Vlan 5
description FLTR
no ip address
untagged TenGigabitEthernet 1/1/1,1/1/3,1/3/1,1/3/3,1/12/1,1/12/3,1/21/1,1/21/3
shutdown
!
monitor session 1
description MIRRORLAN
source TenGigabitEthernet 1/27/4 destination TenGigabitEthernet 1/11/1 direction rx
!
snmp-server community km3net ro
!
mac-address-table static 00:0f:53:20:67:4c output TenGigabitEthernet 1/1/3 vlan 1
!
line console 0
line vty 0
line vty 1
line vty 2
line vty 3
line vty 4
line vty 5
line vty 6
line vty 7
line vty 8
line vty 9
!
reload-type
boot-type normal-reload
config-scr-download enable
!
end
! Version 9.9(0.0P5)
! Last configuration change at Tue Aug 23 21:39:13 2016 by admin
! Startup-config last updated at Tue Aug 23 21:40:12 2016 by admin
!
boot system stack-unit 1 primary system://A
boot system stack-unit 1 secondary system://B
!
hardware watchdog stack-unit 1
hardware watchdog stack-unit 2
hardware watchdog stack-unit 3
hardware watchdog stack-unit 4
hardware watchdog stack-unit 5
hardware watchdog stack-unit 6
!
hostname sw-scsf
!
protocol lldp
!
redundancy auto-synchronize full
!
enable password 7 b125455cf679b208f5f96c164cada28dfe04b2141b0f75b444eafbfad762a002
!
username admin password 7 3b392a423850dcb7fedb3df1c083f95703659459808637db
!
stack-unit 1 quad-port-profile 1,2,3,4,5,6,7,8,9,10,11,12,21,22,23,24,25,26,27,28,29,30,31,32
!
stack-unit 1 provision S6000-ON
!
stack-unit 1 port 1 portmode quad
!
stack-unit 1 port 2 portmode quad
!
stack-unit 1 port 3 portmode quad
!
stack-unit 1 port 11 portmode quad
!
stack-unit 1 port 12 portmode quad
!
stack-unit 1 port 21 portmode quad
!
stack-unit 1 port 27 portmode quad
!
stack-unit 1 port 28 portmode quad
!
stack-unit 1 port 29 portmode quad
!
stack-unit 1 port 30 portmode quad
!
stack-unit 1 port 31 portmode quad
!
stack-unit 1 port 32 portmode quad
!
interface TenGigabitEthernet 1/1/1
description TriDAS-DHCP
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/1/2
description DHCP-MNGD
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/1/3
description TriDAS-FLTR
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/1/4
no ip address
shutdown
!
interface TenGigabitEthernet 1/2/1
description TriDAS-RAW
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/2/2
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/2/3
description TriDAS-RAW
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/2/4
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/3/1
description TriDAS-FLTR
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/3/2
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/3/3
description TriDAS-FLTR
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/3/4
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface fortyGigE 1/4
no ip address
shutdown
!
interface fortyGigE 1/5
no ip address
shutdown
!
interface fortyGigE 1/6
no ip address
shutdown
!
interface fortyGigE 1/7
no ip address
shutdown
!
interface fortyGigE 1/8
no ip address
shutdown
!
interface fortyGigE 1/9
no ip address
shutdown
!
interface fortyGigE 1/10
no ip address
shutdown
!
interface TenGigabitEthernet 1/11/1
description EUMIRROR
no ip address
no shutdown
!
interface TenGigabitEthernet 1/11/2
no ip address
shutdown
!
interface TenGigabitEthernet 1/11/3
no ip address
shutdown
!
interface TenGigabitEthernet 1/11/4
no ip address
shutdown
!
interface TenGigabitEthernet 1/12/1
description TriDAS-FLTR
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/12/2
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/12/3
description TriDAS-FLTR
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/12/4
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface fortyGigE 1/13
no ip address
shutdown
!
interface fortyGigE 1/14
no ip address
shutdown
!
interface fortyGigE 1/15
no ip address
shutdown
!
interface fortyGigE 1/16
no ip address
shutdown
!
interface fortyGigE 1/17
no ip address
shutdown
!
interface fortyGigE 1/18
no ip address
shutdown
!
interface fortyGigE 1/19
no ip address
shutdown
!
interface fortyGigE 1/20
no ip address
shutdown
!
interface TenGigabitEthernet 1/21/1
description TriDAS-FLTR
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/21/2
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/21/3
description TriDAS-FLTR
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/21/4
description TriDAS-MNGD
no ip address
switchport
no shutdown
!
interface fortyGigE 1/22
no ip address
shutdown
!
interface fortyGigE 1/23
no ip address
shutdown
!
interface fortyGigE 1/24
no ip address
shutdown
!
interface fortyGigE 1/25
no ip address
shutdown
!
interface fortyGigE 1/26
no ip address
shutdown
!
interface TenGigabitEthernet 1/27/1
no ip address
shutdown
!
interface TenGigabitEthernet 1/27/2
no ip address
shutdown
!
interface TenGigabitEthernet 1/27/3
description SCSW
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/27/4
description SCSW-MIRRORLAN
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/28/1
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/28/2
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/28/3
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/28/4
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/29/1
description DFES9
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/29/2
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/29/3
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/29/4
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/30/1
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/30/2
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/30/3
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/30/4
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/31/1
description DFES1
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/31/2
description DFES2
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/31/3
description DFES3
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/31/4
description DFES4
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/32/1
description DFES5
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/32/2
description DFES6
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/32/3
description DFES7
no ip address
mtu 9216
switchport
no shutdown
!
interface TenGigabitEthernet 1/32/4
description DFES8
no ip address
mtu 9216
switchport
no shutdown
!
interface ManagementEthernet 1/1
ip address 192.168.0.70/24
no shutdown
!
interface ManagementEthernet 2/1
shutdown
!
interface ManagementEthernet 3/1
shutdown
!
interface ManagementEthernet 4/1
shutdown
!
interface ManagementEthernet 5/1
shutdown
!
interface ManagementEthernet 6/1
shutdown
!
interface Vlan 1
!untagged TenGigabitEthernet 1/1/2,1/27/3,1/28/1-1/32/4
!
interface Vlan 2
description mirrorlan
no ip address
tagged TenGigabitEthernet 1/27/4
shutdown
!
interface Vlan 10
description RAW
no ip address
untagged TenGigabitEthernet 1/2/1,1/2/3
shutdown
!
interface Vlan 70
description MNGD
no ip address
tagged TenGigabitEthernet 1/1/1
untagged TenGigabitEthernet 1/2/2,1/2/4,1/3/2,1/3/4,1/12/2,1/12/4,1/21/2,1/21/4
shutdown
!
interface Vlan 71
description FLTR
no ip address
tagged TenGigabitEthernet 1/1/1
untagged TenGigabitEthernet 1/1/3,1/3/1,1/3/3,1/12/1,1/12/3,1/21/1,1/21/3
shutdown
!
monitor session 1
description MIRRORLAN
source TenGigabitEthernet 1/27/4 destination TenGigabitEthernet 1/11/1 direction rx
!
snmp-server community km3net ro
!
mac-address-table static 00:0f:53:20:67:4c output TenGigabitEthernet 1/1/3 vlan 1
!
line console 0
line vty 0
line vty 1
line vty 2
line vty 3
line vty 4
line vty 5
line vty 6
line vty 7
line vty 8
line vty 9
!
reload-type
boot-type normal-reload
config-scr-download enable
!
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment