H31-161 Exam Question 71

Which message does the pseudo wire emulation edge-to-edge (PWE3) add for LDP signaling extension compared with Martini VLL?
  • H31-161 Exam Question 72

    Refer to the exhibit.

    Which statement about Hub & Spoke MPLS VPN is false?
    A . If two Spoke sites are connected to the same Spoke PE, they must be assigned to different VPN instances to prevent them from exchanging routing information.
    B . The route of traffic from Spoke site 1 to Hub site 2: Traffic enters Hub site 3 through an interface under VPN1-Hub of the Hub PE and is then forwarded to Spoke site 2 through an interface under VPN1-Spoke of the Hub PE.
    C . The route of traffic from Spoke site 2 to Hub site 1: Traffic enters Hub site 3 through an interface under VPN1-Spoke of the Hub PE and is then forwarded to Spoke site 2 through an interface under VPN1-Hub of the Hub PE.
    D . The Hub PE can advertise aggregate Spoke site routes or default routes to Spoke PEs through VPNv4.
    E .Routes advertised by a Spoke PE to Spoke site 1 of the Hub PE may be advertised back by the Hub PE through a VPNv4 neighbor.
    Configure VRFs and relevant policies on a PE as follows:
    #
    ip vpn-instance vrf1
    route-distinguisher 100:1
    export route-policy vrf1
    vpn-target 1:1 export-extcommunity
    vpn-target 2:2 import-extcommunity
    ip vpn-instance vrf2
    route-distinguisher 100:2
    import route-policy vrf2
    vpn-target 1:1 3:3 export-extcommunity
    vpn-target 1:1 3:3 import-extcommunity
    ip vpn-instance vrf3
    route-distinguisher 100:3
    import route-policy vrf3
    vpn-target 2:2 3:3 export-extcommunityvpn-target 2:2 3:3 import-extcommunity ip vpn-instance vrf4 route-distinguisher 100:4 import route-policy vrf4 vpn-target 1:1 export-extcommunity vpn-target 2:2 import-extcommunity
    #
    route-policy vrf2 deny node 1
    if-match extcommunity-filter 1
    #
    route-policy vrf2 permit node 2
    #
    route-policy vrf1 permit node 1
    apply extcommunity rt 3:3 additive
    #
    route-policy vrf3 permit node 1
    if-match extcommunity-filter 2
    #
    route-policy vrf4 permit node 1
    if-match extcommunity-filter 3
    #
    ip extcommunity-filter 1 permit rt 2:2
    ip extcommunity-filter 2 deny rt 1:1
    ip extcommunity-filter 3 permit rt 3:3
    #
    If a route is imported to the routing table of VRF 1, which VRF can the route match?(A)
  • H31-161 Exam Question 73

    RTA is a leaf router that directly connects to host A through interface GigabiteEthernet 1/0/0. The interface is
    configured as follows:

    Hos a sends a IGMPv2 Report message to group 2321.2.3. Which entry can be displayed by the displayed by
    the igmp ssm-mapping group command?
  • H31-161 Exam Question 74

    As shown in the figure, the mapping between links and administrative groups is as follows:
    0x0F for A -> B; 0xFF for B -> C; 0xF0 for A -> C; 0xC3 for B -> D; and 0x3C for C -> D.
    It is expected to configure a tunnel (affinity: 0x0C; mask: 0xFF) on node A to connect to RTD. Which path will be created along with the tunnel?
  • H31-161 Exam Question 75

    Refer to the exhibit

    As shown in the figure, basic BGP/MPLS IP VPN configuration has been completed on routers. Which of the following configurations is incorrect for advertising default routes in VPN instances on the SPE?
    Note: All configurations are performed on the SPE.