Wednesday, August 30, 2006

Cisco 7206 VXR High CPU

Please check :

- you are not advertising unwanted ip (sh ip bgp ne [ip peer] adv)
- peer-group setting, remove & break in to detail
- ip cef enabled in global config
- ip route-cache cef enabled on interface
- add ip tcp mtu-..

Wassalam.
a. Rahman Isnaini r. Sutan

Tuesday, August 22, 2006

BGP6

router bgp 9340
bgp log-neighbor-changes
neighbor 2001:470:1F01:FFFF::17AE remote-as 6939
neighbor 2001:470:1F01:FFFF::17AE description HURRICANE-ELECTRIC-US
neighbor 2001:7FA:2:FFFF::1 remote-as 7597
neighbor 2001:7FA:2:FFFF::1 description APJII-ID
neighbor 2A01:30:C000:2::19 remote-as 41102
neighbor 2A01:30:C000:2::19 description FAST-LAB-ITALY
!
address-family ipv4
neighbor 2001:470:1F01:FFFF::17AE activate
neighbor 2001:470:1F01:FFFF::17AE soft-reconfiguration inbound
neighbor 2001:7FA:2:FFFF::1 activate
neighbor 2A01:30:C000:2::19 activate
exit-address-family
!
address-family ipv6
neighbor 2001:470:1F01:FFFF::17AE activate
neighbor 2001:470:1F01:FFFF::17AE soft-reconfiguration inbound
neighbor 2001:470:1F01:FFFF::17AE route-map IPv6-HURRICANE-IN in
neighbor 2001:470:1F01:FFFF::17AE route-map IPv6-INDONET-OUT out
neighbor 2001:7FA:2:FFFF::1 activate
neighbor 2001:7FA:2:FFFF::1 soft-reconfiguration inbound
neighbor 2001:7FA:2:FFFF::1 route-map IPv6-APJII-IN in
neighbor 2001:7FA:2:FFFF::1 route-map IPv6-INDONET-OUT out
neighbor 2A01:30:C000:2::19 activate
neighbor 2A01:30:C000:2::19 soft-reconfiguration inbound
neighbor 2A01:30:C000:2::19 route-map IPv6-FASTLAB-IN in
neighbor 2A01:30:C000:2::19 route-map IPv6-INDONET-OUT out
network 2001:DC6:FF02::/48
network 2404:170::/32
no synchronization
redistribute static
exit-address-family

ACL IPv6


Untuk ACL harus pakai Nama,
Lalu ada sub command dibawahnya.
Bisa ditambahin sequence / tidak sama sekali.

!
ipv6 access-list ipv6-in
remark IPv6-LINE-VTY-IN
permit ipv6 2001:DC6:FF02::1003:0/123
any permit ipv6 2404:170::253:0/120
any deny ipv6 any any
!
line vty 16 100
ipv6 access-class ipv6-in
!


Jangan input misal 2404:170::253/120.
Karena akan berbeda sekali dengan 2404:170::253:0/120

Wassalam,
a. Rahman Isnaini r. Sutan
IPv6 address 2404:170::253:10