I am wondering... when queueing up commands, such as
interface GigabitEthernet1/0/33
no desc
no ip access-group 197 in
interface FastEthernet2/0/33
no desc
no access-list 197
access-list 197 remark ***** Generic ACL for xxx Servers *****
access-list 197 permit ip any 192.168.xx.0 0.0.9.255
access-list 197 remark Allow Server YYY
access-list 197 permit ip any host 192.168.xx.xx
access-list 197 deny ip any any
I can see that the input changes from
(config)
to
(config-if)
and so on .. Normally I just paste the whole shebang seen in the code box in, exit exit out job done ...
Some poeple exit out once (to end the (config-if) part) for the next command and so on ...
Do you know what I mean ? (sorry, Cisco n00b) ...
So what is the difference if any ?