You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interface GigabitEthernet0/6
no description Lab-Interface-with-trunk
no switchport mode trunk
no switchport nonegotiate
no spanning-tree portfast trunk
Using this command:
ansible-playbook napalm_install_merge.yml -e config_file='config_merge_file.txt'
State of Cisco after napalm_install_merge execution:
Hi,
I was using the replace = True option for full roll-back, but started to use merge.
This is a summary of what I am seeing, not sure why the entire interface content is not being removed:
!
interface GigabitEthernet0/6
description Lab-Interface-with-trunk
switchport mode trunk
switchport nonegotiate
spanning-tree portfast trunk
!
interface GigabitEthernet0/6
no description Lab-Interface-with-trunk
no switchport mode trunk
no switchport nonegotiate
no spanning-tree portfast trunk
Using this command:
ansible-playbook napalm_install_merge.yml -e config_file='config_merge_file.txt'
!
interface GigabitEthernet0/6
switchport mode trunk
!
Why only switchport mode trunk remains?
The text was updated successfully, but these errors were encountered: