Configuration procedure

  1. Configure Switch A:

    # Specify the IP address for VLAN-interface 100.

    <SwitchA> system-view
    [SwitchA] interface Vlan-interface 100
    [SwitchA-Vlan-interface100] ip address 10.154.5.1 24
    

    # Enable IRDP on VLAN-interface 100.

    [SwitchA-Vlan-interface100] ip irdp
    

    # Specify preference 1000 for the IP address of VLAN-interface 100.

    [SwitchA-Vlan-interface100] ip irdp preference 1000
    

    # Configure the multicast address 224.0.0.1 as the destination IP address for RAs sent by VLAN-interface 100.

    [SwitchA-Vlan-interface100] ip irdp multicast
    

    # Specify the IP address 192.168.1.0 and preference 400 for VLAN-interface 100 to proxy-advertise.

    [SwitchA-Vlan-interface100] ip irdp address 192.168.1.0 400
    
  2. Configure Switch B:

    # Specify the IP address of VLAN-interface 100.

    <SwitchB> system-view
    [SwitchB] interface Vlan-interface 100
    [SwitchB-Vlan-interface100] ip address 10.154.5.2 24
    

    # Enable IRDP on VLAN-interface 100.

    [SwitchB-Vlan-interface100] ip irdp
    

    # Specify preference 500 for the IP address of VLAN-interface 100.

    [SwitchB-Vlan-interface100] ip irdp preference 500
    

    # Configure the multicast address 224.0.0.1 as the destination IP address for RAs sent by VLAN-interface 100.

    [SwitchB-Vlan-interface100] ip irdp multicast
    

    # Specify the IP address 192.168.2.0 and preference 400 for VLAN-interface 100 to proxy-advertise.

    [SwitchB-Vlan-interface100] ip irdp address 192.168.2.0 400