Re: frame relay config [7:61757]

2003-01-24 Thread Munit Singla
Hi Julian
yes u can do that by using ip unnumbered and using subinterfaces point to
pint
I cant get u properly from ur question what u mean
but see U can have many sub interfaces and all of them can use ip unnumbered
If anybody other will comenst lets wait for answers ,and if possible please
mail ur
question in little detail


Julian P wrote:

 Hi guys

 I am wandering if it is possible to configure my cisco 2610 for seperate
 frame relay point to point subinterfaces with the ip terminating on the
 2610,and have the 2610 frame switch some other dlci`s and terminate the ip
 on another frame relay device at the same time.

 Any advice is appreciated

 Thanks
 Julian




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



Re: frame relay config [7:61757]

2003-01-24 Thread Julian P
Hi

I want to configure my 2610 for frame relay into my telco.
Then clients from all over will connect with frame relay through the telco
into my 2610.
Now i need to have 2 pvc`s per client.One will terminate on my 2610 and the
other pvc needs to be switched through my 2610 and terminated on another
router.The clients routers will not be cisco though.
I will obviously have to use sub interfaces for the different clients.
I am just unsure how i will terminate the 1 pvc  on my 2610 and at the same
time frame switch the other pvc to another router

Thanks


Julian P  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi guys

 I am wandering if it is possible to configure my cisco 2610 for seperate
 frame relay point to point subinterfaces with the ip terminating on the
 2610,and have the 2610 frame switch some other dlci`s and terminate the ip
 on another frame relay device at the same time.

 Any advice is appreciated

 Thanks
 Julian




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



Re: frame relay config [7:61757]

2003-01-24 Thread Juntao
From what i can find, you will need to configure the interface as an NNI,
and then you frame-relay switch between 2 pvc you have on the router.
the problem is that subinterfaces are not supported by an NNI interface.
it can only be implemented on the main interface
so  u will need 2 serial interfaces for your 2 pvc that you will configure
independently

Frame-relay switching

int se 0
encapsulation frame-relay
frame-relay intf-type nni
frame-relay interface-dlci 101
frame-relay route 101 interface serial 2 201

int se 1
encapsulation frame-relay
ip address x.x.x.x
frame-relay lmi-type ansi
frame-relay interface-dlci 301

int se 2
encapsulation frame-relay ietf
frame-relay  interface-dlci 201
frame-relay lmi-type ansi
frame-relay intf-type nni
frame-relay route 201 interface serial 0 101

I should tell u that i have not tried this, i don't really have the time,
but it might just work,
you can achive the same thing, but differently with the need to do frame
switching by using simple a policy based routing, which are quit easy to
configure.

hope the above helps
regards

Julian P  a icrit dans le message de news:
[EMAIL PROTECTED]
 Hi

 I want to configure my 2610 for frame relay into my telco.
 Then clients from all over will connect with frame relay through the telco
 into my 2610.
 Now i need to have 2 pvc`s per client.One will terminate on my 2610 and
the
 other pvc needs to be switched through my 2610 and terminated on another
 router.The clients routers will not be cisco though.
 I will obviously have to use sub interfaces for the different clients.
 I am just unsure how i will terminate the 1 pvc  on my 2610 and at the
same
 time frame switch the other pvc to another router

 Thanks


 Julian P  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Hi guys
 
  I am wandering if it is possible to configure my cisco 2610 for seperate
  frame relay point to point subinterfaces with the ip terminating on the
  2610,and have the 2610 frame switch some other dlci`s and terminate the
ip
  on another frame relay device at the same time.
 
  Any advice is appreciated
 
  Thanks
  Julian




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



Re: frame relay config [7:61757]

2003-01-24 Thread Juntao
actually come to think about it, u don't have the conditions for NNI
switching, u can't even do Hybrid switching, if the PVC through witch u wana
switch is DTE, i see only the option of frame switching over an ip tunnel,
but then again u have to have an ip segment available:
as far as configuration goes it will be easy, check it out:
u might be able to do this

int se 0
ip address x.x.x.x
encapsulation frame-relay
frame-relay route 101 interface tunnel 1 201

int tunnel1
ip address x.x.x.x
tunnel source x.x.x.x
tunnel destination x.x.x.x

the tunnel must be configured at the other end
not all versions support switching to a tunnel, u will need to look it up
oh yeah here is a link that some info about the switching ways that cisco
supports:

http://www.cisco.com/en/US/products/sw/iosswrel/ps1818/products_configuratio
n_guide_chapter09186a00800878c7.html


hope the above helps
regards



Juntao  a icrit dans le message de news:
[EMAIL PROTECTED]
 From what i can find, you will need to configure the interface as an NNI,
 and then you frame-relay switch between 2 pvc you have on the router.
 the problem is that subinterfaces are not supported by an NNI interface.
 it can only be implemented on the main interface
 so  u will need 2 serial interfaces for your 2 pvc that you will configure
 independently

 Frame-relay switching

 int se 0
 encapsulation frame-relay
 frame-relay intf-type nni
 frame-relay interface-dlci 101
 frame-relay route 101 interface serial 2 201

 int se 1
 encapsulation frame-relay
 ip address x.x.x.x
 frame-relay lmi-type ansi
 frame-relay interface-dlci 301

 int se 2
 encapsulation frame-relay ietf
 frame-relay  interface-dlci 201
 frame-relay lmi-type ansi
 frame-relay intf-type nni
 frame-relay route 201 interface serial 0 101

 I should tell u that i have not tried this, i don't really have the time,
 but it might just work,
 you can achive the same thing, but differently with the need to do frame
 switching by using simple a policy based routing, which are quit easy to
 configure.

 hope the above helps
 regards

 Julian P  a icrit dans le message de news:
 [EMAIL PROTECTED]
  Hi
 
  I want to configure my 2610 for frame relay into my telco.
  Then clients from all over will connect with frame relay through the
telco
  into my 2610.
  Now i need to have 2 pvc`s per client.One will terminate on my 2610 and
 the
  other pvc needs to be switched through my 2610 and terminated on another
  router.The clients routers will not be cisco though.
  I will obviously have to use sub interfaces for the different clients.
  I am just unsure how i will terminate the 1 pvc  on my 2610 and at the
 same
  time frame switch the other pvc to another router
 
  Thanks
 
 
  Julian P  wrote in message
  [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
   Hi guys
  
   I am wandering if it is possible to configure my cisco 2610 for
seperate
   frame relay point to point subinterfaces with the ip terminating on
the
   2610,and have the 2610 frame switch some other dlci`s and terminate
the
 ip
   on another frame relay device at the same time.
  
   Any advice is appreciated
  
   Thanks
   Julian




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



frame relay config [7:61757]

2003-01-23 Thread Julian P
Hi guys

I am wandering if it is possible to configure my cisco 2610 for seperate
frame relay point to point subinterfaces with the ip terminating on the
2610,and have the 2610 frame switch some other dlci`s and terminate the ip
on another frame relay device at the same time.

Any advice is appreciated

Thanks
Julian




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