Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlevRouterConfig.ini
linenumberstrue
[DEFAULT]
routerBridge = "of:00000000000000b1"
floatingCidr = "172.27.0.0/24,172.28.0.0/24"
dummyHostIp = "172.27.0.1, 172.28.0.1/24"
quaggaMac = "fe:00:00:00:00:01"
quaggaIp = "172.18.0.254/30"
gatewayName = "gateway-01"
bgpNeighborIp = "172.18.0.253/30"
asNum = 65101
peerAsNum = 65100
uplinkPortNum = "3"
  • line 2, routerBridge: Router bridge device ID configured in the network configuration. It should be unique across the system.
  • line 3, floatingCidr: Floating IP address ranges. It can be comma separated list.
  • line 4, dummyHostIpfloatingCidrGateway: Gateway IP of Floating IP address range. It can be comma separated list.
  • line 5, quaggaMaclocalPeerMac: Local MAC address used for peering. It should be unique across the system.
  • line 6, quaggaIplocalPeerIp: Local IP address used for peering. It should be unique across the system.
  • line 7, gatewayNamevRouterName: Hostname to be configured in Quagga.
  • line 8, bgpNeighborIp: Remote peer's IP address.
  • line 9, asNumlocalAsNum: Local AS number.
  • line 10, peerAsNumremoteAsNum: Remote peer's AS number.
  • line 11, uplinkPortNum: Port number of uplink interface on br-router bridge.

...