cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
452
Views
0
Helpful
1
Replies

net config question

raindrop18
Level 1
Level 1

I am planning to replacing the access list from the interface, I am wondering how I can do that on netconfig. here is the example

current Interface

FastEthernet0/0.300

description *** Local Network ***

encapsulation dot1Q 200

ip address 10.32.180.25 255.255.254.0

ip access-group production_in in       

ip access-group production_out out

and want to replace to

FastEthernet0/0.300

description *** Local Network ***

encapsulation dot1Q 200

ip address 10.32.180.25 255.255.254.0

ip access-group lab_in in       

ip access-group lab_out out

is this achived by netconfig job or compliance management. I am really apperciate if some one give me straight forward direction. Thanks much

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

Netconfig might be quickest.  Just create a new adhoc job to do:

no ip access-group production_in in

no ip access-group production_out out

ip access-group lab_in in

ip access-group lab_out out

View solution in original post

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

Netconfig might be quickest.  Just create a new adhoc job to do:

no ip access-group production_in in

no ip access-group production_out out

ip access-group lab_in in

ip access-group lab_out out

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: