You are on page 1of 2

R1:

R1>enable
R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#
R1(config)#conf t
%Invalid hex value
R1(config)#int fastether 0/0
%Invalid interface type and number
R1(config)#interface f0/0
%Invalid interface type and number
R1(config)#
?Bad filename
%Error parsing filename (Bad file number)
R1(config)#
R1(config)#interface GigabitEthernet0/0/0
R1(config-if)#ip address 172.27.32.1 255.255.224.0
R1(config-if)#no shutdown

R1(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state


to up
end
R1#
%SYS-5-CONFIG_I: Configured from console by console
show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/0 172.27.32.1 YES manual up up
GigabitEthernet0/0/1 unassigned YES unset administratively down down
GigabitEthernet0/0/2 unassigned YES unset administratively down down
Vlan1 unassigned YES unset administratively down down
R1#ping 172.27.32.2

Type escape sequence to abort.


Sending 5, 100-byte ICMP Echos to 172.27.32.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/1 ms

R1#interface loopback 100


^
% Invalid input detected at '^' marker.

R1#
?Bad filename
%Error parsing filename (Bad file number)
R1#
R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#interface GigabitEthernet0/0/0
R1(config-if)#exit
R1(config)#config t
%Invalid hex value
R1(config)#interface loopback 100

R1(config-if)#
%LINK-5-CHANGED: Interface Loopback100, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback100, changed state to up


ip address 172.100.1.1 255.255.255.255
R1(config-if)#ip address 172.100.1.1 255.255.255.255
R1(config-if)#exit
R1(config)#interface loopback 101

R1(config-if)#
%LINK-5-CHANGED: Interface Loopback101, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback101, changed state to up


ip address 172.101.0.1 255.255.255.248
R1(config-if)#exit
R1(config)#interface loopback 102

R1(config-if)#
%LINK-5-CHANGED: Interface Loopback102, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback102, changed state to up


ip address 172.102.5.1 255.255.128.0
R1(config-if)#^Z
^
% Invalid input detected at '^' marker.

R1(config-if)#exit
R1(config)#show ip interface brief
^
% Invalid input detected at '^' marker.

R1(config)#end
R1#
%SYS-5-CONFIG_I: Configured from console by console
show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/0 172.27.32.1 YES manual up up
GigabitEthernet0/0/1 unassigned YES unset administratively down down
GigabitEthernet0/0/2 unassigned YES unset administratively down down
Loopback100 172.100.1.1 YES manual up up
Loopback101 172.101.0.1 YES manual up up
Loopback102 172.102.5.1 YES manual up up
Vlan1 unassigned YES unset administratively down down
R1#

Sw1:

You might also like