Is there a way to simplify configurations where interfaces all share the
same attributes? I have a router that has 41 interfaces, but for instance, I
want ALL of them to have "no cdp enable" on them.

Thanks!

interface FastEthernet0/0
 ip route-cache cef
 no ip directed-broadcast
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no cdp enable
!
interface FastEthernet0/1
 ip route-cache cef
 no ip directed-broadcast
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no cdp enable
!
interface FastEthernet1/0
 ip route-cache cef
 no ip directed-broadcast
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no cdp enable
!
interface FastEthernet1/1
 ip route-cache cef
 no ip directed-broadcast
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no cdp enable
!




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=47185&t=47185
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to