Cisco – Configuration des interfaces

février 15, 2015 9:37 Publié par Laissez vos commentaires

Interfaces Fast Ethernet :


router-dev(config)#interface fastEthernet 0/1
router-dev(config-if)#ip
router-dev(config-if)#ip address 192.168.10.254 255.255.255.0
router-dev(config-if)#description "LAN"
router-dev(config-if)#no shutdown 

router-dev(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

Interfaces Serial :

router-dev(config)#interface serial 0/0/0
router-dev(config-if)#ip address 192.168.20.254 255.255.255.0
router-dev(config-if)#description "WAN"
router-dev(config-if)#clock rate 2000000
router-dev(config-if)#no shutdown 

Résolutions de noms

DNS

router-dev(config)#ip name-server 192.168.10.200

Associations Statiques

router-dev(config)#ip host SRV-TEST 192.168.10.1

Classés dans :

Cet article a été écrit par admin

Laisser un commentaire