Thursday, 13 September 2012

IP and IPx Commands


IP and IPx Commands

0

IP Commands :


Following are the link of IP Commands
Configure IP on an interface:

int serial 0
ip address 157.89.1.3 255.255.0.0
int eth 0
ip address 2008.1.1.4 255.255.255.0

Other IP Commands:

sh ip route – view ip routing table
ip route <remote_network> <mask> <default_gateway> [administrative_distance] – configure a static IP route
ip route 0.0.0.0 0.0.0.0 <put gateway of the last resort here> – sets default gateway
ip classless – use with static routing to allow packets destined for unrecognized subnets to use the best possible route
sh arp – view arp cache; shows MAC address of connected routers
ip address 2.2.2.2 255.255.255.0 secondary – configure a 2nd ip address on an interface
sh ip protocol

IPX Commands


Enable IPX on router:
ipx routing
Configure IPX + IPX-RIP on an int:
int ser 0
ipx network 4A

No comments:

Post a Comment