Hey,
Where I work we recently got two t1 lines and had someone, who really didn't know how, configure our Cisco 3640 router. No one in our office really knows how to configure routers either, so during attempts to improve the performance of the configuration, we probably screwed it up a bit more.
BGP is working fine, but only 1 of our t1 lines seems to be doing all the work. The other line is barely doing anything at all. Download speeds are much lower than they should be and pings are all over the place. Not only are we running web servers and file servers, but we are also attempting to run a game server. Clients who connect to the game server have a good ping most of the time, but it continually spikes from 30 to 200 almost every second, making playing impossible.
One of the lines was original frame-relay, and was configured that way in the router. However, we had it switched to point-to-point, but every time I try to set encapsulation to ppp on that interface, the line protocol goes down and does not come back up. If anyone can help me at all, it would be truly appreciated.
Our running config is as follows:
version 12.2
service timestamps debug uptime
service timestamps log uptime
!
hostname Router
!
enable secret 5
!
ip subnet-zero
ip cef
!
!
ip domain-name alter.net
ip name-server 198.6.1.122
ip name-server 198.6.1.142
ip name-server 66.115.51.2
ip name-server 65.212.126.2
!
ip audit notify log
ip audit po max-events 100
!
!
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
!
interface Serial0/0
description to UUNet u88932
bandwidth 1536
ip address 63.122.229.10 255.255.255.252
encapsulation frame-relay IETF
no ip mroute-cache
!
interface Ethernet0/1
no ip address
ip load-sharing per-packet
shutdown
half-duplex
!
interface Serial0/1
description ciberlynx line
bandwidth 1536
ip address 216.242.227.198 255.255.255.252
encapsulation ppp
no ip mroute-cache
no fair-queue
!
interface FastEthernet1/0
ip address 65.212.126.1 255.255.255.0 secondary
ip address 66.115.51.1 255.255.255.0 secondary
ip address 216.242.60.161 255.255.255.224
speed auto
full-duplex
!
router bgp 23325
no synchronization
bgp log-neighbor-changes
network 65.212.126.0 mask 255.255.255.0
network 66.115.51.0 mask 255.255.255.0
neighbor 63.122.229.9 remote-as 701
neighbor 63.122.229.9 version 4
neighbor 63.122.229.9 soft-reconfiguration inbound
neighbor 63.122.229.9 distribute-list 1 out
neighbor 216.242.227.197 remote-as 13488
neighbor 216.242.227.197 version 4
neighbor 216.242.227.197 soft-reconfiguration inbound
neighbor 216.242.227.197 distribute-list 1 out
maximum-paths 2
!
ip classless
ip route 0.0.0.0 0.0.0.0 216.242.227.197
ip route 65.212.126.0 255.255.255.0 Null0
ip route 66.115.51.0 255.255.255.0 Null0
ip route 216.242.60.160 255.255.255.224 Null0
ip http server
ip pim bidir-enable
!
access-list 1 permit 66.115.51.0 0.0.0.255
access-list 1 permit 65.212.126.0 0.0.0.255
access-list 1 deny any
!
line con 0
password
login
line aux 0
line vty 0 4
password
login
!
end
Again any assitance at all, will be truly appreciated. Thank you for your time and patience.
Where I work we recently got two t1 lines and had someone, who really didn't know how, configure our Cisco 3640 router. No one in our office really knows how to configure routers either, so during attempts to improve the performance of the configuration, we probably screwed it up a bit more.
BGP is working fine, but only 1 of our t1 lines seems to be doing all the work. The other line is barely doing anything at all. Download speeds are much lower than they should be and pings are all over the place. Not only are we running web servers and file servers, but we are also attempting to run a game server. Clients who connect to the game server have a good ping most of the time, but it continually spikes from 30 to 200 almost every second, making playing impossible.
One of the lines was original frame-relay, and was configured that way in the router. However, we had it switched to point-to-point, but every time I try to set encapsulation to ppp on that interface, the line protocol goes down and does not come back up. If anyone can help me at all, it would be truly appreciated.
Our running config is as follows:
version 12.2
service timestamps debug uptime
service timestamps log uptime
!
hostname Router
!
enable secret 5
!
ip subnet-zero
ip cef
!
!
ip domain-name alter.net
ip name-server 198.6.1.122
ip name-server 198.6.1.142
ip name-server 66.115.51.2
ip name-server 65.212.126.2
!
ip audit notify log
ip audit po max-events 100
!
!
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
!
interface Serial0/0
description to UUNet u88932
bandwidth 1536
ip address 63.122.229.10 255.255.255.252
encapsulation frame-relay IETF
no ip mroute-cache
!
interface Ethernet0/1
no ip address
ip load-sharing per-packet
shutdown
half-duplex
!
interface Serial0/1
description ciberlynx line
bandwidth 1536
ip address 216.242.227.198 255.255.255.252
encapsulation ppp
no ip mroute-cache
no fair-queue
!
interface FastEthernet1/0
ip address 65.212.126.1 255.255.255.0 secondary
ip address 66.115.51.1 255.255.255.0 secondary
ip address 216.242.60.161 255.255.255.224
speed auto
full-duplex
!
router bgp 23325
no synchronization
bgp log-neighbor-changes
network 65.212.126.0 mask 255.255.255.0
network 66.115.51.0 mask 255.255.255.0
neighbor 63.122.229.9 remote-as 701
neighbor 63.122.229.9 version 4
neighbor 63.122.229.9 soft-reconfiguration inbound
neighbor 63.122.229.9 distribute-list 1 out
neighbor 216.242.227.197 remote-as 13488
neighbor 216.242.227.197 version 4
neighbor 216.242.227.197 soft-reconfiguration inbound
neighbor 216.242.227.197 distribute-list 1 out
maximum-paths 2
!
ip classless
ip route 0.0.0.0 0.0.0.0 216.242.227.197
ip route 65.212.126.0 255.255.255.0 Null0
ip route 66.115.51.0 255.255.255.0 Null0
ip route 216.242.60.160 255.255.255.224 Null0
ip http server
ip pim bidir-enable
!
access-list 1 permit 66.115.51.0 0.0.0.255
access-list 1 permit 65.212.126.0 0.0.0.255
access-list 1 deny any
!
line con 0
password
login
line aux 0
line vty 0 4
password
login
!
end
Again any assitance at all, will be truly appreciated. Thank you for your time and patience.