Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
35f63709
Commit
35f63709
authored
May 23, 2014
by
Kirk Webb
Browse files
Add portset definitions for Z9000
parent
21a8de6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit_test/snmpit_force10.pm
View file @
35f63709
...
...
@@ -69,6 +69,11 @@ my $ChassisInfo = {
"
maxPortsPerModule
"
=>
64
,
# Max # of ports in any module
"
bitmaskBitsPerModule
"
=>
768
,
# Number of bits per module
},
"
force10-z9000
"
=>
{
"
moduleSlots
"
=>
1
,
# Max # of modules in chassis
"
maxPortsPerModule
"
=>
128
,
# Max # of ports in any module
"
bitmaskBitsPerModule
"
=>
128
,
# Number of bits per module
},
};
# XXX - The static offset approach appears to be unrealiable, so we look up
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment