Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a svi (10.194.82.6/24) that's used for management of a switch P (vlan 82). The same vlan is used for management of other switches.
i have to block all ssh access to this svi of switch P only except from 10.180.4.0/24 and 10.180.6.0/24 network...
We aren’t using vty lines for some specific reason .
This is management vlan .
Wgat interface do you mean when you say traffic arrives on another interface and exists out vlan 82?
My assumption was that since it is management vlan, traffic comes...
Also one more question. Why do we write include the wild card as 0.0.0.0 if the svi 10.180.6.0/24 . Shouldn’t it be 10.180.6.0 0.0.0.0.255? I may be wrong but I want to know the difference .
These two networks are not on the switch. These are two networks that should be able to connect to svi interface via ssh and any other networks shouldn’t be able to ssh into them.
Thanks