Posts

Showing posts from August, 2014

Step By Step Configuration Cisco VoIP Phone in Cisco Packet Tracer.

Image
Router 1 Configuration Router#sh running-config Building configuration... Current configuration : 2102 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Router ! ! ! ! ! ip dhcp pool voice  network 192.168.10.0 255.255.255.0  default-router 192.168.10.1  option 150 ip 192.168.10.1 ip dhcp pool data  network 172.16.0.0 255.255.0.0  default-router 172.16.0.1  option 150 ip 172.16.0.1 ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0  no ip address  duplex auto  speed auto ! interface FastEthernet0/0.10  encapsulation dot1Q 10  ip address 192.168.10.1 255.255.255.0 ! interface FastEthernet0/0.20  encapsulation dot1Q 20  ip address 172.16.0.1 255.255.0.0 ! interface FastEthernet0/1  no ip address  duplex auto  speed auto  shutdown ! interface Seri