Documentation

addlinkindex

Name

net add domain -  create an IGP domain

Synopsis

domain <id> <type> 

Arguments

id
domain identifier (an integer)
type
domain type

Description

Create a new IGP domain identified by id. An IGP domain is used to group nodes that participate in an IGP protocol (for example IS-IS or OSPF). In C-BGP, the IGP protocol model is static, meaning that the IGP routes computation is done in a centralized way and without exchanging messages.

C-BGP was designed to support multiple IGP domain types. There is currently a single domain type supported: igp. This domain type computes shortest-path trees between all its members according to the IGP weights assigned to the links.

Use the command to assign a node to an IGP domain. Use the command to assign an IGP weight to an existing link.