Difference between revisions of "The Hello GPE World Tutorial"
From ARL Wiki
Jump to navigationJump to searchLine 34: | Line 34: | ||
* ''scfg --cmd alloc_plspec'' | * ''scfg --cmd alloc_plspec'' | ||
* ''scfg --cmd alloc_endpoint'' | * ''scfg --cmd alloc_endpoint'' | ||
+ | |||
+ | == Hello SPP == | ||
+ | |||
+ | |||
== Putting Things Together == | == Putting Things Together == | ||
Line 39: | Line 43: | ||
− | |||
− | + | <!-- BEGIN COMMENT | |
+ | >>>>> Cannabalize the rest of this page. <<<<< | ||
Line 256: | Line 260: | ||
[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] | ||
</pre> | </pre> | ||
+ | |||
+ | END COMMENT --> |
Revision as of 05:44, 26 February 2010
Contents
The SPP Components
SPP Interfaces
- Ping an SPP interface from an arbitrary host
- Why you probably won't get a response
- SPP interfaces have Internet2 IP addresses
- SSH to a PlanetLab host
- Ping an SPP interface from the PlanetLab host
Getting Information About Interfaces and Peers
- The scfg utility
- scfg --cmd get_ifaces
- scfg --cmd get_peer
Constructing a Tunnel Map
- Use the output of get_ifaces and get_peer
Making a Resource Reservation
- scfg --cmd make_reservation and the reservation file
- Other reservation commands
Creating a Slowpath (GPE) Endpoint
- scfg --cmd alloc_plspec
- scfg --cmd alloc_endpoint