cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
328
Views
0
Helpful
2
Replies

Adding Links to VRF

Mokhalil82
Level 4
Level 4

Hi 

 

I want to create 2 interfaces on a switch and add then to a vrf so the whent these links come up, i dont want anything interfering with the live network.

The config I have is

 

ip vrf_test

 

int gig 0/1

ip address xxxxx xxxxxx

ip vrf forwarding vrf_test

 

Will this work

 

Thanks

 

 

 

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Difficult to give full answer because it's not clear what you are trying to achieve.

But as a general answer to your question with the above configuration gi0/1 will be in it's own VRF so that IP subnet will not be seen in the global routing table and nothing will be able to route to it and nothing in that subnet will be able to route to anything else.

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Difficult to give full answer because it's not clear what you are trying to achieve.

But as a general answer to your question with the above configuration gi0/1 will be in it's own VRF so that IP subnet will not be seen in the global routing table and nothing will be able to route to it and nothing in that subnet will be able to route to anything else.

Jon

Hi Jon

It was just to get management access to a switch, the code allowed me access to access it via the VRF

Thanks