Difference between revisions of "The GENI SPP Configurations"
From ARL Wiki
Jump to navigationJump to search(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:The SPP]] | ||
+ | |||
= Getting SPP Configurations = | = Getting SPP Configurations = | ||
Line 6: | Line 8: | ||
<pre> | <pre> | ||
scfg --cmd get_ifaces # display attributes of all interfaces | scfg --cmd get_ifaces # display attributes of all interfaces | ||
− | scfg --cmd get_peer --ifn N # display | + | scfg --cmd get_peer --ifn N # display IP address of interface N's peer |
</pre> | </pre> | ||
Examples of the displays are shown at the end of this page. | Examples of the displays are shown at the end of this page. | ||
+ | Enter: | ||
+ | |||
+ | <pre> | ||
+ | scfg --help info | ||
+ | </pre> | ||
+ | |||
+ | to see what other information command options there are. | ||
= IP Addresses = | = IP Addresses = | ||
− | ''' | + | '''Washington DC:''' |
{| border=1 cellspacing=0 cellpadding=3 | {| border=1 cellspacing=0 cellpadding=3 | ||
! Interface || Type || IP Address || Peer Address | ! Interface || Type || IP Address || Peer Address | ||
− | |- | + | |- align="center" |
| 0 || inet || 64.57.23.194 || 0.0.0.0 | | 0 || inet || 64.57.23.194 || 0.0.0.0 | ||
− | |- | + | |- align="center" |
| 1 || inet || 64.57.23.198 || 0.0.0.0 | | 1 || inet || 64.57.23.198 || 0.0.0.0 | ||
− | |- | + | |- align="center" |
| 2 || inet || 64.57.23.202 || 0.0.0.0 | | 2 || inet || 64.57.23.202 || 0.0.0.0 | ||
− | |- | + | |- align="center" |
− | | 3 || p2p || 10.1.3.2 || 10.1.3.1 | + | | 3 || p2p || 10.1.3.2 || 10.1.3.1 (KC ifn 5) |
− | |- | + | |- align="center" |
− | | 4 || p2p || 10.1. | + | | 4 || p2p || 10.1.4.2 || 10.1.4.1 (KC ifn 6) |
− | |- | + | |- align="center" |
− | | | + | | 5 || p2p || 10.1.7.1 || 10.1.7.2 (SLC ifn 5) |
− | |- | + | |- align="center" |
− | | 6 || p2p || 10.1. | + | | 6 || p2p || 10.1.8.1 || 10.1.8.2 (SLC ifn 6) |
− | |- | + | |} |
− | | | + | |
+ | '''Salt Lake City:''' | ||
+ | |||
+ | {| border=1 cellspacing=0 cellpadding=3 | ||
+ | ! Interface || Type || IP Address || Peer Address | ||
+ | |- align="center" | ||
+ | | 0 || inet || 64.57.23.210 || 0.0.0.0 | ||
+ | |- align="center" | ||
+ | | 1 || inet || 64.57.23.214 || 0.0.0.0 | ||
+ | |- align="center" | ||
+ | | 2 || inet || 64.57.23.218 || 0.0.0.0 | ||
+ | |- align="center" | ||
+ | | 3 || p2p || 10.1.1.2 || 10.1.1.1 (KC ifn 3) | ||
+ | |- align="center" | ||
+ | | 4 || p2p || 10.1.2.2 || 10.1.2.1 (KC ifn 4) | ||
+ | |- align="center" | ||
+ | | 5 || p2p || 10.1.7.2 || 10.1.7.1 (DC ifn 5) | ||
+ | |- align="center" | ||
+ | | 6 || p2p || 10.1.8.2 || 10.1.8.1 (DC ifn 6) | ||
+ | |} | ||
+ | '''Kansas City:''' | ||
+ | |||
+ | {| border=1 cellspacing=0 cellpadding=3 | ||
+ | ! Interface || Type || IP Address || Peer Address | ||
+ | |- align="center" | ||
+ | | 0 || inet || 64.57.23.178 || 0.0.0.0 | ||
+ | |- align="center" | ||
+ | | 1 || inet || 64.57.23.182 || 0.0.0.0 | ||
+ | |- align="center" | ||
+ | | 2 || inet || 64.57.23.186 || 0.0.0.0 | ||
+ | |- align="center" | ||
+ | | 3 || p2p || 10.1.1.1 || 10.1.1.2 (SLC ifn 3) | ||
+ | |- align="center" | ||
+ | | 4 || p2p || 10.1.2.1 || 10.1.2.2 (SLC ifn 4) | ||
+ | |- align="center" | ||
+ | | 5 || p2p || 10.1.3.1 || 10.1.3.2 (DC ifn 3) | ||
+ | |- align="center" | ||
+ | | 6 || p2p || 10.1.4.1 || 10.1.4.2 (DC ifn 4) | ||
|} | |} | ||
= Resources = | = Resources = | ||
+ | |||
+ | = Examples of Configuration Displays = | ||
+ | |||
+ | What follows is the output of the ''get-info.sh'' script for the three GENI SPPs. | ||
+ | The annotated output below shows which commands were used to produce the output. | ||
<pre> | <pre> | ||
− | + | << DC 64.57.23.194 >> | |
Get list of available interfaces: scfg --cmd get_ifaces | Get list of available interfaces: scfg --cmd get_ifaces | ||
Line 47: | Line 98: | ||
[ifn 2, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.202] | [ifn 2, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.202] | ||
[ifn 3, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.3.2] | [ifn 3, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.3.2] | ||
− | [ifn 4 | + | [ifn 4, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.4.2] |
− | + | [ifn 5, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.7.1] | |
− | [ifn | + | [ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.8.1] |
− | [ifn | ||
Get IP address of peer: scfg --cmd get_peer --ifn N | Get IP address of peer: scfg --cmd get_peer --ifn N | ||
Line 58: | Line 108: | ||
Interface 2 SPP Peer IP address: 0.0.0.0 | Interface 2 SPP Peer IP address: 0.0.0.0 | ||
Interface 3 SPP Peer IP address: 10.1.3.1 | Interface 3 SPP Peer IP address: 10.1.3.1 | ||
− | Interface 4 SPP Peer IP address: 10.1. | + | Interface 4 SPP Peer IP address: 10.1.4.1 |
− | Interface 5 SPP Peer IP address: 10.1. | + | Interface 5 SPP Peer IP address: 10.1.7.2 |
− | Interface 6 SPP Peer IP address: 10.1. | + | Interface 6 SPP Peer IP address: 10.1.8.2 |
Get interface attributes: scfg --cmd get_attrs --ifn N | Get interface attributes: scfg --cmd get_attrs --ifn N | ||
Line 73: | Line 123: | ||
[ifn 3, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.3.2] | [ifn 3, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.3.2] | ||
Interface 4 Interface attributes: | Interface 4 Interface attributes: | ||
− | [ifn 4, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1. | + | [ifn 4, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.4.2] |
Interface 5 Interface attributes: | Interface 5 Interface attributes: | ||
− | [ifn 5, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1. | + | [ifn 5, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.7.1] |
Interface 6 Interface attributes: | Interface 6 Interface attributes: | ||
− | [ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1. | + | [ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.8.1] |
− | + | << SLC 64.57.23.210 >> | |
− | Get list of available interfaces: | + | Get list of available interfaces: scfg --cmd get_ifaces |
Interface list: | Interface list: | ||
Line 92: | Line 142: | ||
[ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.8.2] | [ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.8.2] | ||
− | Get IP address of peer: | + | Get IP address of peer: scfg --cmd get_peer --ifn N |
Interface 0 SPP Peer IP address: 0.0.0.0 | Interface 0 SPP Peer IP address: 0.0.0.0 | ||
Line 102: | Line 152: | ||
Interface 6 SPP Peer IP address: 10.1.8.1 | Interface 6 SPP Peer IP address: 10.1.8.1 | ||
− | Get interface attributes: | + | Get interface attributes: scfg --cmd get_attrs --ifn N |
Interface 0 Interface attributes: | Interface 0 Interface attributes: | ||
Line 119: | Line 169: | ||
[ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.8.2] | [ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.8.2] | ||
− | + | << KC 64.57.23.178 >> | |
− | Get list of available interfaces: | + | Get list of available interfaces: scfg --cmd get_ifaces |
Interface list: | Interface list: | ||
Line 132: | Line 182: | ||
[ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.4.1] | [ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.4.1] | ||
− | Get IP address of peer: | + | Get IP address of peer: scfg --cmd get_peer --ifn N |
Interface 0 SPP Peer IP address: 0.0.0.0 | Interface 0 SPP Peer IP address: 0.0.0.0 | ||
Line 142: | Line 192: | ||
Interface 6 SPP Peer IP address: 10.1.4.2 | Interface 6 SPP Peer IP address: 10.1.4.2 | ||
− | Get interface attributes: | + | Get interface attributes: scfg --cmd get_attrs --ifn N |
Interface 0 Interface attributes: | Interface 0 Interface attributes: |
Latest revision as of 06:58, 28 February 2010
Contents
Getting SPP Configurations
The scfg (Slice Configuration) command can be used to display the attributes of SPP interfaces. The two most common commands are:
scfg --cmd get_ifaces # display attributes of all interfaces scfg --cmd get_peer --ifn N # display IP address of interface N's peer
Examples of the displays are shown at the end of this page. Enter:
scfg --help info
to see what other information command options there are.
IP Addresses
Washington DC:
Interface | Type | IP Address | Peer Address |
---|---|---|---|
0 | inet | 64.57.23.194 | 0.0.0.0 |
1 | inet | 64.57.23.198 | 0.0.0.0 |
2 | inet | 64.57.23.202 | 0.0.0.0 |
3 | p2p | 10.1.3.2 | 10.1.3.1 (KC ifn 5) |
4 | p2p | 10.1.4.2 | 10.1.4.1 (KC ifn 6) |
5 | p2p | 10.1.7.1 | 10.1.7.2 (SLC ifn 5) |
6 | p2p | 10.1.8.1 | 10.1.8.2 (SLC ifn 6) |
Salt Lake City:
Interface | Type | IP Address | Peer Address |
---|---|---|---|
0 | inet | 64.57.23.210 | 0.0.0.0 |
1 | inet | 64.57.23.214 | 0.0.0.0 |
2 | inet | 64.57.23.218 | 0.0.0.0 |
3 | p2p | 10.1.1.2 | 10.1.1.1 (KC ifn 3) |
4 | p2p | 10.1.2.2 | 10.1.2.1 (KC ifn 4) |
5 | p2p | 10.1.7.2 | 10.1.7.1 (DC ifn 5) |
6 | p2p | 10.1.8.2 | 10.1.8.1 (DC ifn 6) |
Kansas City:
Interface | Type | IP Address | Peer Address |
---|---|---|---|
0 | inet | 64.57.23.178 | 0.0.0.0 |
1 | inet | 64.57.23.182 | 0.0.0.0 |
2 | inet | 64.57.23.186 | 0.0.0.0 |
3 | p2p | 10.1.1.1 | 10.1.1.2 (SLC ifn 3) |
4 | p2p | 10.1.2.1 | 10.1.2.2 (SLC ifn 4) |
5 | p2p | 10.1.3.1 | 10.1.3.2 (DC ifn 3) |
6 | p2p | 10.1.4.1 | 10.1.4.2 (DC ifn 4) |
Resources
Examples of Configuration Displays
What follows is the output of the get-info.sh script for the three GENI SPPs. The annotated output below shows which commands were used to produce the output.
<< DC 64.57.23.194 >> Get list of available interfaces: scfg --cmd get_ifaces Interface list: [ifn 0, type "inet", linkBW 1000000Kbps, availBW 899808Kbps, ipAddr 64.57.23.194] [ifn 1, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.198] [ifn 2, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.202] [ifn 3, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.3.2] [ifn 4, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.4.2] [ifn 5, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.7.1] [ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.8.1] Get IP address of peer: scfg --cmd get_peer --ifn N Interface 0 SPP Peer IP address: 0.0.0.0 Interface 1 SPP Peer IP address: 0.0.0.0 Interface 2 SPP Peer IP address: 0.0.0.0 Interface 3 SPP Peer IP address: 10.1.3.1 Interface 4 SPP Peer IP address: 10.1.4.1 Interface 5 SPP Peer IP address: 10.1.7.2 Interface 6 SPP Peer IP address: 10.1.8.2 Get interface attributes: scfg --cmd get_attrs --ifn N Interface 0 Interface attributes: [ifn 0, type "inet", linkBW 1000000Kbps, availBW 899808Kbps, ipAddr 64.57.23.194] Interface 1 Interface attributes: [ifn 1, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.198] Interface 2 Interface attributes: [ifn 2, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.202] Interface 3 Interface attributes: [ifn 3, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.3.2] Interface 4 Interface attributes: [ifn 4, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.4.2] Interface 5 Interface attributes: [ifn 5, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.7.1] Interface 6 Interface attributes: [ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.8.1] << SLC 64.57.23.210 >> Get list of available interfaces: scfg --cmd get_ifaces Interface list: [ifn 0, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.210] [ifn 1, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.214] [ifn 2, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.218] [ifn 3, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.1.2] [ifn 4, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.2.2] [ifn 5, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.7.2] [ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.8.2] Get IP address of peer: scfg --cmd get_peer --ifn N Interface 0 SPP Peer IP address: 0.0.0.0 Interface 1 SPP Peer IP address: 0.0.0.0 Interface 2 SPP Peer IP address: 0.0.0.0 Interface 3 SPP Peer IP address: 10.1.1.1 Interface 4 SPP Peer IP address: 10.1.2.1 Interface 5 SPP Peer IP address: 10.1.7.1 Interface 6 SPP Peer IP address: 10.1.8.1 Get interface attributes: scfg --cmd get_attrs --ifn N Interface 0 Interface attributes: [ifn 0, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.210] Interface 1 Interface attributes: [ifn 1, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.214] Interface 2 Interface attributes: [ifn 2, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.218] Interface 3 Interface attributes: [ifn 3, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.1.2] Interface 4 Interface attributes: [ifn 4, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.2.2] Interface 5 Interface attributes: [ifn 5, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.7.2] Interface 6 Interface attributes: [ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.8.2] << KC 64.57.23.178 >> Get list of available interfaces: scfg --cmd get_ifaces Interface list: [ifn 0, type "inet", linkBW 1000000Kbps, availBW 899808Kbps, ipAddr 64.57.23.178] [ifn 1, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.182] [ifn 2, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.186] [ifn 3, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.1.1] [ifn 4, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.2.1] [ifn 5, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.3.1] [ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.4.1] Get IP address of peer: scfg --cmd get_peer --ifn N Interface 0 SPP Peer IP address: 0.0.0.0 Interface 1 SPP Peer IP address: 0.0.0.0 Interface 2 SPP Peer IP address: 0.0.0.0 Interface 3 SPP Peer IP address: 10.1.1.2 Interface 4 SPP Peer IP address: 10.1.2.2 Interface 5 SPP Peer IP address: 10.1.3.2 Interface 6 SPP Peer IP address: 10.1.4.2 Get interface attributes: scfg --cmd get_attrs --ifn N Interface 0 Interface attributes: [ifn 0, type "inet", linkBW 1000000Kbps, availBW 899808Kbps, ipAddr 64.57.23.178] Interface 1 Interface attributes: [ifn 1, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.182] Interface 2 Interface attributes: [ifn 2, type "inet", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 64.57.23.186] Interface 3 Interface attributes: [ifn 3, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.1.1] Interface 4 Interface attributes: [ifn 4, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.2.1] Interface 5 Interface attributes: [ifn 5, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.3.1] Interface 6 Interface attributes: [ifn 6, type "p2p", linkBW 1000000Kbps, availBW 899744Kbps, ipAddr 10.1.4.1]