【文章內(nèi)容簡(jiǎn)介】
ber | name] Router(configroutemap)match length min max ? 定義出口 ? 定義匹配規(guī)則后的操作,如對(duì)符合規(guī)則的數(shù)據(jù)包進(jìn)行下一跳的設(shè)置。 ? 先策略路由,后查路由表 Router(configroutemap) set ip nexthop ipaddress [...ipaddress] 定義發(fā)出的數(shù)據(jù)包的下一跳地址 Router(configroutemap) set interface type number [...type number] 定義發(fā)出的數(shù)據(jù)包的出口 特殊下一跳 路由器先檢查路由表,后檢查策略路由 Router(configroutemap) set ip default nexthop ipaddress [...ipaddress] 定義到達(dá)目的網(wǎng)絡(luò)時(shí)無(wú)顯式路由時(shí)的隱含下一跳地址 配置策略路由 ? set ip nexthop ipadd和 set ip default nexthop