Usually by default internal LAN interface is named "inside", and wan internet interface is named "outside". For every interface You can configure security level. Default security level for inside interface is 100, and for outside interface security level is 0. By default, CISCO do not allow traffic flow from interface with lower to higher security level - which means that by default traffic from inside to outside is allowed, but traffic from "outside" to "inside" is denied. (To enable traffic flow from "outside" to "inside", You have to explicitly allow it with access-list.)
Interface is activated with no shutdown command:
We can name external interface as "outside":
Put interface in a specific VLAN, example VLAN 2:
(note there's no communication between interfaces in different vlan's unless traffic is routed over L3 device,
or trunking is configured on some interface so it can accept traffic tagged with different VLAN ID)
To enable access to You firewall, You have to enable authentication, set up some username and password and enable some access method. Also some basic parameters needs to be set up.
Comments
Post a Comment