I'm having a problem getting my Cisco 1711 to talk to the rest of my network.
Network Background.
13 Static IP addresses
A linksys WRT54G router - soon to be replaced with a Cisco ASA 5505.
Cisco 1711 Router.
Server - SolarWinds NPM ver. 9.0
Several inside workstation hosts.
I'm trying to test SolarWinds software with Netflow Analyzer. Here's my problem, or ideal solution for testing. I want my modem to connect directly to the FA 0 (WAN) port on the Cisco 1711, and then connect my WAP, unmanaged switch/inside hosts to FA 1,2,3,4. But when I connect my modem to the WAN (FA 0) interface on the Cisco nothing can talk to the FA 1,2,3,4 interfaces. I was sent this from SolarWinds.
router# conf t
router(config)# interface FastEthernet 0/1
router(config-if)#ip route-cache flow
router#(config-if)#exit
router(config)#ip flow-export destination 10.10.68.10 2055 (this is the IP of the NetFlow Collector)
router(config)# ip flow-export source FastEthernet 0/1
router(config)#ip flow-export version 5
router(config)#ip flow-cache timeout active 5
router(config)#ip flow-cache timeout inactive 15
router(config)#snmp-server
ifindex persist
router(config)#end
router#write
All that goes well. If I plug the NetFlow collector (SolarWinds server) into interface FA 0 I can get data from the Cisco. But nothing else obviously. So with that being said. I need to figure out how to get interface 0 to talk to interfaces 1,2,3,4.
But Ideally I'd like to have my modem connect to interface 0, and then connect additional hosts to 1,2,3,4 whether it be a unmanged switch, WAP or just a direct connect to an inside host.
My end goal is to capture everything going to and from the internet. Below is my current configuration on the Cisco 1711. I'm open to suggestions on how to do this better. I'm not a huge Cisco guru. Any help would be greatly appreciated.
Current Cisco 1711 configuration.
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router2
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$Xb4j$I2IN23XduBFERvEUrT
.ks1
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
!
!
!
!
ip cef
no ip domain lookup
ip name-server 10.10.68.10
ip flow-cache timeout active 5
ip ips po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
!
interface FastEthernet0
ip address 10.10.68.253 255.255.255.0
ip route-cache flow
speed 100
full-duplex
!
interface FastEthernet1
no ip address
duplex full
speed 100
!
interface FastEthernet2
no ip address
duplex full
speed 100
!
interface FastEthernet3
no ip address
duplex full
speed 100
!
interface FastEthernet4
no ip address
duplex full
speed 100
!
interface Vlan1
no ip address
!
interface Async1
no ip address
!
ip classless
ip http server
no ip http secure-server
ip flow-export source FastEthernet1
ip flow-export version 5
ip flow-export destination 10.10.68.10 2055
!
!
ip dns server
!
snmp-server community public RO
snmp-server ifindex persist
!
!
control-plane
!
!
line con 0
line 1
stopbits 1
speed 115200
flowcontrol hardware
line aux 0
line vty 0 4
login
!
end
Start Free Trial