cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
460
Views
0
Helpful
2
Replies

CSS Dual network connection

wasiimcisco
Level 1
Level 1

Hi,

I have CSS CSS11501 which is working fine in single arm deployment. Now I want to have

redudency so that in case the switch 1 where CSS is currenlty connected is down.

I can reach the CSS through the second switch 2.


Both the switch are trunk with each other and CSS has one port connected with Switch 2.

Please let me how to configure and achieve that or is it possible to have dual network connection.

Also my local username and password is not showing encrypted.

ENOCDC-CSS01# show run
!Generated on 05/25/2011 16:41:16
!Active version: sg0730106

configure


!*************************** GLOBAL ***************************
  username net des-password cisco123 superuser
  no restrict web-mgmt
  console authentication primary none
  virtual authentication primary tacacs
  virtual authentication secondary local
  idle timeout 15
  prelogin-banner "CSSBanner"

  logging subsystem flowmgr level debug-7
  logging disk log.log
  logging subsystem security level debug-7
  logging subsystem netman level info-6

  host ENOCDC-CSS01 192.168.200.10

  no tacacs-server send-full-command
  tacacs-server account config
  tacacs-server key egntosc
  tacacs-server 192.168.10.9 49 5 egntosc

  ftp-record enoc 192.168.210.125 bluecoat des-password system99$

  ip route 0.0.0.0 0.0.0.0 192.168.200.1 1

!************************* INTERFACE *************************
interface e1
  phy 100Mbits-FD
  bridge port-fast enable
  bridge vlan 2

interface e2
  bridge vlan 2
  bridge port-fast enable
  phy 100Mbits-FD

interface e4
  bridge port-fast enable
  phy 100Mbits-FD

interface e7
  trunk
        
  vlan 3

  vlan 200

  vlan 205

interface e8
  bridge port-fast enable
  phy 100Mbits-FD

!************************** CIRCUIT **************************
circuit VLAN3

  ip address 192.168.210.10 255.255.255.0

circuit VLAN200

  ip address 192.168.200.10 255.255.255.0

circuit VLAN205

  ip address 192.168.205.9 255.255.255.0

!************************** SERVICE **************************
service CITRIX_ACCESS_GW_1
  ip address 192.168.210.152
  keepalive type tcp
  keepalive port 443
  active

service CITRIX_ACCESS_GW_2
  ip address 192.168.210.153
  keepalive type tcp
  keepalive port 443
  active

service CITRIX_XPENAPP_1
  ip address 192.168.210.55
  keepalive type tcp
  keepalive port 80
  active

service CITRIX_XPENAPP_2
  ip address 192.168.210.56
  keepalive type tcp
  keepalive port 80
  active
        
service ENOC_EFAX_1
  ip address 192.168.200.66
  keepalive type none
  active

service ENOC_EFAX_2
  ip address 192.168.200.67
  keepalive type none
  active

2 Replies 2

wasiimcisco
Level 1
Level 1

Hi,

Can anyone help me out on this and let me know how can i achieve network level redudency in CSS. I want to connect my single CSS with two switch to provide redundency.

Also I have connected to Core switch gigabit port. But I am getting packet drop and errors on the interfaces.

CORE02#show interfaces gigabitEthernet 2/7
GigabitEthernet2/7 is up, line protocol is up (connected)
  Hardware is C6k 1000Mb 802.3, address is 001c.5848.d18e (bia 001c.5848.d18e)
  Description: ****connected to the ****Cisco CONTENT SWITCH 192.168.200.10 (GIG 0/7)*****
  MTU 1500 bytes, BW 100000 Kbit, DLY 10 usec,
     reliability 255/255, txload 10/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  Keepalive set (10 sec)
  Full-duplex, 100Mb/s
  input flow-control is off, output flow-control is off
  Clock mode is auto
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input never, output 00:00:00, output hang never
  Last clearing of "show interface" counters 02:32:11
  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 5
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 7000 bits/sec, 14 packets/sec
  5 minute output rate 3935000 bits/sec, 1463 packets/sec
     136900 packets input, 9238925 bytes, 0 no buffer
     Received 29406 broadcasts (27390 multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     0 watchdog, 0 multicast, 0 pause input
     0 input packets with dribble condition detected
     14299714 packets output, 5081225730 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 babbles, 0 late collision, 0 deferred
     0 lost carrier, 0 no carrier, 0 PAUSE output
     0 output buffer failures, 0 output buffers swapped out

===========================================================================================

ENOCDC-CSS01# sh interface e7
Name             ifIndex    Type      Oper  Admin     Last Change
----             -------    ----      ----  -----     -----------
e7                  9       fe        Up    Enable    05/26/2011 15:48:12

ENOCDC-CSS01#

ENOCDC-CSS01# show running-config interface e7

!************************* INTERFACE *************************
interface e7
  trunk
  description "CONNECTED TO CORE_2_PORT_2/7"

  vlan 3

  vlan 200

  vlan 205

===============================================================================================

ENOCDC-CSS01# show ether-errors e7
Ethernet Errors for :
Alignment:                            0 Internal Rx Errors:                   0
FCS:                                  0 Frame too Long:                       0
Single Collision:                     3 Carrier Sense Errors                  2
Multiple Collisions:                  2 Internal Tx Errors:                   0
SQE Test:                             0 Excessive Collisions                  0
Deferred Tx:                          5 Late Collisions:                      0

==============================================================================================

Please let me know how to fix the redudency and interfaces errors.

Waiting for the reply.

Hi,

Can anyone help me out.