9
0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out GigabitEthernet0/0 is up, line protocol is up Hardware is CN Gigabit Ethernet, address is 6400.f1a2.8f30 (bia 6400.f1a2.8f30) Internet address is 18.0.0.1/8 MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, Router#^Z Router#show interface brief ^ % Invalid input detected at '^' marker. Router#show int brief ^ % Invalid input detected at '^' marker. Router# *Apr 14 18:29:45.731: %IP-4-DUPADDR: Duplicate address 14.0.0.2 on GigabitEthernet0/2, sourced by 6400.f1a2.b6e1 Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#show interface brief

OSPF Lab Commands (Partial)

Embed Size (px)

Citation preview

Page 1: OSPF Lab Commands (Partial)

0 input packets with dribble condition detected

0 packets output, 0 bytes, 0 underruns

0 output errors, 0 collisions, 0 interface resets

0 unknown protocol drops

0 babbles, 0 late collision, 0 deferred

0 lost carrier, 0 no carrier

0 output buffer failures, 0 output buffers swapped out

GigabitEthernet0/0 is up, line protocol is up

Hardware is CN Gigabit Ethernet, address is 6400.f1a2.8f30 (bia 6400.f1a2.8f30)

Internet address is 18.0.0.1/8

MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,

Router#^Z

Router#show interface brief

^

% Invalid input detected at '^' marker.

Router#show int brief

^

% Invalid input detected at '^' marker.

Router#

*Apr 14 18:29:45.731: %IP-4-DUPADDR: Duplicate address 14.0.0.2 on GigabitEthernet0/2, sourced by 6400.f1a2.b6e1

Router#config t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#show interface brief

Page 2: OSPF Lab Commands (Partial)

^

% Invalid input detected at '^' marker.

Router(config)#show ip route

^

% Invalid input detected at '^' marker.

Router(config)#

*Apr 14 18:30:15.731: %IP-4-DUPADDR: Duplicate address 14.0.0.2 on GigabitEthernet0/2, sourced by 6400.f1a2.b6e1end

Router#

*Apr 14 18:30:32.087: %SYS-5-CONFIG_I: Configured from console by console

Router#show interface brief

^

% Invalid input detected at '^' marker.

Router#

*Apr 14 18:30:45.731: %IP-4-DUPADDR: Duplicate address 14.0.0.2 on GigabitEthernet0/2, sourced by 6400.f1a2.b6e1

Router#show run

Building configuration...

Current configuration : 1397 bytes

!

! Last configuration change at 18:30:32 UTC Mon Apr 14 2014

version 15.2

service timestamps debug datetime msec

Page 3: OSPF Lab Commands (Partial)

service timestamps log datetime msec

no service password-encryption

!

hostname Router

!

boot-start-marker

boot-end-marker

!

!

!

no aaa new-model

!

!

!

!

!

!

!

ip cef

no ipv6 cef

!

multilink bundle-name authenticated

!

!

!

!

Page 4: OSPF Lab Commands (Partial)

license udi pid CISCO2911/K9 sn FTX1515AJ6N

!

!

!

redundancy

!

!

!

!

!

!

!

!

!

!

!

!

!

!

interface Embedded-Service-Engine0/0

no ip address

shutdown

!

interface GigabitEthernet0/0

ip address 18.0.0.1 255.0.0.0

duplex auto

Page 5: OSPF Lab Commands (Partial)

speed auto

!

interface GigabitEthernet0/1

ip address 172.5.0.1 255.255.0.0

duplex auto

speed auto

!

interface GigabitEthernet0/2

ip address 14.0.0.2 255.0.0.0

duplex auto

speed auto

!

interface Serial0/0/0

no ip address

shutdown

clock rate 2000000

!

--More--

*Apr 14 18:31:15.731: %IP-4-DUPADDR: Duplicate address 14.0.0.2 on GigabitEthernet0/2, sourced by 6400interface Serial0/0/1

ip address 13.0.0.1 255.0.0.0

clock rate 2000000

!

interface Serial0/1/0

no ip address

shutdown

clock rate 2000000

Page 6: OSPF Lab Commands (Partial)

!

interface Serial0/1/1

no ip address

shutdown

!

router ospf 1

!

ip forward-protocol nd

!

no ip http server

no ip http secure-server

!

!

!

!

!

control-plane

!

!

!

line con 0

line aux 0

line 2

no activation-character

no exec

transport preferred none

Page 7: OSPF Lab Commands (Partial)

transport input all

transport output pad telnet rlogin lapb-ta mop udptn v120 ssh

stopbits 1

line vty 0 4

login

transport input all

!

scheduler allocate 20000 1000

!

end

Router#show

*Apr 14 18:31:45.731: %IP-4-DUPADDR: Duplicate address 14.0.0.2 on GigabitEthernet0/2, sourced by 6400.f1a2.b6e1

% Type "show ?" for a list of subcommands

Router#config t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int g 0/

*Apr 14 18:32:15.731: %IP-4-DUPADDR: Duplicate address 14.0.0.2 on GigabitEthernet0/2, sourced by 6400.f1a2.b6e

% Incomplete command.

Router(config)#int g 0/2

Router(config-if)#ip add 14.0.0.1 255.0.0.0

Router(config-if)#no shut

Router(config-if)#end

Router#show

Page 8: OSPF Lab Commands (Partial)

*Apr 14 18:32:46.943: %SYS-5-CONFIG_I: Configured from console by co

Router#show ip interface brief

Interface IP-Address OK? Method Status Protocol

Embedded-Service-Engine0/0 unassigned YES unset administratively down down

GigabitEthernet0/0 18.0.0.1 YES manual up up

GigabitEthernet0/1 172.5.0.1 YES manual up up

GigabitEthernet0/2 14.0.0.1 YES manual up up

Serial0/0/0 unassigned YES unset administratively down down

Serial0/0/1 13.0.0.1 YES manual down down

Serial0/1/0 unassigned YES unset administratively down down

Serial0/1/1 unassigned YES unset administratively down down

Router#router ospf

^

% Invalid input detected at '^' marker.

Router#config t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#router ospf

% Incomplete command.

Router(config)#router ospf 1

Router(config-router)#network 13.0.0.1 0.255.255.255 area 0

Router(config-router)#network 172.5.0.1 0.0.255.255 area 0

Router(config-router)#network 14.0.0.1 0.255.255.255 area 0

Router(config-router)#network 18.0.0.1 0.255.255.255 area 0

Router(config-router)#

Page 9: OSPF Lab Commands (Partial)

*Apr 14 18:37:21.543: %OSPF-5-ADJCHG: Process 1, Nbr 15.0.0.2 on GigabitEthernet0/2 from LOADING to FULL, Loading Done