|
Seri Arayüz Konfigürasyonu 1
Normalde arayüzler kapalidirlar. Arayüzleri açmak için “no shutdown” komutu girilmelidir.Arayüz bakim nedeniyle yönetimsel olarak kapanabilir yada shutdown komutu ile arayüz önceden kapatilmis olabilir. Laboratuar ortaminda saat hizi 5600 bit/sn olarak ayarlanip kullanilacaktir. Saat hizinin ayarlanmasi ve seri arayüzün açilmasi ile ilgili komut asagidaki örnekte gösterilmistir.
Router(config)#interface serial 0/0 Router(config- if)#clock rate 56000 Router(config- if)#no shutdown
In the following commands, the type argument includes serial, ethernet fastethernet,token ring,anf others (Aşağıdaki komutlarda, yazın argüman diğer seri, ethernet FastEthernet, token ring, tafta içerir)
Router (Config) # interface type port Router (Config) # interface type slot/port
The following command is used to administratively turn off the interface (Aşağıdaki komutu idari arayüzü kapatmak için kullanılır)
Router (config-if) # shutdown
The following command is used to turn on an interface that has been shut down (Aşağıdaki komut kapatıldı bir arayüz açmak için kullanılır)
Router (config-if) # no shutdown
The following commans is used to quit the current interface configuraiton mode (Aşağıdaki commans mevcut arayüzü configuraiton modu çıkmak için kullanılır)
Router (config-if) #exit
Network Tım // Storix
|