12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0"?>
- <scenario>
- <at t="2s">
- <add-session module="LSR1.rsvp">
- <endpoint>host3</endpoint>
- <tunnel_id>1</tunnel_id>
- <paths>
- <path>
- <lspid>101</lspid>
- <bandwidth>400000</bandwidth>
- <route>
- <node>LSR1%routerId</node>
- <node>LSR2%routerId</node>
- <node>LSR4%routerId</node>
- <node>LSR5%routerId</node>
- </route>
- <color>100</color>
- </path>
- </paths>
- </add-session>
- </at>
- <at t="2.2s">
- <bind-fec module="LSR1.classifier">
- <id>1</id>
- <endpoint>host3</endpoint>
- <tunnel_id>1</tunnel_id>
- <destination>host3</destination>
- <lspid>101</lspid>
- </bind-fec>
- </at>
- <at t="2.4s">
- <del-session module="LSR1.rsvp">
- <endpoint>host3</endpoint>
- <tunnel_id>1</tunnel_id>
- <paths>
- <path>
- <lspid>100</lspid>
- </path>
- </paths>
- </del-session>
- </at>
- </scenario>
|