Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ip vrf videoreg
- rd 65000:225
- route-replicate from vrf global unicast all route-map default_for_vrf (добавляет дефолт в врф)
- route-target export 65000:225
- route-target import 65000:225
- interface Loopback200
- ip vrf forwarding videoreg
- ip address x.x.x.254 255.255.255.255
- no ip redirects
- no ip unreachables
- no ip proxy-arp
- ip mtu 1500
- ip nat outside
- ip flow monitor flow_v5_monitor input
- no ip mfib forwarding input
- no ip mfib forwarding output
- interface Port-channel11.224
- description gel-videolan
- encapsulation dot1Q 224
- ip vrf forwarding videoreg
- ip address 172.16.1.1 255.255.255.0
- no ip redirects
- no ip unreachables
- no ip proxy-arp
- ip mtu 1500
- ip nat inside
- no ip mfib forwarding input
- no ip mfib forwarding output
- ip route x.x.x.254 255.255.255.255 Loopback200
- ip nat inside source static tcp 172.16.1.2 3080 x.x.x.254 3080 vrf videoreg extendable
- O*E2+ 0.0.0.0/0 [110/40] via 10.55.0.1, 5w0d, Tunnel50
- x.0.0.0/32 is subnetted, 1 subnets
- C x.x.x.254 is directly connected, Loopback200
- 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
- C 172.16.1.0/24 is directly connected, Port-channel11.224
- L 172.16.1.1/32 is directly connected, Port-channel11.224
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement