UsualSuspect7 wrote: » I have a question about an S1 0/0 connected to S2 0/1: S1: interface S0/0 switchport mode access switchport port-security switchport port-security max 1 switchport port-security mac-address sticky speed auto duplex auto S2: interface s0/1 switchport mode access switchport port-security switchport port-security max 1 switchport port-security mac-address sticky speed auto duplex auto but let's say S2 has a boat load of connections, what mac address would populate within the cam table?
tunerX wrote: » The first one learned on the port.
tunerX wrote: » You set the max to 1. Once there is one mac learned from the first frame received... that's the end of it. Any frame received with a different source mac address will cause the port to error/operate based on your settings.
UsualSuspect7 wrote: » So when connected a Switch to another Switch it's not recommended to use port security? or at least not set a max value?