Re: [nsp] Routing between VLANs using 802.1q

From: Stephen Stuart (stuart@tech.org)
Date: Sun Jan 23 2000 - 23:48:46 EST


> Has anybody done this before ? I would appreciate your comments.

Yes. The bare bones of my configuration is:

interface GigabitEthernet3/0
 no ip address
 no ip redirects
 no ip directed-broadcast
 no ip proxy-arp
 ip mroute-cache distributed
!
interface GigabitEthernet3/0.1
 encapsulation dot1Q 1
 ip address A.A.A.A M.M.M.M
 no ip redirects
 no ip directed-broadcast
 no ip proxy-arp
!
interface GigabitEthernet3/0.6
 encapsulation dot1Q 6
 ip address B.B.B.B M.M.M.M
 no ip redirects
 no ip directed-broadcast
 no ip proxy-arp

I'm running a close-to-latest 12.0(x)S image.

Stephen



This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:12:09 EDT