Skip to content
Snippets Groups Projects
Commit ac964c7e authored by Mike Hibler's avatar Mike Hibler
Browse files

config for UK Dell boxes

parent 95f0f777
Branches
Tags
Loading
# smux is a way of exporting route info via SNMP.
# You can turn it on if you have an SNMP daemon running.
smux off;
# no RIP routing
rip off;
# There be magic in here.
#
# Backbone contains the control network and is marked passive to avoid
# sending any OSPF traffic out on it.
#
# The other area is all the experimental interfaces. They have priority=1
# cuz that is what makes it work. Without that, info was not exchanged.
# I saw the priority setting in nexthop.com examples and just did it.
#
ospf on {
backbone {
interface xl0 { passive; };
};
area 0.0.0.2 {
authtype none;
interface dc0 { priority 1; };
interface dc1 { priority 1; };
interface dc2 { priority 1; };
interface dc3 { priority 1; };
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment