This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
Looks the same... This might be a PA-200 issue, i`l try it on a bigger box when I get the time. Thanks for all the help. admin@PA-200# show network interface ethernet ethernet1/4 set network interface ethernet ethernet1/4 link-speed auto set network interface ethernet ethernet1/4 link-duplex auto set network interface ethernet ethernet1/4 link-state auto set network interface ethernet ethernet1/4 layer3 units ethernet1/4.10 tag 10 [edit] admin@PA-200# delete network interface ethernet ethernet1/4 layer3 units ethernet1/4.10 tag [edit] admin@PA-200# show network interface ethernet ethernet1/4 set network interface ethernet ethernet1/4 link-speed auto set network interface ethernet ethernet1/4 link-duplex auto set network interface ethernet ethernet1/4 link-state auto set network interface ethernet ethernet1/4 layer3 units ethernet1/4.10 [edit] admin@PA-200# delete network interface ethernet ethernet1/4 layer3 units ethernet1/4.10 Server error : ethernet1/4.10 cannot be deleted because of references from: import -> network -> interface [edit] admin@PA-200# commit force + partial partial <Enter> Finish input admin@PA-200# commit force .. network -> interface -> ethernet -> ethernet1/4 -> layer3 -> units -> ethernet1/4.10 constraints failed : tag is required [edit] admin@PA-200# show network interface ethernet ethernet1/4 set network interface ethernet ethernet1/4 link-speed auto set network interface ethernet ethernet1/4 link-duplex auto set network interface ethernet ethernet1/4 link-state auto set network interface ethernet ethernet1/4 layer3 units ethernet1/4.10 [edit] admin@PA-200#
... View more
Hi, Here is the output of the show command: admin@PA-200# show network interface ethernet ethernet1/4 set network interface ethernet ethernet1/4 link-speed auto set network interface ethernet ethernet1/4 link-duplex auto set network interface ethernet ethernet1/4 link-state auto set network interface ethernet ethernet1/4 layer3 units ethernet1/4.10 [edit] admin@PA-200# delete network interface ethernet ethernet1/4 layer3 units ethernet1/4.10 Server error : ethernet1/4.10 cannot be deleted because of references from: import -> network -> interface [edit] admin@PA-200# Now when I try to commit I get the error: admin@PA-200# commit .. network -> interface -> ethernet -> ethernet1/4 -> layer3 -> units -> ethernet1/4.10 constraints failed : tag is required [edit] admin@PA-200# Now after putting the tag back on and after a commit, you can see the reference to the import -> interface here: admin@PA-200> show config running config { devices { localhost.localdomain { network { interface { ethernet { ethernet1/4 { link-speed auto; link-duplex auto; link-state auto; layer3 { units { ethernet1/4.10 { tag 10; } } } } } } vsys { vsys1 { import { network { interface [ ethernet1/3 ethernet1/4 ethernet1/1 ethernet1/4.10]; } } /kristian
... View more
Hi, The zone configuration has already been removed: admin@PA-200# show zone set zone trust network layer3 ethernet1/2 set zone untrust network layer3 ethernet1/1 [edit] admin@PA-200# As you can see in the picture the is no Management Profile, vr, vlan tag or security zones configured on the interface. /kristian
... View more
Hi Sandeep T, The command "delete network interface ethernet ethernet1/3 layer3 units ethernet1/3.2 ipv6" will only remove the ipv6 config lines, ipv4 and tag`s ++ wil still be on the interface. I still get this message when trying to remove the interface: admin@PA-200# delete network interface ethernet ethernet1/4 layer3 units ethernet1/4.10 Server error : ethernet1/4.10 cannot be deleted because of references from: import -> network -> interface /kristian
... View more