Spoke-to-Spoke communication or Service route
GUI | On the Local SSR ( ADD route ) |
---|---|
on the local route ADD a new route to the remote SSR | |
Shoiw route | |
Test service-ping | |
CLI | |
Service-route to remote peer jkriker@LAB-128T-MAX2-NODE-2.LAB-PYXYA-128T# show config running authority router LAB-MAX2-SPOKE1 se rvice-route SR-Remote-P-Spoke-Lan1 config authority router LAB-MAX2-SPOKE1 name LAB-MAX2-SPOKE1 service-route SR-Remote-P-Spoke-Lan1 name SR-Remote-P-Spoke-Lan1 service-name to-P-Spoke-Lan1 peer LAB-PAX5-128T-RTR-2 exit exit exit exit | |
Show RIB and FiB | |
172.21.75.0/24 | show rib router LAB-MAX2-SPOKE1 RiB and FiB jkriker@LAB-128T-MAX2-NODE-2.LAB-PYXYA-128T# show rib router LAB-MAX2-SPOKE1 | grep "172.21" Sat 2022-11-26 08:12:41 UTC Node: LAB-MAX2-SPOKE1 Page 1 ========= ==================== =========== ============= ========== ========= ========= ================ ==================== ============= ====== Vrf Prefix Protocol Selected Distance Metric Uptime Interface name Directly connected Blackhole Fib ========= ==================== =========== ============= ========== ========= ========= ================ ==================== ============= ====== default 0.0.0.0/0 kernel true 254 1000000 2567251 unavailable unavailable true true . . . default 172.21.13.0/24 kernel unavailable 254 1000000 153960 unavailable unavailable true true default 172.21.13.0/24 connected true 0 0 1375047 g19 true unavailable true default 172.21.75.0/24 kernel true 254 1000000 2870 unavailable unavailable true true . . . |
172.21.75.0/24 | show fib router LAB-MAX2-SPOKE1 | grep "172.21.75" FiB jkriker@LAB-128T-MAX2-NODE-2.LAB-PYXYA-128T# show fib router LAB-MAX2-SPOKE1 | grep "172.21.75" jkriker@LAB-128T-MAX2-NODE-2.LAB-PYXYA-128T# show fib router LAB-MAX2-SPOKE1 Sat 2022-11-26 08:17:38 UTC Entry Count: 196 Capacity: 23500 ==================== ====== ======= =============== ===== ==================================== ================ ============= ======== IP Prefix Port Proto Tenant VRF Service Next Hops Vector Cost ==================== ====== ======= =============== ===== ==================================== ================ ============= ======== . . . 172.21.13.0/24 0 None op.pyxya - to-M-Spoke-Lan1 1-3.0 - 999999 172.21.13.0/24 0 TCP _internal_ - _management_http-https_v4_1 185.216.98.126 - 999999 172.21.13.0/24 0 TCP _internal_ - _management_http-https_v4_1 185.216.98.190 - 999999 172.21.13.254/32 0 IGMP op.pyxya - <ControlMessageService> None - - 172.21.13.254/32 0 OSPF op.pyxya - <ControlMessageService> None - - 172.21.13.254/32 179 TCP op.pyxya - <ControlMessageService> None - - 172.21.13.254/32 3784 UDP op.pyxya - <ControlMessageService> None - - 172.21.13.254/32 3785 UDP op.pyxya - <ControlMessageService> None - - 172.21.13.254/32 4784 UDP op.pyxya - <ControlMessageService> None - - 172.21.75.0/24 0 None op.pyxya - to-P-Spoke-Lan1 185.216.99.124 vector-wan0 1 172.21.75.0/24 0 None op.pyxya - to-P-Spoke-Lan1 185.216.99.187 vector-wan1 10 |
Service-Ping test | |
service-ping router LAB-MAX2-SPOKE1 service-name to-P-Spoke-Lan1 source-ip 172.21.13.254 tenant op.pyxya node node1 172.21.75.10 service-ping jkriker@LAB-128T-MAX2-NODE-2.LAB-PYXYA-128T# service-ping router LAB-MAX2-SPOKE1 service-name to-P-Spoke-Lan1 source-ip 172.21.13.254 tenant op.pyxya node node1 172.21.75.10 PING 172.21.75.10 56 bytes of data. Ping from 172.21.75.10 (172.21.75.10): icmp_seq=0 ttl=60 time=27.048ms Ping from 172.21.75.10 (172.21.75.10): icmp_seq=1 ttl=60 time=12.312ms Ping from 172.21.75.10 (172.21.75.10): icmp_seq=2 ttl=60 time=12.316ms Ping from 172.21.75.10 (172.21.75.10): icmp_seq=3 ttl=60 time=19.597ms --- 172.21.75.10 ping statistics --- 4 packets transmitted, 4 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 12.312/17.818/27.048/7.046 |