Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1.  
  2. ip vrf videoreg
  3. rd 65000:225
  4. route-replicate from vrf global unicast all route-map default_for_vrf (добавляет дефолт в врф)
  5. route-target export 65000:225
  6. route-target import 65000:225
  7.  
  8. interface Loopback200
  9. ip vrf forwarding videoreg
  10. ip address x.x.x.254 255.255.255.255
  11. no ip redirects
  12. no ip unreachables
  13. no ip proxy-arp
  14. ip mtu 1500
  15. ip nat outside
  16. ip flow monitor flow_v5_monitor input
  17. no ip mfib forwarding input
  18. no ip mfib forwarding output
  19.  
  20. interface Port-channel11.224
  21. description gel-videolan999 output
  22. end
  23.  
  24. ip route x.x.x.254 255.255.255.255 Loopback200
  25.  
  26. ip nat inside source static tcp 172.16.1.2 3080 x.x.x.254 3080 vrf videoreg extendable
  27.  
  28. O*E2+ 0.0.0.0/0 [110/40] via 10.55.0.1, 5w0d, Tunnel50
  29. x.0.0.0/32 is subnetted, 1 subnets
  30. C x.x.x.254 is directly connected, Loopback200
  31. 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
  32. C 172.16.1.0/24 is directly connected, Port-channel11.224
  33. L 172.16.1.1/32 is directly connected, Port-channel11.224
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement