cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
325
Views
0
Helpful
3
Replies

cisco 8200l sdwan no vpn0 command

tikshoret
Level 1
Level 1

hi

i have cisco router 8200l

it in controller mode but when i try to config vpn 0  

i get "syntax error: unknown command"

 

what i miising?

regards aharon

 

3 Replies 3

Dan Frey
Cisco Employee
Cisco Employee

vpn0 is a vedge term.  The catalyst router global vrf is synonymous with vpn0.   

tikshoret
Level 1
Level 1

If i want the router will be managed on sdwan...i understand i need vpn 0 for transport..why i dont have the command? Tje ios is good?

Hi,

when you configure router from vManage via template/config groups you put VPN number 0 which means transport VPN.

But in IOS XE (Cisco IOS) translates VPN 0 configuration to global configuration mode (global VRF). That's why, if you want to do something in tranport VPN in CLI, you don't put any VRF/VPN number for that configuration.

Note that, even there is no "VPN" keyword in IOS XE CLI, it is "VRF".

Example configuration for VPN0 and VPN1 (or any other number):

ip route 0.0.0.0 0.0.0.0 100.100.100.100 > this is considered in global VRF (no VRF) or VPN0 in SD-WAN terminology.

ip route vrf 1 0.0.0.0 0.0.0.0 100.100.100.100 > this is considered in VRF1 or VPN1 in SD-WAN terminology.

HTH,
Please rate and mark as an accepted solution if you have found any of the information provided useful.