Co-routed bidirectional XC entries
2010-07-01 11:27:31 GMT
Hi all
RFC 4802/03 introduces the gmplsTunnelDirection object which has an additional enumeration to specify a
bidirectional tunnel.
This I assume, is used for co-routed bidirectional tunnels , independent of whether the tunnel is static or signalled.
So there is one tunnel row instance, and there is no reference as such to a remote tunnel number.
Is this understanding right ?
Secondly,
As per RFC 4803, for such a [ co-routed ] bidirectional tunnel, there are two XC entries, [for each of the directions]
Both these XC entries share the same XC index and that is how these two XC entries are co-related. In that
sense the example in RFC 4803 needs to be corrected [ it shows
two different XC indices
example below :
In mplsXCTable:
{
mplsXCIndex = 0x01,
mplsXCInSegmentIndex = 0x00000015,
mplsXCOutSegmentIndex = 0x00000012,
... < snip>
}
In mplsXCTable:
{
mplsXCIndex = 0x02, ===> should also read 0x01
mplsXCInSegmentIndex = 0x00000016,
mplsXCOutSegmentIndex = 0x00000013,
.. < snip >
(Continue reading)
RSS Feed