Options

2950 command, ICND guide errata?

loboernestoloboernesto Member Posts: 94 ■■□□□□□□□□
Hi guys,
Page 15 of the ICND cert guide by cisco press says that
switchport port-security maximum and switchport port-security violation are global commands, does it mean that the value will affect all interfaces or that the commands are entered in global configuration mode?

I'm sure they are entered in interface configuration mode, and I would think that the commands only apply to that specific interface.
I couldn't find it in the errata sheet so I thought I would post it.

Cheers.

Comments

  • Options
    dissolveddissolved Inactive Imported Users Posts: 228
    Hi guys,
    Page 15 of the ICND cert guide by cisco press says that
    switchport port-security maximum and switchport port-security violation are global commands, does it mean that the value will affect all interfaces or that the commands are entered in global configuration mode?

    I'm sure they are entered in interface configuration mode, and I would think that the commands only apply to that specific interface.
    I couldn't find it in the errata sheet so I thought I would post it.

    Cheers.
    you apply port security per interface on IOS switches

    config t
    int fa0/12
    switchport port-security maximum 1
    switchport port-security violation shut
    done
  • Options
    loboernestoloboernesto Member Posts: 94 ■■□□□□□□□□
    yes.. It's what I thought. Probably a mistake by the author...
    cheers
Sign In or Register to comment.