Manual:MPLS/Traffic-eng: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 220: | Line 220: | ||
|arg=bandwidth | |arg=bandwidth | ||
|type=integer[bps] | |type=integer[bps] | ||
|desc= | |desc=Bandwidth required for the path | ||
}} | }} | ||
Line 232: | Line 232: | ||
|arg=egress | |arg=egress | ||
|type=<nowiki>yes | no</nowiki> | |type=<nowiki>yes | no</nowiki> | ||
|desc= | |desc=Shows if router is egress router of the path | ||
}} | }} | ||
Line 238: | Line 238: | ||
|arg=forwarding | |arg=forwarding | ||
|type=<nowiki>yes | no</nowiki> | |type=<nowiki>yes | no</nowiki> | ||
|desc= | |desc=Shows if router is forwarding router of the path | ||
}} | }} | ||
Line 262: | Line 262: | ||
|arg=locally-originated | |arg=locally-originated | ||
|type=<nowiki>yes | no</nowiki> | |type=<nowiki>yes | no</nowiki> | ||
|desc= | |desc=Shows if router is ingress router of the path | ||
}} | }} | ||
Line 291: | Line 291: | ||
{{Mr-arg-ro-table | {{Mr-arg-ro-table | ||
|arg=path-in-record-route | |arg=path-in-record-route | ||
|type= | |type=List of IPs | ||
|desc=Received recorded routes along the path. | |desc=Received recorded routes along the path. | ||
}} | }} | ||
Line 371: | Line 371: | ||
|arg=egress | |arg=egress | ||
|type=<nowiki>yes | no</nowiki> | |type=<nowiki>yes | no</nowiki> | ||
|desc= | |desc=Shows if router is egress router of the path | ||
}} | }} | ||
Revision as of 11:53, 17 March 2010
Applies to RouterOS: v3, v4
Summary
Interface
Sub-menu: /mpls traffic-eng interface
Properties:
Property | Description |
---|---|
bandwidth (integer[bps]; Default: 0bps) | Total bandwidth that can be allocated on an interface by TE tunnels. |
blockade-k-factor (integer; Default: 3) | |
comment (string; Default: ) | Short description of the item |
disabled (yes | no; Default: yes) | Defines whether item is ignored or used. By default VPLS interface is disabled. |
down-flood-thresholds (integer[0..100],interer[0..100],...; Default: 15,30,45,60,75,80,85,90,95,97,98,99,100) | |
igp-flood-period (time; Default: 3m) | |
interface (string; Default: ) | Name of an interface on which to run TE. |
k-factor (integer; Default: 3) | |
refresh-time (time; Default: 30s) | |
resource-class (integer[0..FFFFFFFF]; Default: 0) | |
te-metric (integer; Default: 1) | |
up-flood-thresholds (integer[0..100],interer[0..100],...; Default: 15,30,45,60,75,80,85,90,95,97,98,99,100) | |
use-udp (yes | no; Default: no) |
Tunnel Path
Sub-menu: /mpls traffic-eng tunnel-path
Properties:
Property | Description |
---|---|
affinity-exclude (integer; Default: ) | |
affinity-include-all (integer; Default: ) | |
affinity-include-any (integer; Default: ) | |
comment (string; Default: ) | Short description of the item |
disabled (yes | no; Default: yes) | Defines whether item is ignored or used. By default VPLS interface is disabled. |
holding-priority (integer[0..7]; Default: ) | |
hops (Address:[strict; Default: ) | |
name (string; Default: ) | Descriptive name of tunnel path |
record-route (yes | no; Default: ) | |
reoptimize-interval (time; Default: ) | |
setup-priority (integer[0..7]; Default: ) | |
use-cspf (yes | no; Default: yes) | Whether to use CSPF to create dynamic tunnel path. |
Monitoring TE Status
Path State
Sub-menu: /mpls traffic-eng path-state
Available read only properties:
Property | Description |
---|---|
bandwidth (integer[bps]) | Bandwidth required for the path |
dst (address:integer) | Shows TE path destination address and tunnel ID. |
egress (yes | no) | Shows if router is egress router of the path |
forwarding (yes | no) | Shows if router is forwarding router of the path |
in-interface (string) | |
in-previous-hop (IP) | Recorded previous hop |
label (integer) | |
locally-originated (yes | no) | Shows if router is ingress router of the path |
out-interface (string) | |
out-label (integer) | |
out-next-hop (IP) | |
path-in-explicit-route () | |
path-in-record-route (List of IPs) | Received recorded routes along the path. |
path-out-explicit-route () | |
path-out-record-route () | List of recorded routes along the path that is sent out to next hop. |
resv-bandwidth (integer[bps]) | bandwidth that TE path is reserving. |
resv-out-record-route () | |
sending-path (yes | no) | |
sending-resv (yes | no) | |
src (Address:ID) | Shows source address and LSP ID number |
Resv State
Sub-menu: /mpls traffic-eng resv-state
Available read only properties:
Property | Description |
---|---|
active (yes | no) | |
bandwidth (integer[bps]) | Bandwidth that RSVP session is allocating. |
dst (address:ID) | Shows TE destination address and tunnel ID from RSVP session. |
egress (yes | no) | Shows if router is egress router of the path |
interface (string) | Shows an interface on which bandwidth is reserved |
label (integer) | |
next-hop () | |
non-output (yes | no) | |
recorded-route (IP[label]) | Shows recorded routes and labels along LSP. |
shared (yes | no) | |
src (address:ID) | Shows TE source address and LSP ID from RSVP session. |
See also
[ Top | Back to Content ]