|
Posted by Trendkill on March 24, 2008, 7:21 am
If you were Registered and logged in, you could reply and use other advanced thread options
> new cisco1721 router
> i start hyperterminal and power on router
>
> i configured FastEthernet0 interface with ip 192.168.1.10 and sub
> 255.255.255.0 and enebled fullduplex
>
> how i configure WIC0 and WIC1 also ethernet cards Ethernet0 and Ethernet1
> interface???
> what command line should i type?
>
> tnx in advance
>
> newbiee
interface ethernet0
ip address x.x.x.x y.y.y.y
no shut
interface ethernet1
ip address x.x.x.x y.y.y.y
no shut
The wics are just physical slots or cards, all you need to do is do
'interface <type> <number>' and configure whatever kind of cards you
installed. Unless I'm missing something obvious.
|