Analyzer and Manager "stuff"
Manager
config admin acc Manager (ldap)
config system admin ldap
edit "xxxxxxxxxx"
set server "xxxxxxx"
set cnid "SamAccountName"
set dn "DC=xxxxxx,DC=xxxx"
set type regular
set username "CN=ldap,OU=Systemdienste,OU=ManagedUsers,OU=xxxx Group,DC=xxxxxxx,DC=xxxxxxl"
set password ENC xxx...
simple redistribution
enable full redistribution EIGRP - OSPF
router eigrp 1
network 10.1.16.0 0.0.0.255
redistribute ospf 1 metric 100 100 100 100 100 route-map FILTER_OSPF_TO_EIGRP
!
router ospf 1
redistribute eigrp 1 metric 100 subnets
network 10.1.23.0 0.0.0.255 area 0
distribute-list 1 out
!
OSPF implement distribute-list to show only odd numbered loopba...
router scripting
TCL Script:
tclsh
foreach ipaddr {
10.1.1.1
10.1.1.2
10.1.1.3
10.1.1.4
10.1.1.1
10.1.1.2
10.1.1.3
} { ping $ipaddr}
tclsh ping.tcl
EEM Script:
event manager applet GIG0_DOWN
event syslog pattern "Interface GigabitEthernet0/0, changed state to administratively down" period 1
action 1.0 cli command "enable"
action 2.0 cli comman...
policy routing
route traffic from client 1 to ISP2
conf t
ip access-list extended CLIENT1
permit ip host 192.168.1.20 any
exit
route-map POLICY 10
match ip add CLIENT1
set ip next-hop 201.1.1.2
end
route traffic for telnet and https from client 2 to ISP1
conf t
ip access-list extended CLIENT2
permit tcp host 192.168.1.21 any eq 23
permit tcp host 192.168.1...
65 post articles, 17 pages.