Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by displays on February 9, 2007, 2:04 pm
Please log in for more thread options company used Netware Servers, and because we had two offices connected via a private line T1, the consultant that setup the routers enabled IPX. We have since move away from Netware and now use Windows exclusively. I was told that I needed to disable IPX on both routers to reduce IPX broadcasts on our network. I'm not that familiar with the IOS software and commands, and I looking for some help on turning IPX off. I've listed the current running config of one of the two routers (Cisco 2600 is the config. We also have a Cisco 1600). I know that I have to issue a "no ipx routing" command, but I'm wondering if I have to remove the other IPX instances Ethernet0/0.1 and Ethernet0/0.2, and well as on the Serial0/0 interface. There is also an "ipx router eigrp 1" line that I assume needs to be deleted as well. One other thing, being that this is going to be done on one router at a time, will disabling IPX on the first router have any effect on the other one that still has it enabled? The other location is 50 miles away, and I would have to travel there to remove IPX from the other Router. Thanks. ! version 11.3 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname local_host_LAN_router ! enable secret 5 ********************** enable password 7 ****************** ! no ip domain-lookup ipx routing 0050.5476.3160 ! ! ! interface Ethernet0/0 description Local LAN Segment ip address 10.2.1.1 255.255.255.0 ! interface Ethernet0/0.1 ipx encapsulation SAP ipx network 3 ! interface Ethernet0/0.2 ipx network 2 ! interface Serial0/0 description T1 to Remote Location ip address 10.1.2.1 255.255.255.0 ipx network A010201 no fair-queue ! interface Ethernet0/1 no ip address ! router eigrp 1 redistribute rip network 10.0.0.0 ! router rip redistribute eigrp 1 network 10.0.0.0 ! no ip classless ip route 0.0.0.0 0.0.0.0 10.2.1.5 ! ! ! ipx router eigrp 1 network all ! ! ! ! line con 0 line aux 0 line vty 0 password 7 *************** login line vty 1 4 login ! end | |||||||||||||
|
Posted by displays on February 9, 2007, 3:51 pm
Please log in for more thread options with the world. Thanks. | |||||||||||||
| Similar Threads | Posted |
| Disabling IPX on Cisco 2600 Router | February 9, 2007, 2:04 pm |
| PWR-2600-AC 2600 power supply to switch over a DC router? | August 7, 2008, 9:16 pm |
| Cisco 2600 Router | September 30, 2005, 12:09 am |
| QoS/ToS Support in Cisco 2600 Router | November 29, 2005, 6:37 am |
| QoS/ToS Support in Cisco 2600 Router | November 29, 2005, 6:38 am |
| Cisco 2600 Router VOIP | November 21, 2006, 10:39 pm |
| Cisco 2600 Series Router T1 Speeds | December 3, 2005, 2:26 pm |
| Upgrading a Cisco 2600 Series Router | November 15, 2006, 1:27 pm |
| power over ethernet, cisco 2600 router | November 23, 2008, 3:02 pm |
| 2600 router and CNA 4.0 | May 28, 2006, 12:31 pm |
| Router 2600 | August 29, 2006, 1:46 am |
| Router 2600 VPN problem | July 21, 2006, 3:40 am |
| 2600 series router using SDM | July 19, 2008, 6:14 am |
| Killed my 2600 Router - Help!? | November 9, 2008, 7:03 pm |
| Best way to Bond 2 PTP T1's on 2600/2800 router | September 8, 2006, 8:23 pm |

Disabling IPX on Cisco 2600 Router
Yahoo!
Windows Live
del.icio.us
digg
Netscape 


> company used Netware Servers, and because we had two offices connected
> via a private line T1, the consultant that setup the routers enabled
> IPX. We have since move away from Netware and now use Windows
> exclusively. I was told that I needed to disable IPX on both routers
> to reduce IPX broadcasts on our network. I'm not that familiar with
> the IOS software and commands, and I looking for some help on turning
> IPX off. I've listed the current running config of one of the two
> routers (Cisco 2600 is the config. We also have a Cisco 1600). I know
> that I have to issue a "no ipx routing" command, but I'm wondering if
> I have to remove the other IPX instances Ethernet0/0.1 and
> Ethernet0/0.2, and well as on the Serial0/0 interface. There is also
> an "ipx router eigrp 1" line that I assume needs to be deleted as
> well. One other thing, being that this is going to be done on one
> router at a time, will disabling IPX on the first router have any
> effect on the other one that still has it enabled? The other location
> is 50 miles away, and I would have to travel there to remove IPX from
> the other Router. Thanks.
>
> !
> version 11.3
> service timestamps debug uptime
> service timestamps log uptime
> service password-encryption
> !
> hostname local_host_LAN_router
> !
> enable secret 5 **********************
> enable password 7 ******************
> !
> no ip domain-lookup
> ipx routing 0050.5476.3160
> !
> !
> !
> interface Ethernet0/0
> description Local LAN Segment
> ip address 10.2.1.1 255.255.255.0
> !
> interface Ethernet0/0.1
> ipx encapsulation SAP
> ipx network 3
> !
> interface Ethernet0/0.2
> ipx network 2
> !
> interface Serial0/0
> description T1 to Remote Location
> ip address 10.1.2.1 255.255.255.0
> ipx network A010201
> no fair-queue
> !
> interface Ethernet0/1
> no ip address
> !
> router eigrp 1
> redistribute rip
> network 10.0.0.0
> !
> router rip
> redistribute eigrp 1
> network 10.0.0.0
> !
> no ip classless
> ip route 0.0.0.0 0.0.0.0 10.2.1.5
> !
> !
> !
> ipx router eigrp 1
> network all
> !
> !
> !
> !
> line con 0
> line aux 0
> line vty 0
> password 7 ***************
> login
> line vty 1 4
> login
> !
> end