sleemie wrote: okay, I see...but with RIP, aren't you supposed to use the network address of the directly connected router in the "network..." command? and you don't use a wildcard mask with IGRP, do you? I thought you only use the wildcard mask with OSPF, but not when configuring the other routing protocols??
R1(config)#access-list 101 permit tcp any any eq ? <0-65535> Port number bgp Border Gateway Protocol (179) chargen Character generator (19) cmd Remote commands (rcmd, 514) daytime Daytime (13) discard Discard (9) domain Domain Name Service (53) echo Echo (7) exec Exec (rsh, 512) finger Finger (79) ftp File Transfer Protocol (21) ftp-data FTP data connections (20) gopher Gopher (70) hostname NIC hostname server (101) ident Ident Protocol (113) irc Internet Relay Chat (194) klogin Kerberos login (543) kshell Kerberos shell (544) login Login (rlogin, 513) lpd Printer service (515) nntp Network News Transport Protocol (119) pim-auto-rp PIM Auto-RP (496) pop2 Post Office Protocol v2 (109) pop3 Post Office Protocol v3 (110) smtp Simple Mail Transport Protocol (25) sunrpc Sun Remote Procedure Call (111) syslog Syslog (514) tacacs TAC Access Control System (49) talk Talk (517) telnet Telnet (23) time Time (37) uucp Unix-to-Unix Copy Program (540) whois Nicname (43) www World Wide Web (HTTP, 80)
sleemie wrote: What am I missing? What you're doing is telling the routers to advertise the networks that you enter using the network command, and the networks you enter using that command are the networks of the directly connected networks.
And all of this started because some of my exsim simulation questions didn't tell me what the IP address of the of the interfaces of the connected devices were so I had no way of knowing which network to enter under the network statement because I didn't know the connected networks.
What about the wildcard masks? humper used an EIGRP example with a wildcard mask, but my book tells me you only need the wildcard mask for OSPF, not the other protocols. what's the story on that?
Router(config-router)#net 172.17.1.0 255.255.255.252
network 172.17.1.0 0.0.0.3
sleemie wrote: Each protocol uses a different method of determining what it considers the best path - a metric. The distance vector ones only consider the hop count,
EIGRP uses bandwidth and delay as the default but are capable of using 4 and I can't remember the other 2...I think it's load and MTU....and not sure what OSPF uses off the top of my head.
i was thinking about the whole thing with thinking I needed to know the ip address and mask of the connected router in order to set up the protocol, but can't you simply use that information from the router your setting up...