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

Router script for Automated router changes

godwin1977
Level 1
Level 1

I am new to the scripting world and do assistance in developing a script that will assist me to perform the following tasks when executed

1] remove all existing tunnels

2] remove dialer/BVI interface

3] create new DMVPN tunnel

  - tunnel x--- MPLS connection to data center

  -tunnel y--- Guest traffic

4] Configure interface gi0/2 for broadband connection

  - negotiate DHCP addresses

5] remove RIP routing

6] remove EIGRP routing

7] remove route-map pbr-dsl

8] remove route-map pbr-extsrv

9] create route-map for internet traffic over verizon ( pbr-verizon)

- set interface gi0/2

10] create route-map for internet traffic over mpls (pbr-mpls)

  - set interface ser0/0

11] apply pbr-verizon to  VLANS 10,20,30,40

12] modify NAT statement

13] create inbound and outbound ACL for Gi0/2 interface

  - permit udp gre traffic from  VIP

  - permit tcp  any any established

  -permit  tcp  any any eq ftp-data

  -permit udp  any any eq domain

14] combine all other ACL to ensure no blocking will occur based on all internet traffic from verizon and not mpls

2 Replies 2

gordonderick
Level 1
Level 1

Hi,

It looks like you have a whole load of script lines to accomplish this. Try the following it should help you.

http://www.vandyke.com/support/securecrt/scripting_examples.html

-Gordon.

You might get more help if you move this to the "EEM Scripting" forum.