Cisco Systems 78-11741-02 Wireless Office Headset User Manual


 
Configuring IP Addressing
IP Addressing Examples
IPC-57
Cisco IOS IP Configuration Guide
Router C Configuration
ip cef
ip cef accounting non-recursive
!
interface Loopback0
ip address 140.206.58.131 255.255.255.255
no ip directed-broadcast
no ip mroute-cache
!
interface ATM0/0
no ip address
no ip directed-broadcast
no ip mroute-cache
atm pvc 5 0 5 qsaal
atm pvc 16 0 16 ilmi
!
interface ATM0/0.1 multipoint
ip address 140.206.58.56 255.255.255.192
no ip directed-broadcast
ip nhrp network-id 1
ip nhrp trigger-svc 100 50
ip ospf network point-to-multipoint
atm pvc 111 0 85 aal5snap inarp 5
atm esi-address 525354555356.01
!
!
interface Fddi4/0/0
ip address 10.3.1.56 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
no keepalive
!
!
router ospf 1
passive-interface Fddi4/0/0
network 10.3.1.0 0.0.0.255 area 1
network 140.206.58.0 0.0.0.255 area 1
!
router bgp 7170
no synchronization
network 140.206.0.0
neighbor 10.3.1.45 remote-as 103
neighbor 140.206.59.130 remote-as 7170
neighbor 140.206.59.130 update-source Loopback0
neighbor 140.206.59.130 next-hop-self
Applying NHRP Rates to Specific Destinations Example
In the following example, only the packets that pass extended access list 101 are subject to the default
SVC triggering and teardown rates:
interface atm0/0/0.1 multipoint
ip nhrp interest 101
!
access-list 101 permit ip any any
access-list 101 deny ip any 10.3.0.0 0.0.255.255