cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3439
Views
16
Helpful
3
Replies

vManage interface config error message - values are not unique: eth0

kjp1231
Level 1
Level 1

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

3 Replies 3

gneslim
Level 1
Level 1

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.

ccie.22939
Level 1
Level 1

Hi,

You have to "no vpn 0 interface eth0" first and commit. After that, your eth0 will remove from [vpn 0] section and shutdown.

Mohamed Alhenawy
Spotlight
Spotlight

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

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: