Link to home
Start Free TrialLog in
Avatar of sectel
sectel

asked on

CISCO ASR ROUTER VRF

Is it possible to use sub interfaces on a ASR router to represent different Vlans and have each vlan mapped to a separate VRF instance?


not sure of the code, but something like this,

interface gig 1/0
no ip address
interface gig 1/0.1
encapsulation dot1q 10
ip vrf forwarding TESTING
ip address 10.10.10.10 /24
no shut

interface gig 1/0.2
encapsulation dot1q 20
ip vrf forwarding ENGINEERING
ip address 20.20.20.20 /24
no shut

Thanks
SOLUTION
Avatar of pergr
pergr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of Garry Glendown
Garry Glendown
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial