Versions Compared

Key

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

...

The VPC's thus form an autonomous system with core routers sitting at the boundary of this autonomous system.

 

Image Added

 Image Removed

 

About Quagga

...

DB Schema changes

 

Following schema objects will be added to the MS schema:

 

network_details:  The zone level dynamic routing parameters for public network will be saved in network details table.

network_offering: the table will be modified and a new field dynamic_routing will be added to it. 

 

 

APPENDIX


Quagga commands

    1. VR1-VPC command line for quagga
      1. Config file for ospfv2: /etc/quagga/ospfd.conf

        interface eth0
            ip ospf authentication message-digest
            ip ospf message-digest-key 1 md5 ospf

        router ospf
            ospf router-id 200.0.0.11
            log-adjacency-changes
            redistribute connected
            passive-interface default
            no passive-interface eth0
            network 200.0.0.0/24 area 0.0.0.0
            area 0.0.0.0 authentication message-digest

      2. Config file for ospfv3: /etc/quagga/ospf6d.conf

        interface eth0
            ipv6 ospf6 instance-id 0
        !
        router ospf6
            router-id 200.0.0.11
            redistribute connected
            interface eth0 area 0.0.0.0

    2. VR2-VPC command line for quagga
      1. Config file for ospfv2: /etc/quagga/ospfd.conf

        interface eth0
            ip ospf authentication message-digest
            ip ospf message-digest-key 1 md5 ospf

        router ospf
            ospf router-id 200.0.0.12
            log-adjacency-changes
            redistribute connected
            passive-interface default
            no passive-interface eth0
            network 200.0.0.0/24 area 0.0.0.0
            area 0.0.0.0 authentication message-digest

      2. Config file for ospfv3: /etc/quagga/ospf6d.conf

        interface eth0
            ipv6 ospf6 instance-id 0
        !
        router ospf6
            router-id 200.0.0.12
            redistribute connected
            interface eth0 area 0.0.0.0