From: Ali Fahmi (afahmi@plasa.com)
Date: Thu Jan 09 2003 - 04:28:35 GMT-3
promiscous mode should be enabled,
On Thu, 9 Jan 2003 08:42:50 +0700
rionaldi@cbn.net.id wrote:
>Dear All,
>
>I tried configure dlsw backup but it seems I cannot make
>them work. Both of
>the link is still connected.
>here the configuration
>-------------
>R3#sh dlsw peer
>Peers: state pkts_rx pkts_tx type
> drops ckts TCP
>uptime
>
> TCP 10.2.2.2 CONNECT 4570 4570 conf
> 0 0 0
>1d14h
>
> TCP 10.6.6.6 CONNECT 4572 4572 conf
> 0 0 0
>1d14h
>
>Total number of connected peers: 2
>Total number of connections: 2
>
>R3#sh runn
>Building configuration...
>
>
>
>Current configuration : 1324 bytes
>!
>version 12.1
>service timestamps debug uptime
>service timestamps log uptime
>no service password-encryption
>!
>hostname R3
>!
>!
>!
>!
>!
>!
>ip subnet-zero
>no ip domain-lookup
>!
>!
>!
>!
>!
>dlsw local-peer peer-id 10.3.3.3
>dlsw remote-peer 0 tcp 10.2.2.2 cost 5
>dlsw remote-peer 0 tcp 10.6.6.6 cost 2 backup-peer
>10.2.2.2 linger 3
>!
>interface Loopback0
> ip address 10.3.3.3 255.255.255.0
>!
>interface Loopback1
> ip address 172.150.10.3 255.255.255.0
>!
>interface Loopback2
> ip address 192.168.10.3 255.255.255.0
>!
>interface Loopback3
> ip address 192.168.20.3 255.255.255.0
>!
>interface Loopback4
> ip address 192.168.30.3 255.255.255.0
>!
>interface Ethernet0
> ip address 172.150.8.3 255.255.255.0
>!
>interface Serial0
> no ip address
>
>------------------------
>
>R2#sh dlsw peer
>Peers: state pkts_rx pkts_tx type
> drops ckts TCP
>uptime
>
> TCP 10.3.3.3 CONNECT 4576 4576 conf
> 0 0 0
>1d14h
>
>Total number of connected peers: 1
>Total number of connections: 1
>
>R2#sh runn
>Building configuration...
>
>
>
>Current configuration : 2525 bytes
>!
>version 12.1
>service timestamps debug uptime
>service timestamps log uptime
>no service password-encryption
>!
>hostname R2
>!
>!
>!
>!
>!
>!
>ip subnet-zero
>no ip domain-lookup
>!
>!
>!
>!
>!
>!
>!
>dlsw local-peer peer-id 10.2.2.2
>dlsw remote-peer 0 tcp 10.3.3.3
>dlsw icanreach mac-exclusive
>dlsw icanreach mac-address 1111.1111.1111 mask
>ffff.ffff.ffff
>!
>interface Loopback0
> ip address 10.2.2.2 255.255.255.0
>!
>interface Loopback1
> ip address 172.150.15.2 255.255.255.0
>!
>interface FastEthernet0/0
> ip address 172.150.200.2 255.255.255.192
> ip ospf priority 0
> half-duplex
>!
>interface ATM1/0
> no ip address
> shutdown
> no atm ilmi-keepalive
>!
>interface Ethernet2/0
> no ip address
> shutdown
>!
>interface Ethernet2/1
> no ip address
> shutdown
>!
>interface Ethernet2/2
> no ip address
> shutdown
>!
>interface Ethernet2/3
> no ip address
> shutdown
>!
>interface TokenRing3/0
> no ip address
> shutdown
> ring-speed 16
>!
>interface TokenRing3/1
> no ip address
> shutdown
> ring-speed 16
>!
>interface TokenRing3/2
> no ip address
> shutdown
> ring-speed 16
>!
>interface TokenRing3/3
> no ip address
> shutdown
> ring-speed 16
>!
>interface Serial4/0
> ip address 172.150.5.2 255.255.255.240
> encapsulation frame-relay
> ip split-horizon
> ip ospf authentication message-digest
> ip ospf message-digest-key 1 md5 cisco
> ip ospf network broadcast
> no fair-queue
> serial restart-delay 0
> frame-relay map ip 172.150.5.5 205 broadcast
> frame-relay map ip 172.150.5.6 205 broadcast
> no frame-relay inverse-arp
>!
>interface Serial4/1
> no ip address
> shutdown
> serial restart-delay 0
>!
>interface Serial4/2
> bandwidth 128
> ip address 172.150.2.2 255.255.255.0
> ip bandwidth-percent eigrp 100 25
> serial restart-delay 0
>!
>interface Serial4/3
> no ip address
> shutdown
> serial restart-delay 0
>!
>!
>router eigrp 100
> redistribute connected metric 1000 100 255 1 1500
>route-map allowlb
> network 172.150.2.0 0.0.0.255
> no auto-summary
> no eigrp log-neighbor-changes
>!
>router ospf 100
> router-id 10.2.2.2
> log-adjacency-changes
> area 0 authentication message-digest
> area 2 virtual-link 10.13.13.13
> network 10.2.2.2 0.0.0.0 area 0
> network 172.150.5.2 0.0.0.0 area 0
> network 172.150.200.2 0.0.0.0 area 2
>!
>router bgp 65200
> bgp router-id 10.2.2.2
> bgp cluster-id 2895515394
> bgp log-neighbor-changes
> neighbor 10.1.1.1 remote-as 65200
> neighbor 10.1.1.1 update-source Loopback0
>!
>ip classless
>no ip http server
>!
>!
>!
>!
>!
>!
>!
>!
>!
>access-list 1 permit 10.2.2.0 0.0.0.255
>route-map allowlb permit 10
> match ip address 1
>!
>!
>!
>line con 0
> exec-timeout 0 0
>line aux 0
>line vty 0 4
> login
>!
>end
>------------------
>R6#sh runn
>Building configuration...
>
>
>
>Current configuration : 2013 bytes
>!
>version 12.1
>service timestamps debug uptime
>service timestamps log uptime
>no service password-encryption
>!
>hostname R6
>!
>!
>!
>!
>!
>!
>ip subnet-zero
>no ip domain-lookup
>!
>ip audit notify log
>ip audit po max-events 100
>!
>!
>!
>!
>voice-port 2/0/0
> busyout monitor interface Ethernet0/0
>!
>voice-port 2/0/1
>!
>voice-port 3/0/0
>!
>voice-port 3/0/1
>!
>!
>dial-peer voice 1 pots
> destination-pattern 1300
> port 2/0/0
>!
>dial-peer voice 2 voip
> destination-pattern 1400
> session target ipv4:10.3.3.3
>!
>num-exp 911 1400
>!
>dlsw local-peer peer-id 10.6.6.6
>dlsw remote-peer 0 tcp 10.3.3.3 lsap-output-list 200
>!
>interface Loopback0
> ip address 10.6.6.6 255.255.255.0
>!
>interface Ethernet0/0
> ip address 172.150.200.6 255.255.255.192
> ip ospf priority 200
>!
>interface Serial0/0
> no ip address
> shutdown
> no fair-queue
>!
>interface Serial1/0
> ip address 172.150.5.6 255.255.255.240
> encapsulation frame-relay
> ip ospf authentication message-digest
> ip ospf message-digest-key 1 md5 cisco
> ip ospf network broadcast
> frame-relay map ip 172.150.5.2 605 broadcast
> frame-relay map ip 172.150.5.5 605 broadcast
>!
>interface Serial1/1
> no ip address
> shutdown
> serial restart-delay 0
>!
>interface Serial1/2
> no ip address
> shutdown
> serial restart-delay 0
>!
>interface Serial1/3
> no ip address
> shutdown
> serial restart-delay 0
>!
>interface BRI2/0
> no ip address
> isdn x25 static-tei 0
>!
>interface BRI2/1
> no ip address
> isdn x25 static-tei 0
>!
>router ospf 100
> log-adjacency-changes
> area 0 authentication message-digest
> area 2 virtual-link 10.13.13.13
> network 10.6.6.6 0.0.0.0 area 0
> network 172.150.5.6 0.0.0.0 area 0
> network 172.150.200.6 0.0.0.0 area 2
>!
>router bgp 64126
> bgp router-id 10.6.6.6
> bgp log-neighbor-changes
> bgp confederation identifier 100
> neighbor 10.5.5.5 remote-as 64126
> neighbor 10.5.5.5 update-source Loopback0
> neighbor 172.150.200.13 remote-as 200
>!
>ip classless
>ip http server
>!
>access-list 200 deny 0x0D0D 0x0000
>access-list 200 permit 0x0000 0xFFFF
>!
>!
>!
>line con 0
>line aux 0
>line vty 0 4
> login
>!
>end
>.
===================================================================================
Meriahkan Hari Valentine Anda dan Ikuti Lomba Design Kartu Eletronik dengan Tema Valentine
===================================================================================
.
This archive was generated by hypermail 2.1.4 : Sat Feb 01 2003 - 07:33:46 GMT-3