Soft-Router (routing function) [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:dpi:dpi_components:router [2024/09/26 15:29] – created - external edit 127.0.0.1en:dpi:dpi_components:router [2024/12/02 05:54] (current) elena.krasnobryzh
Line 1: Line 1:
 +{{tag>Services "Service 254" VRF}}
 ====== Soft-Router (routing function) ====== ====== Soft-Router (routing function) ======
 {{indexmenu_n>4}} {{indexmenu_n>4}}
Line 363: Line 364:
  
 <note important>Subnets for the same port must not overlap.\\  <note important>Subnets for the same port must not overlap.\\ 
-For example, BGP1 from VRF1 is subnet 10.20.30.0/24, BGP2 from VRF2 is subnet 10.20.30.0/20.</note> +For example, BGP1 from VRF1 is subnet 10.20.30.0/24, BGP2 from VRF2 is subnet 10.20.30.0/20.\\ 
 +Different ''tap'' and ''peer'' interfaces must be specified for each ''router_device''. For example, ''tap=dpi_ospf'' and ''peer=rib_ospf'' for the first one, ''tap=dpi_bgp'' and ''peer=rib_bgp'' for the second one.</note> 
  
 == VRF subscriber management == == VRF subscriber management ==
Line 405: Line 407:
     device=13-00.0     device=13-00.0
     vrf=ROUTER     vrf=ROUTER
-    tap=dpi +    tap=dpi_ospf 
-    peer=rib+    peer=rib_ospf
     subnet=224.0.0.5/30     subnet=224.0.0.5/30
     subnet=192.168.123.69/32     subnet=192.168.123.69/32
Line 413: Line 415:
     device=13-00.0     device=13-00.0
     vrf=ROUTER2     vrf=ROUTER2
-    tap=dpi +    tap=dpi_bgp 
-    peer=rib+    peer=rib_bgp
     subnet=192.168.123.70/32     subnet=192.168.123.70/32
 } }