Showing posts with label DELL. Show all posts
Showing posts with label DELL. Show all posts

Friday, May 3, 2013

Dell Power Connect Switch Configuration



Dell Power Connect Switch configuration

The following commands are useful while configuring the  Dell Power connect switches.

VLAN

Configure
Vlan database
Vlan 3-10
Exit
Hostname   name of the switch
Enable password
enable password da119xxxxxxxxxxxxxxxx encrypted

Create stack

Stack
Member 1 5
Exit

Assign ip address and gateway

ip address x.x.x,x mask
ip default-gateway x.x.x.x
ip address vlan #

SSH authentication
Line ssh
login authentication local
enable authentication local
password daxxxxxxxxxxxxxxxxxx encrypted
exit

Spanning Tree configuration

spanning-tree mode mstp
spanning-tree mst 2 priority  priority higher #
spanning-tree mst configuration
instance 2 add vlan 1
instance 2 add vlan 3
instance 2 add vlan 4
instance 2 add vlan 5
instance 2 add vlan 6


exit
spanning-tree mst 3 priority  priority lower #
spanning-tree mst configuration
instance 3 add vlan 4
exit
spanning-tree mst configuration
name nameofMST
exit

Interface configuration

interface ethernet 1/g1
description  description
spanning-tree portfast
switchport access vlan #
exit

TRUNK Configuration

interface ethernet 1/g48
channel-group 1 mode on
switchport mode trunk
switchport trunk allowed vlan add vlan# range(3-6)
switchport trunk allowed vlan remove 1
exit

Port Channel Configuration

interface port-channel 1
switchport mode trunk
switchport trunk allowed vlan add 3-4(vlan range)
switchport trunk allowed vlan remove 1
exit

Tuesday, April 30, 2013

DELL Sonic Firewall and Cisco layer 3 switches



DELL Sonic Firewall and Cisco layer 3 switches Configuration


It is sometimes difficult for the Sonic firewall to communicate with TRUNK settings of Cisco Switches.
The switch has multiple VLANs configured and there will be a single cable connecting to the DELL Sonic  firewall.
 Firewall need to learn all the Subnets configured in the switch network.

Please configure port to the firewall on the switch side

Enable interface VLAN 1 in switch—VLAN 1 is default VLAN

 conf t

interface Vlan1
 ip address 192.168.1.6 255.255.255.0
exit
 
ip default-gateway  192.168.1.1  (ip of firewall interface)
ip route 0.0.0.0 0.0.0.0 192.168.1.1

SONIC  Firewall port Configuration

interface FastEthernet1/0/1
 description Uplink to SonicWall
 switchport access vlan 1
 switchport mode access
 spanning-tree portfast
end

                                                           SONIC FIREWALL SIDE

Assign an IP address to the inside interface like 192.168.1.1

Create static route – do not summarize the routes pointing all the internal subnets to the Cisco switch example 192.168.1.6
For example
ip route 10.20.2.0 255.255.255.0 192.168.1.6
ip route 10.30.2.0 255.255.255.0 192.168.1.6
ip route 10.40.2.0 255.255.255.0 192.168.1.6

 Firewall will start to communicate with Switch side subnets.



Turn off pop notifications in chrome browser from major news outlets

 On Chrome browser, go to settings select privacy and security select site settings select Java Script Select Don't allow sites to use J...