これはどこからどう見ても、MPLS VPN (勝手な想像)
経路の重複は許してないのでrd値は同一かな。
中の設定はこうなってるような。
!
ip vrf Development
rd 1:1
route-target export 100:100
route-target import 400:400
route-target import 500:500
!
ip vrf Testing
rd 1:1
route-target export 200:200
route-target import 400:400
route-target import 500:500
!
ip vrf Shared
rd 1:1
route-target export 400:400
route-target import 100:100
route-target import 200:200
route-target import 500:500
!
ip vrf VPN
rd 1:1
route-target export 500:500
route-target import 100:100
route-target import 200:200
route-target import 400:400
!
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme