Saturday, 17 November 2007

IP over ATM

just before leaving warszawa some info mastering ATM technology.

CCO link about static maping and inarp on ATM technology:
http://www.cisco.com/warp/public/121/routed_rfc1483.html

like FR, ATM has two posibilieties to find next hop ip address:
1. static mapping

interface ATM2/0/0.116 multipoint
ip address 10.0.0.1 255.0.0.0
no ip directed-broadcast
pvc ip 1/116 protocol ip 10.0.0.2 broadcast
encapsulation aal5mux ip
!

2. inverse arp (inarp)

interface ATM2/0/0.116 multipoint
ip address 10.0.0.1 255.0.0.0
no ip directed-broadcast
protocol ip inarp broadcast
!

No comments: