How do you configure a cisco router for routing ipx?
Answer / Megha Saxena
Configuring a Cisco router for IPX requires enabling the Novell IPX protocol and defining network addresses, subnets, and server services. Here's an example:
1. Enable the IPX service on the router interface:
`configure terminal`
`interface FastEthernet0/0`
`ipx enable`
2. Define the network address (Net Number) and subnet (Node Number):
`ipx network ?XXX`
`ipx network 1000 13`
3. Set the encapsulation type for IPX on the interface:
`encapsulation ipx ARPA`
4. Configure the IPX server services (optional):
`no ipx server rcb` (disables Resource Connection Broker)
`ipx server nimap` (enables Network Information and Mapper service)
| Is This Answer Correct ? | 0 Yes | 0 No |
Define autonomous system (as)?
Which statement is true? A. While bridges are used to segment networks, they will not isolate broadcast or multicast packets. B. A bridge looks at every packet within its network segment and works like a hub re-broadcasting the packet if the destination is within its network segment. C. A bridge maintains a table of the IP addresses of the hosts within its network segment and forwards the packet directly to the destination based upon the IP address. D. A bridge resets the hop count by keeping all packets within the network segment. Only packets addressed to a specific destination host outside the network segment are allowed to pass through the bridge.
wat is last assignable host address in 209.165.201.0/27 network?
Which command assigns the login password CISCO on the console terminal line? A. line vty 0 login password cisco B. line console login password cisco C. line login terminal password cisco D. line console 0 login E. line console 0 login password cisco
Name the command we use for ping in ipv6?
Which of the following is used to manage and monitor the network? A.) SNMP B.) HTTP C.) IP D.) FTP
Utilizing RIP, what is the limit when it comes to number of hops?
What's the default CDP holdtime in seconds for Cisco routers? A.) 30 seconds B.) 180 seconds C.) 90 seconds D.) 60 seconds
What are the two types of access lists that can be configured on a Cisco router? A. Standard B. Extended C. Filtering D. Packet
How many types of ips?
What is icmp protocol?
Identify the prompt displayed if in privileged exec mode? A.) Router(config)# B.) Router# C.) Router> D.) Router(priv)#