- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2015 04:03 AM - edited 03-07-2019 11:21 PM
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
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2015 09:17 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2015 09:17 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2015 01:19 AM
Hi Jon
It was just to get management access to a switch, the code allowed me access to access it via the VRF
Thanks
