At work we have a network of about 500 PCs. We have them divided into
five subnets on cisco layer three switches. If we add IPX type 20 to
the switches we can see all of the PCs in the other subnets provided
IPX type 20 is running on that subnet. Is there anyway we can make it
so we dont have to use IPX type 20 and see all of our PCs on our
workgroup/domain? I don't see why we would have to use this
considering all of the PCs also use IP. I know NetBEUI wont pass
through routers, but we should still be able to see computers in other
subnets without IPX type 20 on.
This is my first time using Google answers and I just want to see how
well it works so I picked this as my first question to ask. Thanks |
Request for Question Clarification by
cerebrate-ga
on
11 Feb 2003 10:14 PST
Dear brodel-ga,
Thank you for your interest in Google Answers; I hope you'll be
pleased with the service.
I just need to ask a couple of questions about your setup to determine
the best solution for you. First, could you tell me which operating
system version(s) you're running on the PCs in question? And second,
could you tell me if you have DNS, WINS, or both set up and running on
your network?
Thanks,
cerebrate-ga
|
Clarification of Question by
brodel-ga
on
11 Feb 2003 11:24 PST
Thanks for your quick response. The PCs in question are mostly Windows
NT machines and a very small precentage are Windows 2000. We have DNS
and WINS servers at another site that all of our computers here use.
The DNS and WINS info is distributed through DHCP to all of our PCs
here.
|
Clarification of Question by
brodel-ga
on
14 Feb 2003 07:01 PST
We have the ip helper on each subnet pointing to our DNS\DHCP server.
|
Clarification of Question by
brodel-ga
on
14 Feb 2003 07:04 PST
We have the ip helper address on each subnet pointing to our DNS/DHCP
server.
Memo below is a sample of our configuration. I have changed the
passwords and some IP addresses for security reasons, but it's the
same. It's a 6509 series switch. We do have routers, but with what we
are having problems with we are only concerned with the PCs that are
connected to this switch at the moment.
CONFIG:
MSFC1#sh runn
Building configuration...
Current configuration : 5347 bytes
!
! Last configuration change at 08:04:04 EST Thu Jan 9 2003
! NVRAM config last updated at 08:04:17 EST Thu Jan 9 2003
!
version 12.1
service timestamps debug datetime localtime
service timestamps log datetime localtime
!
hostname MSFC1
!
boot system bootflash:c6msfc2-dsv-mz.26-8b.E7
boot bootldr bootflash:c6msfc2-boot-mz.26-8a.E3
logging trap notifications
logging 10.26.1.1
!
clock timezone EST -5
clock summer-time EDT recurring
ip subnet-zero
!
!
no ip domain-lookup
!
ip multicast-routing
ipx routing 0001.0001.0001
!
!
interface Vlan1
ip address 10.26.1.251 255.255.255.0
no ip redirects
standby 1 priority 200 preempt
standby 1 ip 10.26.1.250
!
interface Vlan2
ip address 10.26.2.251 255.255.255.0
no ip redirects
ipx network A7902C80 encapsulation SAP
standby 2 priority 200 preempt
standby 2 ip 10.26.2.250
!
interface Vlan3
ip address 10.26.3.251 255.255.255.0
no ip redirects
ip directed-broadcast
ip pim sparse-dense-mode
ipx network A7903C80 encapsulation SAP
standby 3 priority 200 preempt
standby 3 ip 10.26.3.250
!
interface Vlan4
ip address 10.26.4.251 255.255.255.0
no ip redirects
ip directed-broadcast
ip pim sparse-dense-mode
ipx network A7904C80 encapsulation SAP
standby 4 priority 200 preempt
standby 4 ip 10.26.4.250
!
interface Vlan10
ip address 10.26.10.251 255.255.255.0
ip helper-address 10.26.3.10
no ip redirects
ip directed-broadcast
ip pim sparse-dense-mode
ip cgmp
ipx network A790AC80 encapsulation SAP
ipx type-20-propagation
standby 10 priority 200 preempt
standby 10 ip 10.26.10.250
!
interface Vlan20
ip address 10.26.20.251 255.255.255.0
ip helper-address 10.26.3.10
no ip redirects
ip directed-broadcast
ip pim sparse-dense-mode
ip cgmp
ipx network A7914C80 encapsulation SAP
ipx type-20-propagation
standby 20 priority 200 preempt
standby 20 ip 10.26.20.250
!
interface Vlan25
ip address 10.26.25.251 255.255.255.0
ip helper-address 10.26.3.10
no ip redirects
ip directed-broadcast
ip pim sparse-dense-mode
ip cgmp
ipx network A7919C80 encapsulation SAP
ipx type-20-propagation
standby 25 priority 200 preempt
standby 25 ip 10.26.25.250
!
router eigrp 1
network 10.26.0.0 0.0.255.255
no auto-summary
no eigrp log-neighbor-changes
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.26.2.254
ip route 10.215.75.0 255.255.255.0 10.26.215.5
ip route 10.215.76.0 255.255.255.0 10.26.215.5
ip http server
!
access-list 99 permit 10.26.1.0 0.0.0.255
access-list 99 permit 10.26.10.0 0.0.0.255
!
!
!
^C
alias exec si show ip int brief
!
line con 0
exec-timeout 0 0
line vty 0 4
access-class 99 in
password
login
!
ntp master 4
ntp peer 10.26.1.252
end
|