Lines Matching full:routers
14 # Routers rt-1,rt-2,rt-3 and rt-4 implement IPv4/IPv6 L3 VPN services
73 # Every fcf0:0:x:y::/64 network interconnects the SRv6 routers rt-x with rt-y
91 # operator's network and SRv6 routers.
111 # Policy (i.a) steers tunneled IPv6 traffic through SRv6 routers
127 # Conversely, Policy (ii.b) steers tunneled IPv4 traffic through SRv6 routers
151 # Policy (i.c) steers tunneled IPv6 traffic through SRv6 routers rt-2,rt-4.
160 # Policy (i.d) steers tunneled IPv6 traffic through SRv6 routers rt-1,rt-3.
187 # IDs of routers and hosts are initialized during the setup of the testing
189 ROUTERS=''
304 # destroy routers
305 for i in ${ROUTERS}; do
362 # Setup the basic networking for the routers
455 # $3 - SRv6 routers configured for steering traffic (End behaviors)
570 # create routers
571 ROUTERS="1 2 3 4"; readonly ROUTERS
572 for i in ${ROUTERS}; do
582 # set up the links for connecting routers
587 # set up the basic connectivity of routers and routes required for
594 # set up the hosts connected to routers
609 # the network path between hs-1 and hs-2 traverses several routers
622 # the network path between hs-1 and hs-2 traverses several routers
635 # the network path between hs-3 and hs-4 traverses several routers
673 log_test $? 0 "Routers connectivity: rt-${rtsrc} -> rt-${rtdst}"
772 log_section "IPv6 routers connectivity test"
774 for i in ${ROUTERS}; do
775 for j in ${ROUTERS}; do