Configuring Sub-interfaces on a c1603
What could possibly go wrong??
It looked so easy in the book.
Does this mean I must use secondary IP addresses on the e0,
and sub-interfaces only on s0?
Eg.,
#int e0
ip address [i.p.address] [subnet.mask] secondary
#int s0.1
ip address [i.p.address] [subnet.mask]

In the book it said that "secondary" IP addresses were being phased out in
the newer IOS.

Help please...
-Anil
-----------------

Rustyb#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
rustyb(config)#int e0
rustyb(config-if)#ip address 193.9.56.1 255.255.255.0
rustyb(config-if)#int e0.1
rustyb(config-subif)#ip address 192.9.200.1 255.255.255.0

Configuring IP routing on a LAN subinterface is only allowed if that
subinterface is already configured as part of an IEEE 802.10 or ISL vLAN.

rustyb(config-subif)#exit
rustyb(config)#int e0
rustyb(config-if)#no shut
rustyb(config-if)#
rustyb(config-if)#
rustyb(config-if)#int e0.1
rustyb(config-subif)#ip address 192.9.200.1 255.255.255.0

Configuring IP routing on a LAN subinterface is only allowed if that
subinterface is already configured as part of an IEEE 802.10 or ISL vLAN.

rustyb(config-subif)#




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=28027&t=28027
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to