10-13-2020 04:25 AM
When trying to commit the interface configuration I get the following message -
Aborted: values are not unique: eth0
'vpn 0 interface eth0 if-name'
'vpn512 interface eth0 if-name'
My config is -
vpn0
Interface eth1
Ip address 10.20.129.151/24
no shutdown
Ip route 0.0.0.0/0 10.20.129.1
vpn 512
Interface eth0
Ip address 10.20.64151/24
no shutdown
Ip route 0.0.0.0/0 10.20.64.1
10-13-2020 07:59 PM - edited 10-13-2020 08:02 PM
Hi,
The error message you're getting seems to signal that you're trying to configure interface eth0 in both VPN0 and VPN512. That is not an acceptable configuration because a layer 3 interface can only be placed in one VPN.
Running config doesn't look fine also:
vpn 512
Interface eth0
Ip address 10.20.64151/24
no shutdown
Ip route 0.0.0.0/0 10.20.64.1
Your IP address is invalid.
01-27-2021 11:36 PM
Hi,
You have to "no vpn 0 interface eth0" first and commit. After that, your eth0 will remove from [vpn 0] section and shutdown.
02-04-2021 09:57 AM
Please Follow Those
vpn0
no Interface eth0
Commit and quite
Config
Vpn0
Ip route 0.0.0.0/0 10.20.129.1
Interface eth1
Ip address 10.20.129.151/24
no shutdown
commit and quite
********************************
vpn 512
Ip route 0.0.0.0/0 10.20.64.1
Interface eth0
Ip address 10.20.64151/24
no shutdown
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide