
2-9
Cisco IOS Dial Services Quick Configuration Guide
Chapter 2 Configuring the Cisco AS5300 Network Access Server
Task 2—Setting Up Asynchronous Shell Services
Step 1 Configure the IP address and subnet mask on the Fast Ethernet interface.
hq-sanjose(config)# interface fastethernet 0
hq-sanjose(config-if)# ip address 10.1.1.10 255.255.255.0
Step 2 Set autonegotiation for the line speed based on the peer routers, hubs, and switch media.
hq-sanjose(config-if)# speed auto
Step 3 Set autonegotiation for duplex mode.
hq-sanjose(config-if)# duplex auto
Step 4 Bring up the interface. This command changes the state of the interface from administratively down to
up.
hq-sanjose(config-if)# no shutdown
%LINK-3-UPDOWN: Interface FastEthernet0, changed state to up
Verifying the Fast Ethernet 100BaseT Interface
Step 1 Enter the show ip interface brief command to view the interface’s status. The “up” field appears under
the Status and Protocol columns in the displayed output. The fields “down” or “administratively down”
indicate a connection problem:
hq-sanjose# show ip interface brief fastethernet 0
Interface IP-Address OK? Method Status Protocol
FastEthernet0 10.1.1.10 YES manual up up
Step 2 Ping a device in your network, such as a default gateway (backhaul router) or the backbone gateway:
hq-sanjose# ping 10.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/5/8 ms
Step 3 Enter the show interface fastethernet 0 command to see detailed interface information. Look for the
display field “FastEthernet 0 is up, line protocol is up.” This means that the access server sees
its own sent and received keepalives.
hq-sanjose# show interface fastethernet 0
FastEthernet0 is up, line protocol is up
Hardware is DEC21140AE, address is 00e0.1e6b.2ffb (bia 00e0.1e6b.2ffb)
Internet address is 10.1.1.10 /24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, rely 255/255, load 1/255
Encapsulation ARPA, loopback not set, keepalive set (10 sec), auto duplex,
100BaseTX/FX, auto speed
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:05, output 00:00:05, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/120, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
282 packets input, 68476 bytes, 0 no buffer
Received 282 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort