:: mscLAB :::: PROD>

Router(config)# vrf definition MGMT
Router(config-vrf)# address-family ipv4
Router(config-vrf)# exit

Router(config)# interface GigabitEthernet0/2
Router(config-if)# vrf forwarding MGMT
Router(config-if)# ip address 192.168.3.1 255.255.255.0
Router(config-if)# no shutdown

Welcome to LAB


Router(config)# ip vrf BLUE

Router(config-vrf)# rd 100:1

Router(config-vrf)# exit

Router(config)# ip vrf RED

Router(config-vrf)# rd 100:2

Router(config-vrf)# exit

Router(config)# interface GigabitEthernet0/0

Router(config-if)# ip vrf forwarding BLUE

Router(config-if)# ip address 192.168.1.1 255.255.255.0 Router(config-if)# no shutdown

Router(config)# interface GigabitEthernet0/1

Router(config-if)# ip vrf forwarding RED

Router(config-if)# ip address 192.168.2.1 255.255.255.0 Router(config-if)# no shutdown

Comments

One response to “:: mscLAB :::: PROD>”

  1. A WordPress Commenter Avatar

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply to A WordPress Commenter Cancel reply

Your email address will not be published. Required fields are marked *