Sonntag, 24. Januar 2016

Cisco Packet Tracer 8.2.1.4

Cisco Packet Tracer: Uebung07

8.2.1.4


Part 1: Examine the Network Requirements 
Part 2: Design the VLSM Addressing Scheme

 Part 3: Assign IP Addresses to Devices and Verify Connectivity

Branch1 configuration:

Branch1>enable
Branch1#config t
Enter configuration commands, one per line. End with CNTL/Z.
Branch1(config)#interface g0/0
Branch1(config-if)#ip address 10.11.48.97 255.255.255.240
Branch1(config-if)#no shutdown

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

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

Branch1(config-if)#exit
Branch1(config)#interface g0/1
Branch1(config-if)#ip address 10.11.48.65 255.255.255.224
Branch1(config-if)#no shutdown

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

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up

Branch1(config-if)#exit

Room-312 configuration:


Room-312>enable

Room-312#config t
Enter configuration commands, one per line. End with CNTL/Z.
Room-312(config)#interface vlan1
Room-312(config-if)#ip address 10.11.48.114 255.255.255.248
Room-312(config-if)#no shutdown

Room-312(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up

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

Room-312(config-if)#exit
Room-312(config)#ip default-gateway 10.11.48.113

PC-D configuration:


Keine Kommentare:

Kommentar veröffentlichen