Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emulab
emulab-devel
Commits
ac964c7e
Commit
ac964c7e
authored
22 years ago
by
Mike Hibler
Browse files
Options
Downloads
Patches
Plain Diff
config for UK Dell boxes
parent
95f0f777
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tmcd/freebsd/gated_xl0.conf
+29
-0
29 additions, 0 deletions
tmcd/freebsd/gated_xl0.conf
with
29 additions
and
0 deletions
tmcd/freebsd/gated_xl0.conf
0 → 100644
+
29
−
0
View file @
ac964c7e
# 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
; };
};
};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment