Sunteți pe pagina 1din 8

CASE STUDY 3

DIAL-ON-DEMAND ROUTING

This case study should describe the use of DDR to connect a worldwide network that consists of a central site located in Mumbai and remote sites located in Chennai, Bangalore, and Hyderabad. The following scenarios should be considered: Having the Central Site Dial Out Describe the central and remote site configurations for three setups: a central site with one interface per remote site, a single interface for multiple remote sites, and multiple interfaces for multiple remote sites. Include examples of the usage of rotary groups and access lists. Having Remote Sites Dial Out A common configuration is one in which the remote sites place calls to the central site but the central site does not dial out. In a star topology, it is possible for all of the remote routers to have their serial interfaces on the same subnet as the central site serial interface. Using DDR as a Backup to Leased Lines Describes the use of DDR as a backup method to leased lines and provides examples of how to use floating static routes on single and shared interfaces. Using Leased Lines and Dial Backup Describes the use of Data Terminal Ready (DTR) dialing and V.25bis dialing with leased lines. REQUIREMENTS: One Cisco router 2301 One Cisco router 800 Two ISDN BRI interface. Basic DDR configuration commands. Basic network configuration commands. Boson NetSim for CCNP v6.0 Beta3b DIAL ON DEMAND ROUTING: Connection is Automated Established whenever a request comes to the router and disconnected based on the idleTimeout Default idle-timeout is 120sec All these configuration are to be made on the router's bri interface Inserting Traffic is identified using Dialer list
1 http://menetworkengineering.blogspot.in/

ISDN SITE TO SITE CONFIGURATION STEPS: 1. BRI interface configuration. 2. Dialer commands. 3. ISDN switch type 4. Access-List 5. Routing NETWORK TOPOLOGY:

ROUTERS ISDN PARAMETERS:

http://menetworkengineering.blogspot.in/

ROUTER INITIAL CONFIGURATION: CHENNAI ROUTER INITIAL CONFIGURATION: Router>ebable Router>configure terminal Router#hostname CHENNAI CHENNAI(config)#interface bri 0 CHENNAI(config)#ip address 192.168.0.1 255.255.255.0 CHENNAI(config)#encapsulation ppp CHENNAI(config)#ppp authentication chap CHENNAI(config)#exit MUMBAI ROUTER INITIAL CONFIGURATION: Router>enable Router>configure terminal Router>hostname MUMBAI MUMBAI(config)#interface bri 0 MUMBAI(config)#ip address 192.168.0.2 255.255.255.0 MUMBAI(config)#encapsulation ppp MUMBAI(config)#ppp authentication chap MUMBAI(config)#exit CHENNAI ROUTER ISDN SWITCH CONFIGURATION: CHENNAI(config)#interface bri 0 CHENNAI(config)#isdn switch-type basic-ni CHENNAI(config-if)#isdn spid1 32177820010100 CHENNAI(config-if)#no shutdown MUMBAI ROUTER ISDN SWITCH CONFIGURATION: MUMBAI(config)#interface bri 0 MUMBAI(config-if)#isdn switch-type basic-ni MUMBAI(config-if)#isdn spid1 32177820020100 MUMBAI(config-if)#no shutdown MUMBAI(config-if)#exit

http://menetworkengineering.blogspot.in/

VERIFY NETWORK CONNECTIVITY: MUMBAI(config)#exit MUMBAI#sh ip interface brief MUMBAI#ping 192.168.0.1 ADD DIAL NUMER TO CHENNAI ROUTER: CHENNAI(config)#dialer 1 protocol ip permit CHENNAI(config)#interface bri0 CHENNAI(config-if)#dialer-group 1 CHENNAI(config-if)#dialer map ip 192.168.0.2 name MUMBAI broadcast 7782001 CHENNAI(config-if)#exit CHENNAI(config)# ADD DIAL NUMER TO MUMBAI ROUTER: MUMBAI(config)#dialer 1 protocol ip permit MUMBAI(config)#interface bri0 MUMBAI(config-if)#dialer-group 1 MUMBAI(config-if)#dialer map ip 192.168.0.1 name CHENNAI broadcast 7782002 MUMBAI(config-if)#exit VERIFY DDR ROUTING BETWEEN TWO ROUTERS: CHENNAI(config)#exit CHENNAI#ping 192.168.0.2 MUMBAI(config)exit MUMBAI#ping 192.168.0.1 CHECK CHENNAI ISDN STATUS: CHENNAI#sh isdn status CHECK MUMBAI ISDN STATUS: MUMBAI#sh isdn status CHENNAI ROUTER RUNNING CONFIGURATION: CHENNAI#sh running-config Building configuration... ! Version 12.1
4 http://menetworkengineering.blogspot.in/

service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname CHENNAI ! ip subnet-zero ! interface Serial0 no ip address no ip directed-broadcast bandwidth 1544 shutdown ! interface Serial1 no ip address no ip directed-broadcast bandwidth 1544 shutdown ! interface Ethernet0 no ip address no ip directed-broadcast bandwidth 10000 shutdown ! interface Bri0 ip address 192.168.0.1 255.255.255.0 no ip directed-broadcast dialer-group 1 isdn switch-type basic-ni
5 http://menetworkengineering.blogspot.in/

isdn spid1 32177820010100 dialer map ip 192.168.0.2 name MUMBAI broadcast 7782001 encapsulation ppp ppp authentication chap ! ip classless no ip http server ! dialer-list 1 protocol ip permit ! isdn switch-type basic-ni line con 0 transport input none line aux 0 line vty 0 4 ! no scheduler allocate end MUMBAI ROUTER RUNNING CONFIGURATION: MUMBAI#sh running-config Building configuration... ! Version 12.1 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname MUMBAI ! ip subnet-zero !
6 http://menetworkengineering.blogspot.in/

interface Ethernet0 no ip address no ip directed-broadcast bandwidth 10000 shutdown ! interface Bri0 ip address 192.168.0.2 255.255.255.0 no ip directed-broadcast dialer-group 1 isdn switch-type basic-ni isdn spid1 32177820020100 dialer map ip 192.168.0.1 name CHENNAI broadcast 7782002 encapsulation ppp ppp authentication chap ! ip classless no ip http server ! dialer-list 1 protocol ip permit ! isdn switch-type basic-ni line con 0 transport input none line aux 0 line vty 0 4 ! no scheduler allocate end

http://menetworkengineering.blogspot.in/

VERIFY ISDN DDR NETWORK CONNECTIVITY:

VERIFY ISDN STATUS:

RESULT: Thus the experiment was configured successfully.


8 http://menetworkengineering.blogspot.in/

S-ar putea să vă placă și