Advertisement
Guest User

Untitled

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