//
access-list 5 permit 0.0.0.0 127.255.255.255
access-list 6 deny 0.0.0.0 127.255.255.255
access-list 6 permit any
no cdp run
!
route-map from-savvis permit 10
match ip address 5
set weight 100
!
route-map from-savvis permit 20
match ip address 6
!
route-map to-uunet permit 10
match ip address 5
!
route-map to-uunet permit 20
match ip address 6
set weight 100
//
Could someone please tell me what these lines do on our Cisco 3640 router?
We have 2 WAN interfaces, one goes to Savvis and the other goes to UUNET.
access-list 5 permit 0.0.0.0 127.255.255.255
access-list 6 deny 0.0.0.0 127.255.255.255
access-list 6 permit any
no cdp run
!
route-map from-savvis permit 10
match ip address 5
set weight 100
!
route-map from-savvis permit 20
match ip address 6
!
route-map to-uunet permit 10
match ip address 5
!
route-map to-uunet permit 20
match ip address 6
set weight 100
//
Could someone please tell me what these lines do on our Cisco 3640 router?
We have 2 WAN interfaces, one goes to Savvis and the other goes to UUNET.