- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2004 04:22 AM - edited 03-02-2019 06:02 PM
I would like to find out what my IP address is that my ISP is assigning to my ISDN interface. The current cfg is: Is there a command to show me waht my IP is?
interface BRI0/0
no ip address
encapsulation ppp
ip route-cache flow
dialer pool-member 1
isdn switch-type basic-net3
no cdp enable
!
interface Dialer0
ip address negotiated
ip access-group 104 in
ip access-group 100 out
ip nat outside
ip inspect fw out
encapsulation ppp
ip route-cache flow
no ip mroute-cache
dialer pool 1
dialer idle-timeout 300
dialer string 7020001099
dialer hold-queue 10
dialer-group 2
fair-queue
no cdp enable
Solved! Go to Solution.
- Labels:
-
Other Networking
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2004 04:39 AM
Show ip int dialer0
or
sh ip int brief
or
sh int dialer0.
Hope this helps,
Harold Ritter, CCIE #4168 (EI, SP)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2004 04:39 AM
Show ip int dialer0
or
sh ip int brief
or
sh int dialer0.
Hope this helps,
Harold Ritter, CCIE #4168 (EI, SP)
